B660 Unit Tests
B660 Unit Tests
Unit TestsFailed
Unit TestsFailed
Time | Test | |
---|---|---|
513 ms | ArcanistCSSLintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
286 ms | ArcanistCSSLintLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
5 ms | ArcanistChmodLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "empty_executable.lint-test".
MISSING MESSAGES
Message with severity "warning" at "<null>:<null>" (CHMOD1)
| |
426 ms | ArcanistClosureLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Some linters failed:
- CommandException: Command failed with error #1!
COMMAND
| |
372 ms | ArcanistCoffeeLintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
348 ms | ArcanistCoffeeLintLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
375 ms | ArcanistCppcheckLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
249 ms | ArcanistCppcheckLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
380 ms | ArcanistCpplintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Some linters failed:
- CommandException: Command failed with error #1!
COMMAND
| |
494 ms | ArcanistFlake8LinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
364 ms | ArcanistFlake8LinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
407 ms | ArcanistGoLintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Some linters failed:
- CommandException: Command failed with error #1!
COMMAND
| |
407 ms | ArcanistHLintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
267 ms | ArcanistHLintLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
5,003 ms | ArcanistJSHintLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "too-many-errors.lint-test".
MISSING MESSAGES
Message with severity "disabled" at "2:22" (E043)
| |
1,885 ms | ArcanistJscsLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "curly-brace.lint-test".
MISSING MESSAGES
(No messages.)
| |
418 ms | ArcanistLesscLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
294 ms | ArcanistLesscLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
403 ms | ArcanistPEP8LinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
262 ms | ArcanistPEP8LinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
414 ms | ArcanistPhpcsLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
286 ms | ArcanistPhpcsLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
414 ms | ArcanistPuppetLintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
249 ms | ArcanistPuppetLintLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
480 ms | ArcanistPyFlakesLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
246 ms | ArcanistPyFlakesLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
445 ms | ArcanistPyLintLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"" --version
| |
493 ms | ArcanistPyLintLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"" --version
| |
2,348 ms | ArcanistRuboCopLinterTestCase::testLinter Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:180): Command failed with error #1!
COMMAND
"C:\Ruby24-x64\bin\rubocop.bat" --version
| |
561 ms | ArcanistRuboCopLinterTestCase::testVersion EXCEPTION (CommandException): Command failed with error #1!
COMMAND
"C:\Ruby24-x64\bin\rubocop.bat" --version
| |
14 ms | FileFinderTestCase::testFinderWithChecksums EXCEPTION (CommandException): Command failed with error #1!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o -type f "(" -name *.txt ")" "(" -path * ")" -print0
| |
18 ms | FileFinderTestCase::testFinderWithDirectories EXCEPTION (CommandException): Command failed with error #1!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o -type d -print0
| |
20 ms | FileFinderTestCase::testFinderWithFilesAndDirectories EXCEPTION (CommandException): Command failed with error #1!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o "(" -name *.txt ")" "(" -path * ")" -print0
| |
18 ms | FileFinderTestCase::testFinderWithNameAndSuffix EXCEPTION (CommandException): Command failed with error #1!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o -type f "(" -name alsoinclude.txt ")" "(" -name *.txt ")" -print0
| |
20 ms | FileFinderTestCase::testFinderWithNames EXCEPTION (CommandException): Command failed with error #1!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o -type f "(" -name test ")" "(" -path * ")" -print0
| |
50 ms | FileFinderTestCase::testFinderWithPath EXCEPTION (CommandException): Command failed with error #2!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o -type f "(" -name *.txt ")" "(" -path */include_dir.txt/subdir.txt/alsoinclude.txt ")" -print0
| |
15 ms | FileFinderTestCase::testFinderWithoutChecksums EXCEPTION (CommandException): Command failed with error #1!
COMMAND
find . "(" -path ./exclude -o -path subdir.txt ")" -prune -o -type f "(" -name *.txt ")" "(" -path * ")" -print0
| |
72 ms | FilesystemTestCase::testWalkToRoot Assertion failed, expected values to be equal (at FilesystemTestCase.php:138).
Expected vs Actual Output Diff
--- Old Value
| |
0 ms | ArcanistClosureLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistCpplintLinterTestCase::testVersion 1 assertion(s) passed. | |
7 ms | ArcanistFilenameLinterTestCase::testLinter 5 assertion(s) passed. | |
7 ms | ArcanistGeneratedLinterTestCase::testLinter 7 assertion(s) passed. | |
0 ms | ArcanistGoLintLinterTestCase::testVersion 1 assertion(s) passed. | |
394 ms | ArcanistJSHintLinterTestCase::testVersion 1 assertion(s) passed. | |
143 ms | ArcanistJSONLinterTestCase::testLinter 67 assertion(s) passed. | |
1,037 ms | ArcanistJscsLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistLintMessageTestCase::testMessageTrimming 24 assertion(s) passed. | |
4 ms | ArcanistMergeConflictLinterTestCase::testLinter 3 assertion(s) passed. | |
7 ms | ArcanistNoLintLinterTestCase::testLinter 7 assertion(s) passed. | |
2,373 ms | ArcanistPhpLinterTestCase::testLinter 7 assertion(s) passed. | |
305 ms | ArcanistPhpLinterTestCase::testVersion 1 assertion(s) passed. | |
2,431 ms | ArcanistRubyLinterTestCase::testLinter 7 assertion(s) passed. | |
304 ms | ArcanistRubyLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistSpellingLinterTestCase::testFixLetterCase 8 assertion(s) passed. | |
6 ms | ArcanistSpellingLinterTestCase::testLinter 3 assertion(s) passed. | |
49 ms | ArcanistTextLinterTestCase::testLinter 29 assertion(s) passed. | |
202 ms | ArcanistXHPASTLinterTestCase::testLinter 18 assertion(s) passed. | |
96 ms | ArcanistXMLLinterTestCase::testLinter 45 assertion(s) passed. | |
268 ms | FilesystemTestCase::testBinaryExists 2 assertion(s) passed. | |
0 ms | FilesystemTestCase::testRandomIntegers 13 assertion(s) passed. | |
0 ms | FilesystemTestCase::testReadRandomBytes 3 assertion(s) passed. | |
284 ms | FilesystemTestCase::testResolveBinary 4 assertion(s) passed. | |
3 ms | FilesystemTestCase::testWriteUniqueFile 2 assertion(s) passed. | |
1 ms | FilesystemTestCase::testisDescendant 5 assertion(s) passed. | |
1 ms | PhutilDeferredLogTestCase::testDoubleWrite 1 assertion(s) passed. | |
3 ms | PhutilDeferredLogTestCase::testLogWriteFailure 1 assertion(s) passed. | |
66 ms | PhutilDeferredLogTestCase::testLogging 10 assertion(s) passed. | |
3 ms | PhutilDeferredLogTestCase::testNoWrite 1 assertion(s) passed. | |
4 ms | PhutilDeferredLogTestCase::testSetAfterWrite 1 assertion(s) passed. | |
3 ms | PhutilFileLockTestCase::testExcessiveUnlock 1 assertion(s) passed. | |
106 ms | PhutilFileLockTestCase::testInProcessHolding 2 assertion(s) passed. | |
108 ms | PhutilFileLockTestCase::testInProcessLocking 2 assertion(s) passed. | |
3 ms | PhutilFileLockTestCase::testIsLocked 3 assertion(s) passed. | |
179 ms | PhutilFileLockTestCase::testLockHolding 2 assertion(s) passed. | |
114 ms | PhutilFileLockTestCase::testLockTesting 2 assertion(s) passed. | |
1 ms | PhutilFileLockTestCase::testRelock 1 assertion(s) passed. | |
178 ms | PhutilFileLockTestCase::testUnlockAll 3 assertion(s) passed. | |
158 ms | PhutilLibraryTestCase::testEverythingImplemented 1 assertion(s) passed. | |
195 ms | PhutilLibraryTestCase::testLibraryMap 1 assertion(s) passed. | |
21 ms | PhutilLibraryTestCase::testMethodVisibility 1 assertion(s) passed. | |
0 ms | PhutilProcessRefTestCase::testIdentifyOverseerProcess 7 assertion(s) passed. | |
0 ms | FileFinderTestCase::testFinderWithGlobMagic Windows can not write files with sufficiently absurd names. |
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0