Description
When a 3C test case passes:
$ ls ../src/clang/test/3C/arrbothmulti1*
../src/clang/test/3C/arrbothmulti1.c
$ ./bin/llvm-lit.py ../src/clang/test/3C/arrbothmulti1.c
-- Testing: 1 tests, single process --
PASS: Clang :: 3C/arrbothmulti1.c (1 of 1)
llvm-lit.py: C:/Users/sukulka/Work/checkedc-clang/src/llvm\utils\lit\lit\llvm\config.py:340: note: using clang: c:\users\sukulka\work\checkedc-clang\build\bin\clang.exe
Testing Time: 1.77s
Expected Passes : 1
$ ls ../src/clang/test/3C/arrbothmulti1*
../src/clang/test/3C/arrbothmulti1.c
When a 3C test case fails:
$ ls ../src/clang/test/3C/arrbothmulti1*
../src/clang/test/3C/arrbothmulti1.c
$ ./bin/llvm-lit.py ../src/clang/test/3C/arrbothmulti1.c
-- Testing: 1 tests, 1 workers --
FAIL: Clang :: 3C/arrbothmulti1.c (1 of 1)
llvm-lit.py: C:\Users\sukulka\Work\Upgrade\build\bin....\src\llvm\utils\lit\lit\llvm\config.py:345: note: using clang: c:\users\sukulka\work\upgrade\build\bin\clang.exe
Failed Tests (1):
Clang :: 3C/arrbothmulti1.c
Testing Time: 0.63s
Failed: 1
$ ls ../src/clang/test/3C/arrbothmulti1*
../src/clang/test/3C/arrbothmulti1.c ../src/clang/test/3C/arrbothmulti1.checkedALL.c ../src/clang/test/3C/arrbothmulti1.checkedNOALL.c