B2103 Unit Tests
B2103 Unit Tests
Unit TestsFailed
Unit TestsFailed
Time | Test | |
---|---|---|
237 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)
| |
183 ms | ArcanistChmodLinterTestCase::testLinter 5 assertion(s) passed. | |
162 ms | ArcanistClosureLinterTestCase::testVersion 1 assertion(s) passed. | |
165 ms | ArcanistCpplintLinterTestCase::testVersion 1 assertion(s) passed. | |
188 ms | ArcanistFilenameLinterTestCase::testLinter 5 assertion(s) passed. | |
212 ms | ArcanistGeneratedLinterTestCase::testLinter 7 assertion(s) passed. | |
175 ms | ArcanistGoLintLinterTestCase::testVersion 1 assertion(s) passed. | |
6,134 ms | ArcanistJSHintLinterTestCase::testLinter 13 assertion(s) passed. | |
636 ms | ArcanistJSHintLinterTestCase::testVersion 1 assertion(s) passed. | |
417 ms | ArcanistJSONLinterTestCase::testLinter 67 assertion(s) passed. | |
162 ms | ArcanistLintMessageTestCase::testMessageTrimming 24 assertion(s) passed. | |
196 ms | ArcanistMergeConflictLinterTestCase::testLinter 3 assertion(s) passed. | |
198 ms | ArcanistNoLintLinterTestCase::testLinter 7 assertion(s) passed. | |
723 ms | ArcanistPhpLinterTestCase::testLinter 7 assertion(s) passed. | |
278 ms | ArcanistPhpLinterTestCase::testVersion 1 assertion(s) passed. | |
164 ms | ArcanistSpellingLinterTestCase::testFixLetterCase 8 assertion(s) passed. | |
208 ms | ArcanistSpellingLinterTestCase::testLinter 3 assertion(s) passed. | |
248 ms | ArcanistTextLinterTestCase::testLinter 29 assertion(s) passed. | |
719 ms | ArcanistXHPASTLinterTestCase::testLinter 18 assertion(s) passed. | |
263 ms | ExecFutureTestCase::testBufferLimit 1 assertion(s) passed. | |
279 ms | ExecFutureTestCase::testEmptyWrite 1 assertion(s) passed. | |
1,537 ms | ExecFutureTestCase::testEscaping 16 assertion(s) passed. | |
310 ms | ExecFutureTestCase::testKeepPipe 1 assertion(s) passed. | |
307 ms | ExecFutureTestCase::testLargeBuffer 1 assertion(s) passed. | |
247 ms | ExecFutureTestCase::testMultipleResolves 1 assertion(s) passed. | |
183 ms | ExecFutureTestCase::testMultipleTimeoutsTestShouldRunLessThan1Sec 8 assertion(s) passed. | |
439 ms | ExecFutureTestCase::testReadBuffering 2 assertion(s) passed. | |
179 ms | ExecFutureTestCase::testResolveTimeoutTestShouldRunLessThan1Sec 1 assertion(s) passed. | |
194 ms | ExecFutureTestCase::testTerminateWithoutStart 1 assertion(s) passed. | |
185 ms | ExecFutureTestCase::testTimeoutTestShouldRunLessThan1Sec 2 assertion(s) passed. | |
260 ms | ExecPassthruTestCase::testExecPassthru 1 assertion(s) passed. | |
335 ms | FutureIteratorTestCase::testAddingFuture 1 assertion(s) passed. | |
161 ms | MethodCallFutureTestCase::testMethodCallFutureExceptions 1 assertion(s) passed. | |
157 ms | MethodCallFutureTestCase::testMethodCallFutureSums 2 assertion(s) passed. | |
120 ms | PhutilConsoleWrapTestCase::testConsoleWrap 1 assertion(s) passed. | |
109 ms | PhutilConsoleWrapTestCase::testWrap 5 assertion(s) passed. | |
91 ms | PhutilConsoleWrapTestCase::testWrapIndent 1 assertion(s) passed. | |
507 ms | PhutilLibraryTestCase::testEverythingImplemented 1 assertion(s) passed. | |
291 ms | PhutilLibraryTestCase::testLibraryMap 1 assertion(s) passed. | |
564 ms | PhutilLibraryTestCase::testMethodVisibility 1 assertion(s) passed. | |
204 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`. | |
163 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`. | |
227 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`. | |
194 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`. | |
233 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`. | |
216 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. | |
171 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. | |
211 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. | |
202 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`. | |
170 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`. | |
213 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`. | |
205 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`. | |
176 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`. | |
224 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`. | |
182 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`. | |
235 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`. | |
182 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`. | |
241 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`. | |
201 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`. | |
215 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`. | |
172 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`. | |
196 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`. | |
179 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`. | |
187 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`. | |
173 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`. | |
199 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`. | |
173 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`. | |
196 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`. | |
174 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`. | |
210 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/>. | |
167 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