From 63ca2325d7f6afdbf07e8f00975fab01ec516302 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Wed, 18 Jun 2025 07:15:35 -0700 Subject: Fix false negative result for CUDA with recent versions (#7409) * Fix false negative result for CUDA with recent versions From CUDA version 12.8 and above, nvrtc returns an exit code treated as an error. Some of slang-test test cases had to change from TEST to DIAGONOSTIC_TEST to handle it properly. --- tests/diagnostics/syntax-error-op-line.slang.expected | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/diagnostics/syntax-error-op-line.slang.expected (limited to 'tests/diagnostics/syntax-error-op-line.slang.expected') diff --git a/tests/diagnostics/syntax-error-op-line.slang.expected b/tests/diagnostics/syntax-error-op-line.slang.expected deleted file mode 100644 index aabe6ec39..000000000 --- a/tests/diagnostics/syntax-error-op-line.slang.expected +++ /dev/null @@ -1 +0,0 @@ -21 -- cgit v1.2.3