summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/break-outside-loop.slang
Commit message (Collapse)AuthorAge
* 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.
* Feature/hash for source identity (#786)jsmall-nvidia2019-01-17
| | | | | | | | | | | | * * Added COMMAND_LINE_SIMPLE test type * Made how spawning works controllable by paramter/type SpawnType * Made break-outside-loop and global-uniform run command line slangc * calcRelativePath -> calcCombinedPath * Add 64 bit version of GetHash. * Add support for Hash based mode for CacheFileSystem.
* Rename tests from `*.spire` to `*.slang`Tim Foley2017-06-12
Many of the existing test cases were being skipped on accident, because their file names used `.spire` and the test tool was now looking for `.slang`