diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compute/simple.slang | 1 | ||||
| -rw-r--r-- | tests/expected-failure-github.txt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/compute/simple.slang b/tests/compute/simple.slang index 96cccc090..49628c47f 100644 --- a/tests/compute/simple.slang +++ b/tests/compute/simple.slang @@ -2,6 +2,7 @@ //TEST(smoke,compute):COMPARE_COMPUTE:-dx12 -use-dxil -shaderobj //TEST(smoke,compute):COMPARE_COMPUTE:-cpu -shaderobj //TEST(smoke,compute):COMPARE_COMPUTE:-vk -shaderobj +//TEST(smoke,compute):COMPARE_COMPUTE:-cuda -shaderobj //TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu -shaderobj // CHECK: 0 diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index 48242fa05..10175ec4f 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -1,2 +1,7 @@ tests/cpu-program/gfx-smoke.slang (cpu) tests/language-feature/spirv-asm/imageoperands-warning.slang (vk) +tests/language-feature/saturated-cooperation/simple.slang (vk) +tests/language-feature/saturated-cooperation/fuse3.slang (vk) +tests/language-feature/saturated-cooperation/fuse-product.slang (vk) +tests/language-feature/saturated-cooperation/fuse.slang (vk) +tests/bugs/byte-address-buffer-interlocked-add-f32.slang (vk) |
