summaryrefslogtreecommitdiff
path: root/tests/current-bugs
AgeCommit message (Collapse)Author
2021-04-26Matrix tests and assorted bug tests (#1814)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Some test around matrix layout. * A test for problem with C++ code output. * Default should be column major CPU/CUDA tests confused this. * Added column-major test * Small fixes around tabs/comments * Diagnostic problem for init of vector type with inappropriate params. * Test demonstrating inconsistency between GPU and 'CPU-like' non square matrices. * Added column major non square test. * Remove vector mismatch - because ambiguity is arguably reasonable because float can silently promote to a vector. * Small typo fixes for non-square-column-major.slang
2021-04-13More preprocessor issues including an infinite loop (#1791)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Tests showing issues with preprocessor behavior. * Fix comment/typo. * Infinite loop. * Another preproc bug. * Small fixes in preproc test * Bug around empty single parameter * Repeated parameter name. * Fix comment. * #undef of undefined macro is not an error. * Clarify that it is a warning on Slang. * Fix expected diagnostic. * Fix preproc-detail-2.slang.expected
2021-04-09Tests showing preprocessor issues (#1790)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Tests showing issues with preprocessor behavior. Co-authored-by: Yong He <yonghe@outlook.com>
2021-04-08Test for specialization problem with undefined resource (#1785)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Test for bug around specialization.
2021-04-05Added tests/current-bugs (#1781)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Added a current-bugs folder in tests for active (ie with issue) bug tests demonstrating the problem. Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>