diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-06-18 16:38:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 16:38:39 -0700 |
| commit | 3cbc500118d27f82c89f401ffb34826264e9cb60 (patch) | |
| tree | 0d3cb7e997f4a2fd5037f515f0e4cc8b43259ec1 /tests/cpu-program | |
| parent | 777ac6cae9776cd2d28bd5a9f627261ba9740153 (diff) | |
Fix retry logic for unit test (#7471)
* Fix the ignored unit-tests on retry
* Retrigger CI
* Add more error messages
* Don't use test-server for retry of unit-test to see error messages
* Clean up cl.yml
Remove 'has-gpu' because it is unused after debug became full-gpu-test.
Renamed files to make the meaning more clear:
- Renamed expected-failure.txt to expected-failure-via-glsl.txt
- Renamed expected-failure-github-runner.txt to expected-failure-no-gpu.txt
* Rename cpu-hello-world.slang to avoid name conflict to example
We have an example whose executable name is cpu-hello-world.exe.
It gets built when you run `cmake --build`, but it gets overwritten by
slang-test when it tests `tests/cpu-program/cpu-hello-world.slang`.
This PR renames to avoid the name conflict.
* Remove debug code
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/cpu-program')
| -rw-r--r-- | tests/cpu-program/cpu-hello-world-test.slang (renamed from tests/cpu-program/cpu-hello-world.slang) | 0 | ||||
| -rw-r--r-- | tests/cpu-program/cpu-hello-world-test.slang.expected (renamed from tests/cpu-program/cpu-hello-world.slang.expected) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/cpu-program/cpu-hello-world.slang b/tests/cpu-program/cpu-hello-world-test.slang index a44761e8f..a44761e8f 100644 --- a/tests/cpu-program/cpu-hello-world.slang +++ b/tests/cpu-program/cpu-hello-world-test.slang diff --git a/tests/cpu-program/cpu-hello-world.slang.expected b/tests/cpu-program/cpu-hello-world-test.slang.expected index 81531657f..81531657f 100644 --- a/tests/cpu-program/cpu-hello-world.slang.expected +++ b/tests/cpu-program/cpu-hello-world-test.slang.expected |
