Skip to content

Commit

Permalink
Remove INVESTIGATE_COMPLEX_BROKEN_TEST and it's usages
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKopienko committed Feb 5, 2025
1 parent edfa888 commit b9db1ce
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 29 deletions.
6 changes: 1 addition & 5 deletions test/support/test_complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,7 @@ namespace TestUtils
deviceQueue.submit(
[&](sycl::handler& cgh) {
cgh.single_task<TestUtils::new_kernel_name<class TestType, 1>>(
[fncDoubleHasntSupportInRuntime]()
#if INVESTIGATE_COMPLEX_BROKEN_TEST
[[sycl::device_has()]]
#endif
{ fncDoubleHasntSupportInRuntime(); });
[fncDoubleHasntSupportInRuntime]() { fncDoubleHasntSupportInRuntime(); });
});
}
deviceQueue.wait_and_throw();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// complex<T>
// operator/(const complex<T>& lhs, const complex<T>& rhs);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// complex<T>
// operator*(const complex<T>& lhs, const complex<T>& rhs);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// acos(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// acosh(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// asin(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// asinh(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// log(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// log10(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// pow(const complex<T>& x, const complex<T>& y);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// pow(const complex<T>& x, const T& y);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// complex<T>
// pow(const T& x, const complex<T>& y);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// T
// norm(const complex<T>& x);

#define INVESTIGATE_COMPLEX_BROKEN_TEST 1

#include "support/test_complex.h"

#include "../cases.h"
Expand Down

0 comments on commit b9db1ce

Please sign in to comment.