mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
When tests crash by stack overflow (and maybe other ways), they don't print a stack trace so you don't have any way to know which file it was. By running with --threads=1 you can figure this out, if we print out the name of each test before we run it. This prints each test name on its own line, then allows the autoupdate sigil to be added to the end of that line: ``` TEST: toolchain/check/testdata/alias/basics.carbon . TEST: toolchain/check/testdata/alias/builtins.carbon ! TEST: toolchain/check/testdata/alias/export_name.carbon . TEST: toolchain/check/testdata/alias/import.carbon . ... ```
Testing
Testing-specific libraries.