diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-09-03 20:13:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 03:13:45 +0000 |
| commit | b45706b3f532f85525de5746f1f607ba2e57fc88 (patch) | |
| tree | 565085f6d40bc60fddd027cf765e73fff77106c6 /source/slang | |
| parent | a766d27447aa0fcf69334c0467d9b1124892e180 (diff) | |
Handle slang-test command comments better (#8363)
Before this PR only the following was a valid line without any
white-space character nor additional `/` character,
```
//TEST:
```
This PR is to allow slang-test to handle the following variants of the
test command comments,
```
///TEST:
// TEST:
// TEST:
////// TEST:
```
This PR revealed a regression on two tests:
- tests/cpp-compiler/c-compile-shared-library.c (cpu)
- tests/cpp-compiler/cpp-compile-shared-library.cpp (cpu)
They are disabled as a part of this PR.
And there is a new github issue to track it later,
- https://github.com/shader-slang/slang/issues/8362
Diffstat (limited to 'source/slang')
0 files changed, 0 insertions, 0 deletions
