B2104 Unit Tests
B2104 Unit Tests
Unit TestsFailed
Unit TestsFailed
Time | Test | |
---|---|---|
119 ms | ArcanistXMLLinterTestCase::testLinter Lint emitted an unexpected set of messages for file "languages-6.lint-test".
MISSING MESSAGES
Message with severity "error" at "4:1" (XML5)
| |
103 ms | ArcanistChmodLinterTestCase::testLinter 5 assertion(s) passed. | |
88 ms | ArcanistClosureLinterTestCase::testVersion 1 assertion(s) passed. | |
89 ms | ArcanistCpplintLinterTestCase::testVersion 1 assertion(s) passed. | |
100 ms | ArcanistFilenameLinterTestCase::testLinter 5 assertion(s) passed. | |
99 ms | ArcanistGeneratedLinterTestCase::testLinter 7 assertion(s) passed. | |
95 ms | ArcanistGoLintLinterTestCase::testVersion 1 assertion(s) passed. | |
3,644 ms | ArcanistJSHintLinterTestCase::testLinter 13 assertion(s) passed. | |
329 ms | ArcanistJSHintLinterTestCase::testVersion 1 assertion(s) passed. | |
224 ms | ArcanistJSONLinterTestCase::testLinter 67 assertion(s) passed. | |
91 ms | ArcanistLintMessageTestCase::testMessageTrimming 24 assertion(s) passed. | |
97 ms | ArcanistMergeConflictLinterTestCase::testLinter 3 assertion(s) passed. | |
99 ms | ArcanistNoLintLinterTestCase::testLinter 7 assertion(s) passed. | |
423 ms | ArcanistPhpLinterTestCase::testLinter 7 assertion(s) passed. | |
140 ms | ArcanistPhpLinterTestCase::testVersion 1 assertion(s) passed. | |
85 ms | ArcanistSpellingLinterTestCase::testFixLetterCase 8 assertion(s) passed. | |
108 ms | ArcanistSpellingLinterTestCase::testLinter 3 assertion(s) passed. | |
144 ms | ArcanistTextLinterTestCase::testLinter 29 assertion(s) passed. | |
368 ms | ArcanistXHPASTLinterTestCase::testLinter 18 assertion(s) passed. | |
141 ms | ExecFutureTestCase::testBufferLimit 1 assertion(s) passed. | |
133 ms | ExecFutureTestCase::testEmptyWrite 1 assertion(s) passed. | |
892 ms | ExecFutureTestCase::testEscaping 16 assertion(s) passed. | |
137 ms | ExecFutureTestCase::testKeepPipe 1 assertion(s) passed. | |
189 ms | ExecFutureTestCase::testLargeBuffer 1 assertion(s) passed. | |
157 ms | ExecFutureTestCase::testMultipleResolves 1 assertion(s) passed. | |
117 ms | ExecFutureTestCase::testMultipleTimeoutsTestShouldRunLessThan1Sec 8 assertion(s) passed. | |
229 ms | ExecFutureTestCase::testReadBuffering 2 assertion(s) passed. | |
98 ms | ExecFutureTestCase::testResolveTimeoutTestShouldRunLessThan1Sec 1 assertion(s) passed. | |
87 ms | ExecFutureTestCase::testTerminateWithoutStart 1 assertion(s) passed. | |
97 ms | ExecFutureTestCase::testTimeoutTestShouldRunLessThan1Sec 2 assertion(s) passed. | |
135 ms | ExecPassthruTestCase::testExecPassthru 1 assertion(s) passed. | |
185 ms | FutureIteratorTestCase::testAddingFuture 1 assertion(s) passed. | |
87 ms | MethodCallFutureTestCase::testMethodCallFutureExceptions 1 assertion(s) passed. | |
86 ms | MethodCallFutureTestCase::testMethodCallFutureSums 2 assertion(s) passed. | |
65 ms | PhutilConsoleWrapTestCase::testConsoleWrap 1 assertion(s) passed. | |
60 ms | PhutilConsoleWrapTestCase::testWrap 5 assertion(s) passed. | |
51 ms | PhutilConsoleWrapTestCase::testWrapIndent 1 assertion(s) passed. | |
96 ms | PhutilLibraryTestCase::testEverythingImplemented 1 assertion(s) passed. | |
162 ms | PhutilLibraryTestCase::testLibraryMap 1 assertion(s) passed. | |
496 ms | PhutilLibraryTestCase::testMethodVisibility 1 assertion(s) passed. | |
111 ms | ArcanistCSSLintLinterTestCase::testLinter Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CSSLint using `npm install -g csslint`. | |
97 ms | ArcanistCSSLintLinterTestCase::testVersion Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CSSLint using `npm install -g csslint`. | |
108 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`. | |
113 ms | ArcanistCoffeeLintLinterTestCase::testLinter Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. | |
97 ms | ArcanistCoffeeLintLinterTestCase::testVersion Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. | |
112 ms | ArcanistCppcheckLinterTestCase::testLinter Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. | |
94 ms | ArcanistCppcheckLinterTestCase::testVersion Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. | |
108 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. | |
145 ms | ArcanistFlake8LinterTestCase::testLinter Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install flake8 using `pip install flake8`. | |
92 ms | ArcanistFlake8LinterTestCase::testVersion Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install flake8 using `pip install flake8`. | |
242 ms | ArcanistGoLintLinterTestCase::testLinter Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install Golint using `go get -u golang.org/x/lint/golint`. | |
117 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`. | |
103 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`. | |
104 ms | ArcanistJscsLinterTestCase::testLinter Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install JSCS using `npm install -g jscs`. | |
89 ms | ArcanistJscsLinterTestCase::testVersion Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install JSCS using `npm install -g jscs`. | |
105 ms | ArcanistLesscLinterTestCase::testLinter Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install lessc using `npm install -g less`. | |
89 ms | ArcanistLesscLinterTestCase::testVersion Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install lessc using `npm install -g less`. | |
106 ms | ArcanistPEP8LinterTestCase::testLinter Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PEP8 using `pip install pep8`. | |
88 ms | ArcanistPEP8LinterTestCase::testVersion Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PEP8 using `pip install pep8`. | |
106 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`. | |
90 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`. | |
107 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`. | |
92 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`. | |
104 ms | ArcanistPyFlakesLinterTestCase::testLinter Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install pyflakes with `pip install pyflakes`. | |
89 ms | ArcanistPyFlakesLinterTestCase::testVersion Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install pyflakes with `pip install pyflakes`. | |
192 ms | ArcanistPyLintLinterTestCase::testLinter Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PyLint using `pip install pylint`. | |
105 ms | ArcanistPyLintLinterTestCase::testVersion Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PyLint using `pip install pylint`. | |
117 ms | ArcanistRuboCopLinterTestCase::testLinter Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install RuboCop using `gem install rubocop`. | |
89 ms | ArcanistRuboCopLinterTestCase::testVersion Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install RuboCop using `gem install rubocop`. | |
116 ms | ArcanistRubyLinterTestCase::testLinter Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. | |
89 ms | ArcanistRubyLinterTestCase::testVersion Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
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