summaryrefslogtreecommitdiff
path: root/utests/utest.cpp
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-01-14 09:33:00 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-01-14 09:36:38 +0800
commita979dcc2f4290f9c39459abbee0eca9adbcdff4c (patch)
treeb691d21c706a67b16b57e5f38ebf73daa46c1c52 /utests/utest.cpp
parente427b3eac67a9513eae4a0d352ed94d798cc7334 (diff)
downloadbeignet-a979dcc2f4290f9c39459abbee0eca9adbcdff4c.tar.gz
Revert faulty pushed patchset
This reverts: Revert "GBE: fixed a long related bug." Revert "Refine the method to find pch and pcm files." Revert "GBE: enable relocatable pch files." Revert "CL: prepare to support ICD if the system has ocl-icd.." Revert "CL: back port ICD support to 1.1 branch." The above patches are merged by accident without review comments and are broken. Now revert them.
Diffstat (limited to 'utests/utest.cpp')
-rw-r--r--utests/utest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utests/utest.cpp b/utests/utest.cpp
index 718916f1..6d51598a 100644
--- a/utests/utest.cpp
+++ b/utests/utest.cpp
@@ -41,6 +41,8 @@ UTest::UTest(Function fn, const char *name, bool haveIssue, bool needDestroyProg
utestList->push_back(*this);
}
+UTest::UTest(void) : fn(NULL), name(NULL), haveIssue(false) {}
+
static bool strequal(const char *s1, const char *s2) {
if (strcmp(s1, s2) == 0) return true;
return false;