Page MenuHomePhabricator

Build 10690
PassedPublic

Run "arc unit --everything"

When
Completed at Nov 27 2015, 5:06 PM · Built for 13 s
Status
Passed
1 empty logs are hidden. Show all logs.

Build Log 1685 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Build successful!
2 PASS 39ms★ ArcanistLibraryTestCase::testEverythingImplemented
3 PASS 4.6s ArcanistLibraryTestCase::testLibraryMap
4 PASS 74ms ArcanistLibraryTestCase::testMethodVisibility
5 PASS 1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule
6 PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt
7 PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield
8 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn
9 PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics
10 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump
11 PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder
12 PASS 1ms★ ArcanistBritishTestCase::testCommandCompletion
13 PASS <1ms★ ArcanistBritishTestCase::testArgumentCompletion
14 PASS 4ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline
15 PASS 3ms★ ArcanistBundleTestCase::testTrailingContext
16 PASS 870ms ArcanistBundleTestCase::testGitRepository
17 PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks
18 PASS 5ms★ ArcanistBundleTestCase::testEncodeBase85
19 PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover
20 PASS 12ms★ ArcanistDiffParserTestCase::testParser
21 PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping
22 PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting
23 PASS 6ms★ ArcanistDiffUtilsTestCase::testLevenshtein
24 PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff
25 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful
26 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14
27 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14
28 PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput
29 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14
30 PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14
31 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure
32 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure
33 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14
34 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful
35 PASS <1ms★ ArcanistLinterStandardTestCase::testLoadAllStandards
36 PASS 10ms★ ArcanistChmodLinterTestCase::testLinter
37 SKIP ArcanistCSSLintLinterTestCase::testVersion
38Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
39TO INSTALL: Install CSSLint using `npm install -g csslint`.
40 SKIP ArcanistCSSLintLinterTestCase::testLinter
41Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
42TO INSTALL: Install CSSLint using `npm install -g csslint`.
43 SKIP ArcanistClosureLinterTestCase::testLinter
44Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration.
45TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`.
46 PASS <1ms★ ArcanistClosureLinterTestCase::testVersion
47 SKIP ArcanistCoffeeLintLinterTestCase::testVersion
48Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
49TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
50 SKIP ArcanistCoffeeLintLinterTestCase::testLinter
51Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
52TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
53 SKIP ArcanistCppcheckLinterTestCase::testLinter
54Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
55TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
56 SKIP ArcanistCppcheckLinterTestCase::testVersion
57Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
58TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
59 PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion
60 SKIP ArcanistCpplintLinterTestCase::testLinter
61Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration.
62TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`.
63 SKIP ArcanistFlake8LinterTestCase::testLinter
64Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
65TO INSTALL: Install flake8 using `easy_install flake8`.
66 SKIP ArcanistFlake8LinterTestCase::testVersion
67Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
68TO INSTALL: Install flake8 using `easy_install flake8`.
69 PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion
70 SKIP ArcanistGoLintLinterTestCase::testLinter
71Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration.
72TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`.
73 SKIP ArcanistHLintLinterTestCase::testVersion
74Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
75TO INSTALL: Install hlint with `cabal install hlint`.
76 SKIP ArcanistHLintLinterTestCase::testLinter
77Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
78TO INSTALL: Install hlint with `cabal install hlint`.
79 SKIP ArcanistJSHintLinterTestCase::testLinter
80Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
81TO INSTALL: Install JSHint using `npm install -g jshint`.
82 SKIP ArcanistJSHintLinterTestCase::testVersion
83Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
84TO INSTALL: Install JSHint using `npm install -g jshint`.
85 SKIP ArcanistJSONLintLinterTestCase::testLinter
86Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
87TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
88 SKIP ArcanistJSONLintLinterTestCase::testVersion
89Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
90TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
91 SKIP ArcanistJscsLinterTestCase::testVersion
92Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
93TO INSTALL: Install JSCS using `npm install -g jscs`.
94 SKIP ArcanistJscsLinterTestCase::testLinter
95Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
96TO INSTALL: Install JSCS using `npm install -g jscs`.
97 SKIP ArcanistLesscLinterTestCase::testLinter
98Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
99TO INSTALL: Install lessc using `npm install -g less`.
100 SKIP ArcanistLesscLinterTestCase::testVersion
101Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
102TO INSTALL: Install lessc using `npm install -g less`.
103 SKIP ArcanistPEP8LinterTestCase::testLinter
104Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
105TO INSTALL: Install PEP8 using `easy_install pep8`.
106 SKIP ArcanistPEP8LinterTestCase::testVersion
107Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
108TO INSTALL: Install PEP8 using `easy_install pep8`.
109 PASS 17ms★ ArcanistPhpLinterTestCase::testVersion
110 PASS 122ms ArcanistPhpLinterTestCase::testLinter
111 SKIP ArcanistPhpcsLinterTestCase::testVersion
112Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
113TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
114 SKIP ArcanistPhpcsLinterTestCase::testLinter
115Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
116TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
117 SKIP ArcanistPuppetLintLinterTestCase::testVersion
118Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
119TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
120 SKIP ArcanistPuppetLintLinterTestCase::testLinter
121Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
122TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
123 SKIP ArcanistPyFlakesLinterTestCase::testVersion
124Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
125TO INSTALL: Install pyflakes with `pip install pyflakes`.
126 SKIP ArcanistPyFlakesLinterTestCase::testLinter
127Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
128TO INSTALL: Install pyflakes with `pip install pyflakes`.
129 SKIP ArcanistPyLintLinterTestCase::testVersion
130Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
131TO INSTALL: Install PyLint using `pip install pylint`.
132 SKIP ArcanistPyLintLinterTestCase::testLinter
133Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
134TO INSTALL: Install PyLint using `pip install pylint`.
135 SKIP ArcanistRuboCopLinterTestCase::testVersion
136Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
137TO INSTALL: Install RuboCop using `gem install rubocop`.
138 SKIP ArcanistRuboCopLinterTestCase::testLinter
139Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
140TO INSTALL: Install RuboCop using `gem install rubocop`.
141 SKIP ArcanistRubyLinterTestCase::testLinter
142Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
143TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
144 SKIP ArcanistRubyLinterTestCase::testVersion
145Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
146TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
147 PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter
148 PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter
149 PASS 122ms ArcanistJSONLinterTestCase::testLinter
150 PASS 8ms★ ArcanistMergeConflictLinterTestCase::testLinter
151 PASS 9ms★ ArcanistNoLintLinterTestCase::testLinter
152 PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase
153 PASS 16ms★ ArcanistSpellingLinterTestCase::testLinter
154 PASS 25ms★ ArcanistTextLinterTestCase::testLinter
155 PASS 24ms★ ArcanistAbstractMethodBodyXHPASTLinterRuleTestCase::testLinter
156 PASS 10ms★ ArcanistAbstractPrivateMethodXHPASTLinterRuleTestCase::testLinter
157 PASS 11ms★ ArcanistAliasFunctionXHPASTLinterRuleTestCase::testLinter
158 PASS 10ms★ ArcanistArrayCombineXHPASTLinterRuleTestCase::testLinter
159 PASS 11ms★ ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase::testLinter
160 PASS 13ms★ ArcanistArraySeparatorXHPASTLinterRuleTestCase::testLinter
161 PASS 12ms★ ArcanistArrayValueXHPASTLinterRuleTestCase::testLinter
162 PASS 20ms★ ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase::testLinter
163 PASS 11ms★ ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase::testLinter
164 PASS 14ms★ ArcanistBraceFormattingXHPASTLinterRuleTestCase::testLinter
165 PASS 18ms★ ArcanistCallParenthesesXHPASTLinterRuleTestCase::testLinter
166 PASS 13ms★ ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase::testLinter
167 PASS 11ms★ ArcanistCastSpacingXHPASTLinterRuleTestCase::testLinter
168 PASS 11ms★ ArcanistClassExtendsObjectXHPASTLinterRuleTestCase::testLinter
169 PASS 30ms★ ArcanistClassMustBeDeclaredAbstractXHPASTLinterRuleTestCase::testLinter
170 PASS 13ms★ ArcanistClassNameLiteralXHPASTLinterRuleTestCase::testLinter
171 PASS 12ms★ ArcanistCommentStyleXHPASTLinterRuleTestCase::testLinter
172 PASS 12ms★ ArcanistConcatenationOperatorXHPASTLinterRuleTestCase::testLinter
173 PASS 12ms★ ArcanistConstructorParenthesesXHPASTLinterRuleTestCase::testLinter
174 PASS 14ms★ ArcanistControlStatementSpacingXHPASTLinterRuleTestCase::testLinter
175 PASS 16ms★ ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase::testLinter
176 PASS 12ms★ ArcanistDefaultParametersXHPASTLinterRuleTestCase::testLinter
177 PASS 12ms★ ArcanistDeprecationXHPASTLinterRuleTestCase::testLinter
178 PASS 12ms★ ArcanistDoubleQuoteXHPASTLinterRuleTestCase::testLinter
179 PASS 14ms★ ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase::testLinter
180 PASS 14ms★ ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase::testLinter
181 PASS 11ms★ ArcanistDynamicDefineXHPASTLinterRuleTestCase::testLinter
182 PASS 11ms★ ArcanistElseIfUsageXHPASTLinterRuleTestCase::testLinter
183 PASS 11ms★ ArcanistEmptyStatementXHPASTLinterRuleTestCase::testLinter
184 PASS 11ms★ ArcanistExitExpressionXHPASTLinterRuleTestCase::testLinter
185 PASS 10ms★ ArcanistExtractUseXHPASTLinterRuleTestCase::testLinter
186 PASS 12ms★ ArcanistFormattedStringXHPASTLinterRuleTestCase::testLinter
187 PASS 11ms★ ArcanistGlobalVariableXHPASTLinterRuleTestCase::testLinter
188 PASS 11ms★ ArcanistImplicitConstructorXHPASTLinterRuleTestCase::testLinter
189 PASS 18ms★ ArcanistImplicitFallthroughXHPASTLinterRuleTestCase::testLinter
190 PASS 22ms★ ArcanistImplicitVisibilityXHPASTLinterRuleTestCase::testLinter
191 PASS 13ms★ ArcanistInlineHTMLXHPASTLinterRuleTestCase::testLinter
192 PASS 13ms★ ArcanistInnerFunctionXHPASTLinterRuleTestCase::testLinter
193 PASS 12ms★ ArcanistInstanceofOperatorXHPASTLinterRuleTestCase::testLinter
194 PASS 20ms★ ArcanistInterfaceAbstractMethodXHPASTLinterRuleTestCase::testLinter
195 PASS 19ms★ ArcanistInterfaceMethodBodyXHPASTLinterRuleTestCase::testLinter
196 PASS 14ms★ ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase::testLinter
197 PASS 14ms★ ArcanistInvalidModifiersXHPASTLinterRuleTestCase::testLinter
198 PASS 15ms★ ArcanistKeywordCasingXHPASTLinterRuleTestCase::testLinter
199 PASS 11ms★ ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase::testLinter
200 PASS 14ms★ ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase::testLinter
201 PASS 13ms★ ArcanistListAssignmentXHPASTLinterRuleTestCase::testLinter
202 PASS 12ms★ ArcanistLogicalOperatorsXHPASTLinterRuleTestCase::testLinter
203 PASS 13ms★ ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase::testLinter
204 PASS 12ms★ ArcanistModifierOrderingXHPASTLinterRuleTestCase::testLinter
205 PASS 28ms★ ArcanistNamespaceFirstStatementXHPASTLinterRuleTestCase::testLinter
206 PASS 24ms★ ArcanistNamingConventionsXHPASTLinterRuleTestCase::testLinter
207 PASS 12ms★ ArcanistNestedNamespacesXHPASTLinterRuleTestCase::testLinter
208 PASS 12ms★ ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase::testLinter
209 PASS 13ms★ ArcanistNoParentScopeXHPASTLinterRuleTestCase::testLinter
210 PASS 11ms★ ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase::testLinter
211 PASS 131ms ArcanistPHPCompatibilityXHPASTLinterRuleTestCase::testLinter
212 PASS 13ms★ ArcanistPHPEchoTagXHPASTLinterRuleTestCase::testLinter
213 PASS 25ms★ ArcanistPHPOpenTagXHPASTLinterRuleTestCase::testLinter
214 PASS 13ms★ ArcanistPHPShortTagXHPASTLinterRuleTestCase::testLinter
215 PASS 20ms★ ArcanistParentMemberReferenceXHPASTLinterRuleTestCase::testLinter
216 PASS 24ms★ ArcanistParenthesesSpacingXHPASTLinterRuleTestCase::testLinter
217 PASS 13ms★ ArcanistParseStrUseXHPASTLinterRuleTestCase::testLinter
218 PASS 14ms★ ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase::testLinter
219 PASS 14ms★ ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase::testLinter
220 PASS 13ms★ ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase::testLinter
221 PASS 18ms★ ArcanistReusedAsIteratorXHPASTLinterRuleTestCase::testLinter
222 PASS 25ms★ ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase::testLinter
223 PASS 36ms★ ArcanistReusedIteratorXHPASTLinterRuleTestCase::testLinter
224 PASS 33ms★ ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase::testLinter
225 PASS 13ms★ ArcanistSemicolonSpacingXHPASTLinterRuleTestCase::testLinter
226 PASS 14ms★ ArcanistSlownessXHPASTLinterRuleTestCase::testLinter
227 PASS 14ms★ ArcanistStaticThisXHPASTLinterRuleTestCase::testLinter
228 PASS 15ms★ ArcanistTautologicalExpressionXHPASTLinterRuleTestCase::testLinter
229 PASS 21ms★ ArcanistThisReassignmentXHPASTLinterRuleTestCase::testLinter
230 PASS 15ms★ ArcanistToStringExceptionXHPASTLinterRuleTestCase::testLinter
231 PASS 12ms★ ArcanistTodoCommentXHPASTLinterRuleTestCase::testLinter
232 PASS 12ms★ ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase::testLinter
233 PASS 13ms★ ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase::testLinter
234 PASS 45ms★ ArcanistUndeclaredVariableXHPASTLinterRuleTestCase::testLinter
235 PASS 37ms★ ArcanistUnexpectedReturnValueXHPASTLinterRuleTestCase::testLinter
236 PASS 14ms★ ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase::testLinter
237 PASS 14ms★ ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase::testLinter
238 PASS 22ms★ ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase::testLinter
239 PASS 13ms★ ArcanistUseStatementNamespacePrefixXHPASTLinterRuleTestCase::testLinter
240 PASS 16ms★ ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase::testLinter
241 PASS 13ms★ ArcanistVariableVariableXHPASTLinterRuleTestCase::testLinter
242 PASS 255ms ArcanistXHPASTLinterTestCase::testLinter
243 PASS 66ms ArcanistXMLLinterTestCase::testLinter
244 PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll
245 PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes
246 PASS 31ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing
247 PASS 144ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing
248 PASS 26ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing
249 PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges
250 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities
251 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities
252 PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations
253 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases
254 PASS <1ms★ PhutilUnitTestEngineTestCase::testFailSkip
255 PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths
256 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap
257 PASS <1ms★ PhutilUnitTestEngineTestCase::testPass
258 PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure
259 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput
260 PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure
261 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput
262

Build Working Copy

When
Completed at Nov 27 2015, 5:06 PM · Built instantly
Status
Passed

Event Timeline