Skip to content

Commit d605c1f

Browse files
committed
[NFC] Update tests
Clean up XFAIL (test now passes) and remove non-valid check
1 parent a509170 commit d605c1f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

clang/test/Driver/sycl-offload-header-check.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: env TMP=%t_dirname \
1010
// RUN: %clang -### -fsycl %s 2>&1 | \
1111
// RUN: FileCheck --check-prefix=CHECK-HEADER %s
12-
// CHECK-HEADER-NOT: non-portable path
1312
// CHECK-HEADER: clang{{.*}} "-fsycl-int-header=[[HEADER:.+\.h]]"
1413
// CHECK-HEADER: {{.*}} "-internal-isystem" "{{.*}}bin{{[/\\]+}}..{{[/\\]+}}include{{[/\\]+}}sycl"
1514
// CHECK-HEADER-NOT: clang{{.*}} "-include" "[[HEADER]]"

sycl/test/regression/fsycl-save-temps.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ int main() {
2020
});
2121
return 0;
2222
}
23-
24-
// TODO: Address a Windows-specific issue with integration header filenames
25-
// XFAIL: system-windows && !level_zero
26-
// TODO: fail is flaky on Windows for Level Zero. Enable when fixed.
27-
// UNSUPPORTED: system-windows && level_zero

0 commit comments

Comments
 (0)