summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/attribute-error.slang
Commit message (Collapse)AuthorAge
* Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak2024-10-30
|
* Feature/test improvements (#934)jsmall-nvidia2019-04-02
| | | | | | | | | | | | | | | | | | | | | | * First pass extract the test information by 'running tests'. * * Checking renderer availablilty * Using TestInfo to determine which tests are run and synthesized * Display if test is synthesized and what render api it's targetting * * Improved comments * Removed some dead code * Display ignored tests. * TestInfo -> TestRequirements * * Added DIAGNOSTIC_TEST type - test always runs (ie has no requirements). * Made diagnostic tests use DIAGNOSTIC_TEST * TestInfo -> TestRequirements * TestDetails holds TestRequirements and TestOptions * Fix debug typo.
* Add underscores to `AttributeUsage` to signal its preview state.Yong He2019-01-29
|
* Add support for user defined attributes.Yong He2019-01-29