diff options
| author | Yong He <yonghe@outlook.com> | 2023-10-26 16:19:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 16:19:02 -0700 |
| commit | 1ac6638cf618a7f2bf761ac6ca57e7e7f4c754dc (patch) | |
| tree | ee5616325835b3c609654513584928a639e25cf0 /tests/bugs | |
| parent | aed3bd60c0b17403c079dcb0b64edf09439375cf (diff) | |
Disable frexp test on swiftshader. (#3294)
* Disable frexp test on swiftshader.
* Fix windows release script.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/frexp-double.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/frexp-double.slang b/tests/bugs/frexp-double.slang index 1ad5a57e8..1a262c8af 100644 --- a/tests/bugs/frexp-double.slang +++ b/tests/bugs/frexp-double.slang @@ -1,8 +1,8 @@ //TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-output-using-type //TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-dx12 -use-dxil -output-using-type //TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-cpu -output-using-type -//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -output-using-type -//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -emit-spirv-directly -output-using-type +//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -output-using-type -render-feature double +//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -emit-spirv-directly -output-using-type -render-feature double //TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-cuda -output-using-type // BUF: type: int32_t |
