B2105 Unit Tests
B2105 Unit Tests
Unit TestsFailed
Unit TestsFailed
Time | Test | |
---|---|---|
103 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)
| |
81 ms | ArcanistChmodLinterTestCase::testLinter 5 assertion(s) passed. | |
68 ms | ArcanistClosureLinterTestCase::testVersion 1 assertion(s) passed. | |
89 ms | ArcanistCpplintLinterTestCase::testVersion 1 assertion(s) passed. | |
89 ms | ArcanistFilenameLinterTestCase::testLinter 5 assertion(s) passed. | |
84 ms | ArcanistGeneratedLinterTestCase::testLinter 7 assertion(s) passed. | |
90 ms | ArcanistGoLintLinterTestCase::testVersion 1 assertion(s) passed. | |
3,048 ms | ArcanistJSHintLinterTestCase::testLinter 13 assertion(s) passed. | |
414 ms | ArcanistJSHintLinterTestCase::testVersion 1 assertion(s) passed. | |
171 ms | ArcanistJSONLinterTestCase::testLinter 67 assertion(s) passed. | |
69 ms | ArcanistLintMessageTestCase::testMessageTrimming 24 assertion(s) passed. | |
79 ms | ArcanistMergeConflictLinterTestCase::testLinter 3 assertion(s) passed. | |
86 ms | ArcanistNoLintLinterTestCase::testLinter 7 assertion(s) passed. | |
420 ms | ArcanistPhpLinterTestCase::testLinter 7 assertion(s) passed. | |
128 ms | ArcanistPhpLinterTestCase::testVersion 1 assertion(s) passed. | |
74 ms | ArcanistSpellingLinterTestCase::testFixLetterCase 8 assertion(s) passed. | |
100 ms | ArcanistSpellingLinterTestCase::testLinter 3 assertion(s) passed. | |
115 ms | ArcanistTextLinterTestCase::testLinter 29 assertion(s) passed. | |
313 ms | ArcanistXHPASTLinterTestCase::testLinter 18 assertion(s) passed. | |
139 ms | ExecFutureTestCase::testBufferLimit 1 assertion(s) passed. | |
137 ms | ExecFutureTestCase::testEmptyWrite 1 assertion(s) passed. | |
814 ms | ExecFutureTestCase::testEscaping 16 assertion(s) passed. | |
108 ms | ExecFutureTestCase::testKeepPipe 1 assertion(s) passed. | |
133 ms | ExecFutureTestCase::testLargeBuffer 1 assertion(s) passed. | |
112 ms | ExecFutureTestCase::testMultipleResolves 1 assertion(s) passed. | |
94 ms | ExecFutureTestCase::testMultipleTimeoutsTestShouldRunLessThan1Sec 8 assertion(s) passed. | |
197 ms | ExecFutureTestCase::testReadBuffering 2 assertion(s) passed. | |
80 ms | ExecFutureTestCase::testResolveTimeoutTestShouldRunLessThan1Sec 1 assertion(s) passed. | |
74 ms | ExecFutureTestCase::testTerminateWithoutStart 1 assertion(s) passed. | |
138 ms | ExecFutureTestCase::testTimeoutTestShouldRunLessThan1Sec 2 assertion(s) passed. | |
110 ms | ExecPassthruTestCase::testExecPassthru 1 assertion(s) passed. | |
202 ms | FutureIteratorTestCase::testAddingFuture 1 assertion(s) passed. | |
81 ms | MethodCallFutureTestCase::testMethodCallFutureExceptions 1 assertion(s) passed. | |
69 ms | MethodCallFutureTestCase::testMethodCallFutureSums 2 assertion(s) passed. | |
38 ms | PhutilConsoleWrapTestCase::testConsoleWrap 1 assertion(s) passed. | |
61 ms | PhutilConsoleWrapTestCase::testWrap 5 assertion(s) passed. | |
40 ms | PhutilConsoleWrapTestCase::testWrapIndent 1 assertion(s) passed. | |
71 ms | PhutilLibraryTestCase::testEverythingImplemented 1 assertion(s) passed. | |
103 ms | PhutilLibraryTestCase::testLibraryMap 1 assertion(s) passed. | |
407 ms | PhutilLibraryTestCase::testMethodVisibility 1 assertion(s) passed. | |
86 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`. | |
71 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`. | |
86 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`. | |
85 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`. | |
70 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`. | |
111 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. | |
89 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. | |
154 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. | |
88 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`. | |
87 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`. | |
105 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`. | |
99 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`. | |
83 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`. | |
86 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`. | |
104 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`. | |
89 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`. | |
72 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`. | |
91 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`. | |
74 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`. | |
108 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`. | |
77 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`. | |
87 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`. | |
78 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`. | |
92 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`. | |
74 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`. | |
94 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`. | |
76 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`. | |
91 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`. | |
76 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`. | |
93 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/>. | |
87 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