Properties
Properties
- Buildable
- B8853: Diff 35043
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Nov 15 2015, 8:16 AM · Built for 9 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | Build successful! |
---|---|
2 | PASS 292ms ArcanistLibraryTestCase::testLibraryMap |
3 | PASS 93ms ArcanistLibraryTestCase::testMethodVisibility |
4 | PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented |
5 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics |
6 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield |
7 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule |
8 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt |
9 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump |
10 | PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder |
11 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn |
12 | PASS 1ms★ ArcanistBritishTestCase::testArgumentCompletion |
13 | PASS <1ms★ ArcanistBritishTestCase::testCommandCompletion |
14 | PASS 4ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline |
15 | PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks |
16 | PASS 823ms ArcanistBundleTestCase::testGitRepository |
17 | PASS 4ms★ ArcanistBundleTestCase::testEncodeBase85 |
18 | PASS 3ms★ ArcanistBundleTestCase::testTrailingContext |
19 | PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover |
20 | PASS 12ms★ ArcanistDiffParserTestCase::testParser |
21 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting |
22 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping |
23 | PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff |
24 | PASS 5ms★ ArcanistDiffUtilsTestCase::testLevenshtein |
25 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14 |
26 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14 |
27 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14 |
28 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14 |
29 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure |
30 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure |
31 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful |
32 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput |
33 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful |
34 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14 |
35 | PASS <1ms★ ArcanistLinterStandardTestCase::testLoadAllStandards |
36 | PASS 9ms★ ArcanistChmodLinterTestCase::testLinter |
37 | SKIP ArcanistCSSLintLinterTestCase::testVersion |
38 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
39 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
40 | SKIP ArcanistCSSLintLinterTestCase::testLinter |
41 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
42 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
43 | PASS <1ms★ ArcanistClosureLinterTestCase::testVersion |
44 | SKIP ArcanistClosureLinterTestCase::testLinter |
45 | Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration. |
46 | TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`. |
47 | SKIP ArcanistCoffeeLintLinterTestCase::testVersion |
48 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
49 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
50 | SKIP ArcanistCoffeeLintLinterTestCase::testLinter |
51 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
52 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
53 | SKIP ArcanistCppcheckLinterTestCase::testVersion |
54 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
55 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
56 | SKIP ArcanistCppcheckLinterTestCase::testLinter |
57 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
58 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
59 | PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion |
60 | SKIP ArcanistCpplintLinterTestCase::testLinter |
61 | Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration. |
62 | TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`. |
63 | SKIP ArcanistFlake8LinterTestCase::testVersion |
64 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
65 | TO INSTALL: Install flake8 using `easy_install flake8`. |
66 | SKIP ArcanistFlake8LinterTestCase::testLinter |
67 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
68 | TO INSTALL: Install flake8 using `easy_install flake8`. |
69 | PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion |
70 | SKIP ArcanistGoLintLinterTestCase::testLinter |
71 | Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration. |
72 | TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`. |
73 | SKIP ArcanistHLintLinterTestCase::testVersion |
74 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
75 | TO INSTALL: Install hlint with `cabal install hlint`. |
76 | SKIP ArcanistHLintLinterTestCase::testLinter |
77 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
78 | TO INSTALL: Install hlint with `cabal install hlint`. |
79 | SKIP ArcanistJSHintLinterTestCase::testVersion |
80 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
81 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
82 | SKIP ArcanistJSHintLinterTestCase::testLinter |
83 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
84 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
85 | SKIP ArcanistJSONLintLinterTestCase::testVersion |
86 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
87 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
88 | SKIP ArcanistJSONLintLinterTestCase::testLinter |
89 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
90 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
91 | SKIP ArcanistJscsLinterTestCase::testLinter |
92 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
93 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
94 | SKIP ArcanistJscsLinterTestCase::testVersion |
95 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
96 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
97 | SKIP ArcanistLesscLinterTestCase::testLinter |
98 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
99 | TO INSTALL: Install lessc using `npm install -g less`. |
100 | SKIP ArcanistLesscLinterTestCase::testVersion |
101 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
102 | TO INSTALL: Install lessc using `npm install -g less`. |
103 | SKIP ArcanistPEP8LinterTestCase::testVersion |
104 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
105 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
106 | SKIP ArcanistPEP8LinterTestCase::testLinter |
107 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
108 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
109 | PASS 17ms★ ArcanistPhpLinterTestCase::testVersion |
110 | PASS 115ms ArcanistPhpLinterTestCase::testLinter |
111 | SKIP ArcanistPhpcsLinterTestCase::testLinter |
112 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
113 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
114 | SKIP ArcanistPhpcsLinterTestCase::testVersion |
115 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
116 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
117 | SKIP ArcanistPuppetLintLinterTestCase::testVersion |
118 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
119 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
120 | SKIP ArcanistPuppetLintLinterTestCase::testLinter |
121 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
122 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
123 | SKIP ArcanistPyFlakesLinterTestCase::testVersion |
124 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
125 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
126 | SKIP ArcanistPyFlakesLinterTestCase::testLinter |
127 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
128 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
129 | SKIP ArcanistPyLintLinterTestCase::testVersion |
130 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
131 | TO INSTALL: Install PyLint using `pip install pylint`. |
132 | SKIP ArcanistPyLintLinterTestCase::testLinter |
133 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
134 | TO INSTALL: Install PyLint using `pip install pylint`. |
135 | SKIP ArcanistRuboCopLinterTestCase::testLinter |
136 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
137 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
138 | SKIP ArcanistRuboCopLinterTestCase::testVersion |
139 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
140 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
141 | SKIP ArcanistRubyLinterTestCase::testVersion |
142 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
143 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
144 | SKIP ArcanistRubyLinterTestCase::testLinter |
145 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
146 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
147 | PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter |
148 | PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter |
149 | PASS 124ms ArcanistJSONLinterTestCase::testLinter |
150 | PASS 7ms★ ArcanistMergeConflictLinterTestCase::testLinter |
151 | PASS 9ms★ ArcanistNoLintLinterTestCase::testLinter |
152 | PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase |
153 | PASS 15ms★ ArcanistSpellingLinterTestCase::testLinter |
154 | PASS 25ms★ ArcanistTextLinterTestCase::testLinter |
155 | PASS 1.8s ArcanistXHPASTLinterTestCase::testLinter |
156 | PASS 64ms ArcanistXMLLinterTestCase::testLinter |
157 | PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll |
158 | PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes |
159 | PASS 29ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing |
160 | PASS 144ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing |
161 | PASS 26ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing |
162 | PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges |
163 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities |
164 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities |
165 | PASS <1ms★ ArcanistXHPASTLinterRuleTestCase::testLoadAllRules |
166 | PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations |
167 | PASS <1ms★ PhutilUnitTestEngineTestCase::testPass |
168 | PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip |
169 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases |
170 | PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths |
171 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap |
172 | PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure |
173 | PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure |
174 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput |
175 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput |
176 | PASS 292ms ArcanistLibraryTestCase::testLibraryMap |
177 | PASS 93ms ArcanistLibraryTestCase::testMethodVisibility |
178 | PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented |
179 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics |
180 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield |
181 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule |
182 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt |
183 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump |
184 | PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder |
185 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn |
186 | PASS 1ms★ ArcanistBritishTestCase::testArgumentCompletion |
187 | PASS <1ms★ ArcanistBritishTestCase::testCommandCompletion |
188 | PASS 4ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline |
189 | PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks |
190 | PASS 823ms ArcanistBundleTestCase::testGitRepository |
191 | PASS 4ms★ ArcanistBundleTestCase::testEncodeBase85 |
192 | PASS 3ms★ ArcanistBundleTestCase::testTrailingContext |
193 | PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover |
194 | PASS 12ms★ ArcanistDiffParserTestCase::testParser |
195 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting |
196 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping |
197 | PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff |
198 | PASS 5ms★ ArcanistDiffUtilsTestCase::testLevenshtein |
199 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14 |
200 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14 |
201 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14 |
202 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14 |
203 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure |
204 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure |
205 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful |
206 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput |
207 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful |
208 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14 |
209 | PASS <1ms★ ArcanistLinterStandardTestCase::testLoadAllStandards |
210 | PASS 9ms★ ArcanistChmodLinterTestCase::testLinter |
211 | SKIP ArcanistCSSLintLinterTestCase::testVersion |
212 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
213 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
214 | SKIP ArcanistCSSLintLinterTestCase::testLinter |
215 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
216 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
217 | PASS <1ms★ ArcanistClosureLinterTestCase::testVersion |
218 | SKIP ArcanistClosureLinterTestCase::testLinter |
219 | Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration. |
220 | TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`. |
221 | SKIP ArcanistCoffeeLintLinterTestCase::testVersion |
222 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
223 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
224 | SKIP ArcanistCoffeeLintLinterTestCase::testLinter |
225 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
226 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
227 | SKIP ArcanistCppcheckLinterTestCase::testVersion |
228 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
229 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
230 | SKIP ArcanistCppcheckLinterTestCase::testLinter |
231 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
232 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
233 | PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion |
234 | SKIP ArcanistCpplintLinterTestCase::testLinter |
235 | Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration. |
236 | TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`. |
237 | SKIP ArcanistFlake8LinterTestCase::testVersion |
238 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
239 | TO INSTALL: Install flake8 using `easy_install flake8`. |
240 | SKIP ArcanistFlake8LinterTestCase::testLinter |
241 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
242 | TO INSTALL: Install flake8 using `easy_install flake8`. |
243 | PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion |
244 | SKIP ArcanistGoLintLinterTestCase::testLinter |
245 | Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration. |
246 | TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`. |
247 | SKIP ArcanistHLintLinterTestCase::testVersion |
248 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
249 | TO INSTALL: Install hlint with `cabal install hlint`. |
250 | SKIP ArcanistHLintLinterTestCase::testLinter |
251 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
252 | TO INSTALL: Install hlint with `cabal install hlint`. |
253 | SKIP ArcanistJSHintLinterTestCase::testVersion |
254 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
255 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
256 | SKIP ArcanistJSHintLinterTestCase::testLinter |
257 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
258 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
259 | SKIP ArcanistJSONLintLinterTestCase::testVersion |
260 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
261 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
262 | SKIP ArcanistJSONLintLinterTestCase::testLinter |
263 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
264 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
265 | SKIP ArcanistJscsLinterTestCase::testLinter |
266 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
267 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
268 | SKIP ArcanistJscsLinterTestCase::testVersion |
269 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
270 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
271 | SKIP ArcanistLesscLinterTestCase::testLinter |
272 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
273 | TO INSTALL: Install lessc using `npm install -g less`. |
274 | SKIP ArcanistLesscLinterTestCase::testVersion |
275 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
276 | TO INSTALL: Install lessc using `npm install -g less`. |
277 | SKIP ArcanistPEP8LinterTestCase::testVersion |
278 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
279 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
280 | SKIP ArcanistPEP8LinterTestCase::testLinter |
281 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
282 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
283 | PASS 17ms★ ArcanistPhpLinterTestCase::testVersion |
284 | PASS 115ms ArcanistPhpLinterTestCase::testLinter |
285 | SKIP ArcanistPhpcsLinterTestCase::testLinter |
286 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
287 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
288 | SKIP ArcanistPhpcsLinterTestCase::testVersion |
289 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
290 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
291 | SKIP ArcanistPuppetLintLinterTestCase::testVersion |
292 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
293 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
294 | SKIP ArcanistPuppetLintLinterTestCase::testLinter |
295 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
296 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
297 | SKIP ArcanistPyFlakesLinterTestCase::testVersion |
298 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
299 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
300 | SKIP ArcanistPyFlakesLinterTestCase::testLinter |
301 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
302 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
303 | SKIP ArcanistPyLintLinterTestCase::testVersion |
304 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
305 | TO INSTALL: Install PyLint using `pip install pylint`. |
306 | SKIP ArcanistPyLintLinterTestCase::testLinter |
307 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
308 | TO INSTALL: Install PyLint using `pip install pylint`. |
309 | SKIP ArcanistRuboCopLinterTestCase::testLinter |
310 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
311 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
312 | SKIP ArcanistRuboCopLinterTestCase::testVersion |
313 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
314 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
315 | SKIP ArcanistRubyLinterTestCase::testVersion |
316 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
317 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
318 | SKIP ArcanistRubyLinterTestCase::testLinter |
319 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
320 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
321 | PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter |
322 | PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter |
323 | PASS 124ms ArcanistJSONLinterTestCase::testLinter |
324 | PASS 7ms★ ArcanistMergeConflictLinterTestCase::testLinter |
325 | PASS 9ms★ ArcanistNoLintLinterTestCase::testLinter |
326 | PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase |
327 | PASS 15ms★ ArcanistSpellingLinterTestCase::testLinter |
328 | PASS 25ms★ ArcanistTextLinterTestCase::testLinter |
329 | PASS 1.8s ArcanistXHPASTLinterTestCase::testLinter |
330 | PASS 64ms ArcanistXMLLinterTestCase::testLinter |
331 | PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll |
332 | PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes |
333 | PASS 29ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing |
334 | PASS 144ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing |
335 | PASS 26ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing |
336 | PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges |
337 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities |
338 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities |
339 | PASS <1ms★ ArcanistXHPASTLinterRuleTestCase::testLoadAllRules |
340 | PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations |
341 | PASS <1ms★ PhutilUnitTestEngineTestCase::testPass |
342 | PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip |
343 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases |
344 | PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths |
345 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap |
346 | PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure |
347 | PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure |
348 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput |
349 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput |
350 |
Build Working Copy
Build Working Copy
- When
- Completed at Nov 15 2015, 8:16 AM · Built instantly
- Status
Passed