Created
July 27, 2017 15:24
-
-
Save modocache/7cabafd96a85ee771b26f8d36fe891be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\modocache\Source\fb\llvm\llvm> python utils\lit\lit.py --path C:\Users\modocache\Source\fb\llvm\build\Debug\bin utils\lit\tests\shtest-timeout.py | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\tests\lit.cfg:50: note: Found python psutil module | |
-- Testing: 1 tests, 1 threads -- | |
FAIL: lit :: shtest-timeout.py (1 of 1) | |
Testing Time: 3.75s | |
******************** | |
Failing Tests (1): | |
lit :: shtest-timeout.py | |
Unexpected Failures: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\lit\discovery.py:45: note: loading suite config 'C:\\Users\\modocache\\Source\\fb\\llvm\\llvm\\utils\\lit\\tests\\Inputs\\shtest-timeout\\lit.cfg' | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\tests\Inputs\shtest-timeout\lit.cfg:15: note: Using external shell | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\lit\TestingConfig.py:90: note: ... loaded config 'C:\\Users\\modocache\\Source\\fb\\llvm\\llvm\\utils\\lit\\tests\\Inputs\\shtest-timeout\\lit.cfg' | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\lit\discovery.py:118: note: resolved input 'C:\\Users\\modocache\\Source\\fb\\llvm\\llvm\\utils\\lit\\tests\\..\\tests\\Inputs/shtest-timeout/infinite_loop.py' to 'per_test_timeout'::('infinite_loop.py',) | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\lit\discovery.py:118: note: resolved input 'C:\\Users\\modocache\\Source\\fb\\llvm\\llvm\\utils\\lit\\tests\\..\\tests\\Inputs/shtest-timeout/quick_then_slow.py' to 'per_test_timeout'::('quick_then_slow.py',) | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\lit\discovery.py:118: note: resolved input 'C:\\Users\\modocache\\Source\\fb\\llvm\\llvm\\utils\\lit\\tests\\..\\tests\\Inputs/shtest-timeout/short.py' to 'per_test_timeout'::('short.py',) | |
lit.py: C:\Users\modocache\Source\fb\llvm\llvm\utils\lit\lit\discovery.py:118: note: resolved input 'C:\\Users\\modocache\\Source\\fb\\llvm\\llvm\\utils\\lit\\tests\\..\\tests\\Inputs/shtest-timeout/slow.py' to 'per_test_timeout'::('slow.py',) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Testing: 4 tests, 1 threads -- | |
PASS: per_test_timeout :: infinite_loop.py (1 of 4) | |
PASS: per_test_timeout :: quick_then_slow.py (2 of 4) | |
PASS: per_test_timeout :: short.py (3 of 4) | |
PASS: per_test_timeout :: slow.py (4 of 4) | |
Testing Time: 3.38s | |
Expected Passes : 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment