mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
d4f72e18be
Checks the output more carefully. The first line of output from js/unit_tests.ts should be something like "running 96 tests" And the last line should be something like "test result: ok. 96 passed; 0 failed; 0 ignored; 0 measured; 36 filtered out" This parses those strings and make sure they align. This will catch silent death bugs.
71 lines
1.9 KiB
Text
71 lines
1.9 KiB
Text
running 96 tests
|
||
test permSerialization_permW0N0E0
|
||
... [32mok[0m
|
||
test permFromStringThrows_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerInstance_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerRun_permW0N0E0
|
||
Compiling /root/project/foo/bar.ts
|
||
... [32mok[0m
|
||
test compilerRunMultiModule_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerRunCircularDependency_permW0N0E0
|
||
Compiling modA
|
||
Compiling modB
|
||
... [32mok[0m
|
||
test compilerResolveModule_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetModuleDependencies_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetCompilationSettings_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetNewLine_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetScriptFileNames_permW0N0E0
|
||
Compiling /root/project/foo/bar.ts
|
||
... [32mok[0m
|
||
test compilerRecompileFlag_permW0N0E0
|
||
Compiling /root/project/foo/bar.ts
|
||
Compiling /root/project/foo/bar.ts
|
||
... [32mok[0m
|
||
test compilerGetScriptKind_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetScriptVersion_permW0N0E0
|
||
Compiling /root/project/foo/bar.ts
|
||
... [32mok[0m
|
||
test compilerGetScriptVersionUnknown_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetScriptSnapshot_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetCurrentDirectory_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerGetDefaultLibFileName_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerUseCaseSensitiveFileNames_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerReadFile_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerFileExists_permW0N0E0
|
||
... [32mok[0m
|
||
test compilerResolveModuleNames_permW0N0E0
|
||
... [32mok[0m
|
||
test consoleTestAssert_permW0N0E0
|
||
... [32mok[0m
|
||
test consoleTestStringifyComplexObjects_permW0N0E0
|
||
... [32mok[0m
|
||
test consoleTestStringifyCircular_permW0N0E0
|
||
... [32mok[0m
|
||
test consoleTestStringifyWithDepth_permW0N0E0
|
||
... [32mok[0m
|
||
test consoleTestError_permW0N0E0
|
||
... [32mok[0m
|
||
test consoleDetachedLog_permW0N0E0
|
||
Hello world
|
||
Hello world
|
||
Hello world
|
||
Hello world
|
||
Hello world
|
||
Hello world
|
||
... [32mok[0m
|
||
test fetchPerm_permW0N0E0
|