Skip to content

Commit 817e5ca

Browse files
[SYCL] Remove device-dependent tests from in-tree LIT (#6829)
This commit removes the currently failing in-tree LIT tests that were previously dependent on a device being present. The removed tests are either moved to the test-suite or were already there. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 481bda9 commit 817e5ca

File tree

6 files changed

+0
-321
lines changed

6 files changed

+0
-321
lines changed

sycl/test/basic_tests/exceptions-SYCL-2020.cpp

Lines changed: 0 additions & 105 deletions
This file was deleted.

sycl/test/basic_tests/library_loading.cpp

Lines changed: 0 additions & 16 deletions
This file was deleted.

sycl/test/basic_tests/property_list.cpp

Lines changed: 0 additions & 80 deletions
This file was deleted.

sycl/test/extensions/properties/properties_get_property.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ int main() {
2020
P1::get_property<sycl::ext::oneapi::experimental::baz_key>().value == 1);
2121

2222
// Check runtime and compile-time properties on property-list object
23-
sycl::queue Q;
2423
sycl::ext::oneapi::experimental::foo FooProp{3};
2524
auto PropertyList = sycl::ext::oneapi::experimental::properties(
2625
sycl::ext::oneapi::experimental::baz<1>,

sycl/test/scheduler/BasicSchedulerTests.cpp

Lines changed: 0 additions & 73 deletions
This file was deleted.

sycl/test/scheduler/ReleaseResourcesTest.cpp

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)