B25831 Unit Tests
B25831 Unit Tests
Unit TestsFailed
Unit TestsFailed
Time | Test | |
---|---|---|
2,834 ms | ArcanistCoffeeLintLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "no_trailing_whitespace.lint-test".
MISSING MESSAGES
Message with severity "error" at "1:0"
| |
189 ms | ArcanistCppcheckLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "zblair.lint-test".
MISSING MESSAGES
Message with severity "error" at "10:<null>"
| |
1,575 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)
| |
917 ms | ArcanistJscsLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "curly-brace.lint-test".
MISSING MESSAGES
Message with severity "error" at "2:3"
| |
1,385 ms | ArcanistLesscLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "javascript.lint-test".
MISSING MESSAGES
(No messages.)
| |
190 ms | ArcanistPyFlakesLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "pyflakes.lint-test".
MISSING MESSAGES
Message with severity "error" at "3:<null>"
| |
1,928 ms | ArcanistPyLintLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "pylint.lint-test".
MISSING MESSAGES
Message with severity "advice" at "1:0" (C0111)
| |
31 ms | ArcanistXMLLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "languages-6.lint-test".
MISSING MESSAGES
Message with severity "error" at "3:16" (XML76)
| |
764 ms | ArcanistCSSLintLinterTestCase::testLinter 9 assertion(s) passed. | |
114 ms | ArcanistCSSLintLinterTestCase::testVersion 1 assertion(s) passed. | |
25 ms | ArcanistChmodLinterTestCase::testLinter 5 assertion(s) passed. | |
0 ms | ArcanistClosureLinterTestCase::testVersion 1 assertion(s) passed. | |
172 ms | ArcanistCoffeeLintLinterTestCase::testVersion 1 assertion(s) passed. | |
20 ms | ArcanistCppcheckLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistCpplintLinterTestCase::testVersion 1 assertion(s) passed. | |
20 ms | ArcanistFilenameLinterTestCase::testLinter 5 assertion(s) passed. | |
320 ms | ArcanistFlake8LinterTestCase::testLinter 3 assertion(s) passed. | |
257 ms | ArcanistFlake8LinterTestCase::testVersion 1 assertion(s) passed. | |
22 ms | ArcanistGeneratedLinterTestCase::testLinter 7 assertion(s) passed. | |
43 ms | ArcanistGoLintLinterTestCase::testLinter 3 assertion(s) passed. | |
0 ms | ArcanistGoLintLinterTestCase::testVersion 1 assertion(s) passed. | |
128 ms | ArcanistJSHintLinterTestCase::testVersion 1 assertion(s) passed. | |
55 ms | ArcanistJSONLinterTestCase::testLinter 67 assertion(s) passed. | |
286 ms | ArcanistJscsLinterTestCase::testVersion 1 assertion(s) passed. | |
153 ms | ArcanistLesscLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistLintMessageTestCase::testMessageTrimming 24 assertion(s) passed. | |
17 ms | ArcanistMergeConflictLinterTestCase::testLinter 3 assertion(s) passed. | |
18 ms | ArcanistNoLintLinterTestCase::testLinter 7 assertion(s) passed. | |
155 ms | ArcanistPEP8LinterTestCase::testLinter 3 assertion(s) passed. | |
99 ms | ArcanistPEP8LinterTestCase::testVersion 1 assertion(s) passed. | |
357 ms | ArcanistPhpLinterTestCase::testLinter 7 assertion(s) passed. | |
54 ms | ArcanistPhpLinterTestCase::testVersion 1 assertion(s) passed. | |
94 ms | ArcanistPyFlakesLinterTestCase::testVersion 1 assertion(s) passed. | |
370 ms | ArcanistPyLintLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes 1 assertion(s) passed. | |
368 ms | ArcanistRepositoryAPIStateTestCase::testGitStateParsing 6 assertion(s) passed. | |
857 ms | ArcanistRepositoryAPIStateTestCase::testHgStateParsing 3 assertion(s) passed. | |
351 ms | ArcanistRepositoryAPIStateTestCase::testSvnStateParsing 3 assertion(s) passed. | |
8,656 ms | ArcanistRuboCopLinterTestCase::testLinter 9 assertion(s) passed. | |
899 ms | ArcanistRuboCopLinterTestCase::testVersion 1 assertion(s) passed. | |
394 ms | ArcanistRubyLinterTestCase::testLinter 7 assertion(s) passed. | |
23 ms | ArcanistRubyLinterTestCase::testVersion 1 assertion(s) passed. | |
0 ms | ArcanistSpellingLinterTestCase::testFixLetterCase 8 assertion(s) passed. | |
21 ms | ArcanistSpellingLinterTestCase::testLinter 3 assertion(s) passed. | |
30 ms | ArcanistTextLinterTestCase::testLinter 29 assertion(s) passed. | |
114 ms | ArcanistXHPASTLinterTestCase::testLinter 18 assertion(s) passed. | |
55 ms | PhutilLibraryTestCase::testEverythingImplemented 1 assertion(s) passed. | |
80 ms | PhutilLibraryTestCase::testLibraryMap 1 assertion(s) passed. | |
19 ms | PhutilLibraryTestCase::testMethodVisibility 1 assertion(s) passed. | |
32 ms | ArcanistClosureLinterTestCase::testLinter Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install gjslint using `pip install closure-linter`. | |
32 ms | ArcanistCpplintLinterTestCase::testLinter Unable to locate binary "cpplint.py" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install cpplint.py using `wget https://raw.github.com/google/styleguide/gh-pages/cpplint/cpplint.py`, and place it in your path with the appropriate permissions set. | |
33 ms | ArcanistHLintLinterTestCase::testLinter Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install hlint with `cabal install hlint`. | |
7 ms | ArcanistHLintLinterTestCase::testVersion Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install hlint with `cabal install hlint`. | |
32 ms | ArcanistPhpcsLinterTestCase::testLinter Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. | |
6 ms | ArcanistPhpcsLinterTestCase::testVersion Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. | |
34 ms | ArcanistPuppetLintLinterTestCase::testLinter Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install puppet-lint using `gem install puppet-lint`. | |
7 ms | ArcanistPuppetLintLinterTestCase::testVersion Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |