Skip to content

Commit 4b5fe8c

Browse files
[SYCL] Use "REQUIRES: TEMPORARY_DISABLED" to disable Windows ABI test (#6566)
Original attempt at using the * wildcard with UNSUPPORTED in sycl_symbols_windows.dump lead to the test being unresolved on Windows. This commit uses REQUIRES with an undefined TEMPORARY_DISABLED tag to enforce the skip. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 1b3083b commit 4b5fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/abi/sycl_symbols_windows.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Disabled for the duration of ABI-breaking window. Need to re-enable before
1212
# release.
13-
# UNSUPPORTED: *
13+
# REQUIRES: TEMPORARY_DISABLED
1414

1515
??$compile@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@?$online_compiler@$00@INTEL@sycl@cl@@QEAA?AV?$vector@EV?$allocator@E@std@@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@5@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@5@@Z
1616
??$compile@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@?$online_compiler@$00@experimental@intel@ext@sycl@cl@@QEAA?AV?$vector@EV?$allocator@E@std@@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@7@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@7@@Z

0 commit comments

Comments
 (0)