mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14: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.
238 lines
6.2 KiB
Text
238 lines
6.2 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
|
||
... [32mok[0m
|
||
test headersAppend_permW0N0E0
|
||
... [32mok[0m
|
||
test newHeaderTest_permW0N0E0
|
||
... [32mok[0m
|
||
test newHeaderWithSequence_permW0N0E0
|
||
... [32mok[0m
|
||
test newHeaderWithRecord_permW0N0E0
|
||
... [32mok[0m
|
||
test newHeaderWithHeadersInstance_permW0N0E0
|
||
... [32mok[0m
|
||
test headerAppendSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test headerSetSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test headerHasSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test headerDeleteSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test headerGetSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test headerForEachSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test envFailure_permW0N0E0
|
||
... [32mok[0m
|
||
test filesStdioFileDescriptors_permW0N0E0
|
||
... [32mok[0m
|
||
test filesCopyToStdout_permW0N0E0
|
||
{
|
||
"name": "deno",
|
||
"devDependencies": {
|
||
"@types/base64-js": "^1.2.5",
|
||
"@types/flatbuffers": "^1.9.0",
|
||
"@types/source-map-support": "^0.4.1",
|
||
"@types/text-encoding": "0.0.33",
|
||
"base64-js": "^1.3.0",
|
||
"flatbuffers": "^1.9.0",
|
||
"magic-string": "^0.22.5",
|
||
"prettier": "^1.14.0",
|
||
"rollup": "^0.63.2",
|
||
"rollup-plugin-alias": "^1.4.0",
|
||
"rollup-plugin-analyzer": "^2.1.0",
|
||
"rollup-plugin-commonjs": "^9.1.3",
|
||
"rollup-plugin-node-globals": "^1.2.1",
|
||
"rollup-plugin-node-resolve": "^3.3.0",
|
||
"rollup-plugin-string": "^2.0.2",
|
||
"rollup-plugin-typescript2": "^0.16.1",
|
||
"rollup-pluginutils": "^2.3.0",
|
||
"source-map-support": "^0.5.6",
|
||
"text-encoding": "0.6.4",
|
||
"tslint": "^5.10.0",
|
||
"tslint-eslint-rules": "^5.3.1",
|
||
"tslint-no-circular-imports": "^0.5.0",
|
||
"typescript": "3.0.3"
|
||
}
|
||
}
|
||
bytes written 860
|
||
... [32mok[0m
|
||
test readFileSyncSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test readFileSyncNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test readFileSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test readDirSyncNotDir_permW0N0E0
|
||
... [32mok[0m
|
||
test readDirSyncNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test writeFileSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test writeFilePerm_permW0N0E0
|
||
... [32mok[0m
|
||
test copyFileSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test copyFilePerm_permW0N0E0
|
||
... [32mok[0m
|
||
test mkdirSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test makeTempDirSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test statSyncSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test statSyncNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test lstatSyncSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test lstatSyncNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test statSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test statNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test lstatSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test lstatNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test renameSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test readlinkSyncNotFound_permW0N0E0
|
||
... [32mok[0m
|
||
test blobString_permW0N0E0
|
||
... [32mok[0m
|
||
test blobBuffer_permW0N0E0
|
||
... [32mok[0m
|
||
test blobSlice_permW0N0E0
|
||
... [32mok[0m
|
||
test timeoutSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test timeoutArgs_permW0N0E0
|
||
... [32mok[0m
|
||
test timeoutCancelSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test timeoutCancelMultiple_permW0N0E0
|
||
... [32mok[0m
|
||
test timeoutCancelInvalidSilentFail_permW0N0E0
|
||
... [32mok[0m
|
||
test intervalSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test intervalCancelSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test intervalOrdering_permW0N0E0
|
||
... [32mok[0m
|
||
test intervalCancelInvalidSilentFail_permW0N0E0
|
||
... [32mok[0m
|
||
test symlinkSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test platformTransform_permW0N0E0
|
||
... [32mok[0m
|
||
test atobSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test btoaSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
test btoaFailed_permW0N0E0
|
||
... [32mok[0m
|
||
test truncateSyncPerm_permW0N0E0
|
||
... [32mok[0m
|
||
test truncatePerm_permW0N0E0
|
||
... [32mok[0m
|
||
test evalErrorFormatted_permW0N0E0
|
||
... [32mok[0m
|
||
test createExecTimeColumnsRegularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createExecTimeColumnsIrregularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createBinarySizeColumnsRegularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createBinarySizeColumnsIrregularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createThreadCountColumnsRegularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createThreadCountColumnsIrregularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createSyscallCountColumnsRegularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createSyscallCountColumnsIrregularData_permW0N0E0
|
||
... [32mok[0m
|
||
test createSha1ListRegularData_permW0N0E0
|
||
... [32mok[0m
|
||
test formatBytesPatterns_permW0N0E0
|
||
... [32mok[0m
|
||
test formatSecondsPatterns_permW0N0E0
|
||
... [32mok[0m
|
||
test getTravisDataSuccess_permW0N0E0
|
||
... [32mok[0m
|
||
|
||
test result: [32mok[0m. 96 passed; 0 failed; 0 ignored; 0 measured; 36 filtered out
|
||
|