Page MenuHomePhabricator

Build 32774
PassedPublic

Run "arc unit --everything"

When
Completed at Feb 13 2020, 12:22 AM · Built for 1 m, 26 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1 PASS 1ms★ AbstractDirectedGraphTestCase::testTrivialGraph
2 PASS <1ms★ AbstractDirectedGraphTestCase::testNonTreeGraph
3 PASS <1ms★ AbstractDirectedGraphTestCase::testTopologicalOrder
4 PASS <1ms★ AbstractDirectedGraphTestCase::testNoncyclicGraph
5 PASS <1ms★ AbstractDirectedGraphTestCase::testRoughTopologicalOrder
6 PASS <1ms★ AbstractDirectedGraphTestCase::testEdgeLoadFailure
7 PASS <1ms★ AbstractDirectedGraphTestCase::testTrivialCyclicGraph
8 PASS <1ms★ AbstractDirectedGraphTestCase::testCyclicGraph
9 PASS 2ms★ ArcanistBaseCommitParserTestCase::testJump
10 PASS 1ms★ ArcanistBaseCommitParserTestCase::testBasics
11 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn
12 PASS 1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule
13 PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt
14 PASS 2ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder
15 PASS 1ms★ ArcanistBaseCommitParserTestCase::testYield
16 PASS 6ms★ ArcanistBundleTestCase::testTabEncoding
17 PASS 6ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline
18 PASS 1.1s ArcanistBundleTestCase::testGitRepository
19 PASS 33ms★ ArcanistBundleTestCase::testEncodeBase85
20 PASS 10ms★ ArcanistBundleTestCase::testMergeHunks
21 PASS 5ms★ ArcanistBundleTestCase::testTrailingContext
22 PASS 5ms★ ArcanistBundleTestCase::testDisjointHunks
23 PASS 1ms★ ArcanistCommentRemoverTestCase::testRemover
24  PASS   27ms★ ArcanistConsoleLintRendererTestCase::testRendering
25  PASS   3ms★ ArcanistDiffParserTestCase::testGitRenames
26  PASS   48ms★ ArcanistDiffParserTestCase::testParser
27  PASS   <1ms★ ArcanistDiffParserTestCase::testGitCommonFilenameExtraction
28  PASS   28ms★ ArcanistDiffUtilsTestCase::testLevenshtein
29  PASS   4ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff
30  PASS   3ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14
31  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful
32  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14
33  PASS   1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure
34  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14
35  PASS   1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14
36  PASS   1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput
37  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14
38  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputV110
39  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful
40  PASS   <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure
41  PASS   <1ms★ ArcanistLintMessageTestCase::testMessageTrimming
42  PASS   2ms★ ArcanistLinterStandardTestCase::testLoadAllStandards
43  PASS   18ms★ ArcanistChmodLinterTestCase::testLinter
44  SKIP  ArcanistCSSLintLinterTestCase::testLinter
45Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
46TO INSTALL: Install CSSLint using `npm install -g csslint`.
47  SKIP  ArcanistCSSLintLinterTestCase::testVersion
48Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
49TO INSTALL: Install CSSLint using `npm install -g csslint`.
50  PASS   1ms★ ArcanistClosureLinterTestCase::testVersion
51  SKIP  ArcanistClosureLinterTestCase::testLinter
52Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration.
53TO INSTALL: Install gjslint using `pip install closure-linter`.
54  SKIP  ArcanistCoffeeLintLinterTestCase::testVersion
55Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
56TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
57  SKIP  ArcanistCoffeeLintLinterTestCase::testLinter
58Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
59TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
60  SKIP  ArcanistCppcheckLinterTestCase::testVersion
61Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
62TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
63  SKIP  ArcanistCppcheckLinterTestCase::testLinter
64Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
65TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
66  SKIP  ArcanistCpplintLinterTestCase::testLinter
67Unable to locate binary "cpplint.py" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration.
68TO 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.
69  PASS   <1ms★ ArcanistCpplintLinterTestCase::testVersion
70  SKIP  ArcanistFlake8LinterTestCase::testVersion
71Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
72TO INSTALL: Install flake8 using `pip install flake8`.
73  SKIP  ArcanistFlake8LinterTestCase::testLinter
74Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
75TO INSTALL: Install flake8 using `pip install flake8`.
76  PASS   1ms★ ArcanistGoLintLinterTestCase::testVersion
77  SKIP  ArcanistGoLintLinterTestCase::testLinter
78Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration.
79TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`.
80  SKIP  ArcanistHLintLinterTestCase::testLinter
81Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
82TO INSTALL: Install hlint with `cabal install hlint`.
83  SKIP  ArcanistHLintLinterTestCase::testVersion
84Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
85TO INSTALL: Install hlint with `cabal install hlint`.
86  SKIP  ArcanistJSHintLinterTestCase::testLinter
87Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
88TO INSTALL: Install JSHint using `npm install -g jshint`.
89  SKIP  ArcanistJSHintLinterTestCase::testVersion
90Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
91TO INSTALL: Install JSHint using `npm install -g jshint`.
92  SKIP  ArcanistJSONLintLinterTestCase::testLinter
93Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
94TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
95  SKIP  ArcanistJSONLintLinterTestCase::testVersion
96Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
97TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
98  SKIP  ArcanistJscsLinterTestCase::testVersion
99Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
100TO INSTALL: Install JSCS using `npm install -g jscs`.
101  SKIP  ArcanistJscsLinterTestCase::testLinter
102Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
103TO INSTALL: Install JSCS using `npm install -g jscs`.
104  SKIP  ArcanistLesscLinterTestCase::testVersion
105Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
106TO INSTALL: Install lessc using `npm install -g less`.
107  SKIP  ArcanistLesscLinterTestCase::testLinter
108Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
109TO INSTALL: Install lessc using `npm install -g less`.
110  SKIP  ArcanistPEP8LinterTestCase::testLinter
111Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
112TO INSTALL: Install PEP8 using `pip install pep8`.
113  SKIP  ArcanistPEP8LinterTestCase::testVersion
114Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
115TO INSTALL: Install PEP8 using `pip install pep8`.
116  PASS   23ms★ ArcanistPhpLinterTestCase::testVersion
117  PASS  154ms ArcanistPhpLinterTestCase::testLinter
118  SKIP  ArcanistPhpcsLinterTestCase::testVersion
119Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
120TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
121  SKIP  ArcanistPhpcsLinterTestCase::testLinter
122Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
123TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
124  SKIP  ArcanistPuppetLintLinterTestCase::testVersion
125Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
126TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
127  SKIP  ArcanistPuppetLintLinterTestCase::testLinter
128Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
129TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
130  SKIP  ArcanistPyFlakesLinterTestCase::testVersion
131Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
132TO INSTALL: Install pyflakes with `pip install pyflakes`.
133  SKIP  ArcanistPyFlakesLinterTestCase::testLinter
134Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
135TO INSTALL: Install pyflakes with `pip install pyflakes`.
136  SKIP  ArcanistPyLintLinterTestCase::testVersion
137Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
138TO INSTALL: Install PyLint using `pip install pylint`.
139  SKIP  ArcanistPyLintLinterTestCase::testLinter
140Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
141TO INSTALL: Install PyLint using `pip install pylint`.
142  SKIP  ArcanistRuboCopLinterTestCase::testVersion
143Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
144TO INSTALL: Install RuboCop using `gem install rubocop`.
145  SKIP  ArcanistRuboCopLinterTestCase::testLinter
146Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
147TO INSTALL: Install RuboCop using `gem install rubocop`.
148  SKIP  ArcanistRubyLinterTestCase::testLinter
149Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
150TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
151  SKIP  ArcanistRubyLinterTestCase::testVersion
152Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
153TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
154  PASS   14ms★ ArcanistFilenameLinterTestCase::testLinter
155  PASS   15ms★ ArcanistGeneratedLinterTestCase::testLinter
156  PASS  154ms ArcanistJSONLinterTestCase::testLinter
157  PASS   11ms★ ArcanistMergeConflictLinterTestCase::testLinter
158  PASS   14ms★ ArcanistNoLintLinterTestCase::testLinter
159  PASS   2ms★ ArcanistSpellingLinterTestCase::testFixLetterCase
160  PASS   19ms★ ArcanistSpellingLinterTestCase::testLinter
161  PASS   49ms★ ArcanistTextLinterTestCase::testLinter
162  PASS   4.9s ArcanistAbstractMethodBodyXHPASTLinterRuleTestCase::testLinter
163  PASS   15ms★ ArcanistAbstractPrivateMethodXHPASTLinterRuleTestCase::testLinter
164  PASS   14ms★ ArcanistAliasFunctionXHPASTLinterRuleTestCase::testLinter
165  PASS   15ms★ ArcanistArrayCombineXHPASTLinterRuleTestCase::testLinter
166  PASS   15ms★ ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase::testLinter
167  PASS   19ms★ ArcanistArraySeparatorXHPASTLinterRuleTestCase::testLinter
168  PASS   17ms★ ArcanistArrayValueXHPASTLinterRuleTestCase::testLinter
169  PASS   32ms★ ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase::testLinter
170  PASS   15ms★ ArcanistBinaryNumericScalarCasingXHPASTLinterRuleTestCase::testLinter
171  PASS   13ms★ ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase::testLinter
172  PASS   52ms ArcanistBraceFormattingXHPASTLinterRuleTestCase::testLinter
173  PASS   25ms★ ArcanistCallParenthesesXHPASTLinterRuleTestCase::testLinter
174  PASS   22ms★ ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase::testLinter
175  PASS   27ms★ ArcanistCastSpacingXHPASTLinterRuleTestCase::testLinter
176  PASS   17ms★ ArcanistClassExtendsObjectXHPASTLinterRuleTestCase::testLinter
177  PASS   33ms★ ArcanistClassMustBeDeclaredAbstractXHPASTLinterRuleTestCase::testLinter
178  PASS   18ms★ ArcanistClassNameLiteralXHPASTLinterRuleTestCase::testLinter
179  PASS   16ms★ ArcanistCommentStyleXHPASTLinterRuleTestCase::testLinter
180  PASS   16ms★ ArcanistConcatenationOperatorXHPASTLinterRuleTestCase::testLinter
181  PASS   16ms★ ArcanistConstructorParenthesesXHPASTLinterRuleTestCase::testLinter
182  PASS   36ms★ ArcanistContinueInsideSwitchXHPASTLinterRuleTestCase::testLinter
183  PASS   20ms★ ArcanistControlStatementSpacingXHPASTLinterRuleTestCase::testLinter
184  PASS   42ms★ ArcanistCurlyBraceArrayIndexXHPASTLinterRuleTestCase::testLinter
185  PASS   24ms★ ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase::testLinter
186  PASS   18ms★ ArcanistDefaultParametersXHPASTLinterRuleTestCase::testLinter
187  PASS   15ms★ ArcanistDeprecationXHPASTLinterRuleTestCase::testLinter
188  PASS   17ms★ ArcanistDoubleQuoteXHPASTLinterRuleTestCase::testLinter
189  PASS   20ms★ ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase::testLinter
190  PASS   19ms★ ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase::testLinter
191  PASS   16ms★ ArcanistDynamicDefineXHPASTLinterRuleTestCase::testLinter
192  PASS   17ms★ ArcanistElseIfUsageXHPASTLinterRuleTestCase::testLinter
193  PASS   18ms★ ArcanistEmptyStatementXHPASTLinterRuleTestCase::testLinter
194  PASS   15ms★ ArcanistExitExpressionXHPASTLinterRuleTestCase::testLinter
195  PASS   15ms★ ArcanistExtractUseXHPASTLinterRuleTestCase::testLinter
196  PASS   17ms★ ArcanistFormattedStringXHPASTLinterRuleTestCase::testLinter
197  PASS   59ms ArcanistFunctionCallShouldBeTypeCastXHPASTLinterRuleTestCase::testLinter
198  PASS   16ms★ ArcanistGlobalVariableXHPASTLinterRuleTestCase::testLinter
199  PASS   16ms★ ArcanistHexadecimalNumericScalarCasingXHPASTLinterRuleTestCase::testLinter
200  PASS   17ms★ ArcanistImplicitConstructorXHPASTLinterRuleTestCase::testLinter
201  PASS   34ms★ ArcanistImplicitFallthroughXHPASTLinterRuleTestCase::testLinter
202  PASS   18ms★ ArcanistImplicitVisibilityXHPASTLinterRuleTestCase::testLinter
203  PASS   18ms★ ArcanistImplodeArgumentOrderXHPASTLinterRuleTestCase::testLinter
204  PASS   39ms★ ArcanistInlineHTMLXHPASTLinterRuleTestCase::testLinter
205  PASS   23ms★ ArcanistInnerFunctionXHPASTLinterRuleTestCase::testLinter
206  PASS   17ms★ ArcanistInstanceofOperatorXHPASTLinterRuleTestCase::testLinter
207  PASS   26ms★ ArcanistInterfaceAbstractMethodXHPASTLinterRuleTestCase::testLinter
208  PASS   24ms★ ArcanistInterfaceMethodBodyXHPASTLinterRuleTestCase::testLinter
209  PASS   19ms★ ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase::testLinter
210  PASS   18ms★ ArcanistInvalidModifiersXHPASTLinterRuleTestCase::testLinter
211  PASS   42ms★ ArcanistInvalidOctalNumericScalarXHPASTLinterRuleTestCase::testLinter
212  PASS   25ms★ ArcanistIsAShouldBeInstanceOfXHPASTLinterRuleTestCase::testLinter
213  PASS   39ms★ ArcanistKeywordCasingXHPASTLinterRuleTestCase::testLinter
214  PASS   16ms★ ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase::testLinter
215  PASS   19ms★ ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase::testLinter
216  PASS   16ms★ ArcanistListAssignmentXHPASTLinterRuleTestCase::testLinter
217  PASS   15ms★ ArcanistLogicalOperatorsXHPASTLinterRuleTestCase::testLinter
218  PASS   17ms★ ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase::testLinter
219  PASS   35ms★ ArcanistModifierOrderingXHPASTLinterRuleTestCase::testLinter
220  PASS   44ms★ ArcanistNamespaceFirstStatementXHPASTLinterRuleTestCase::testLinter
221  PASS   41ms★ ArcanistNamingConventionsXHPASTLinterRuleTestCase::testLinter
222  PASS   17ms★ ArcanistNestedNamespacesXHPASTLinterRuleTestCase::testLinter
223  PASS   18ms★ ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase::testLinter
224  PASS   20ms★ ArcanistNoParentScopeXHPASTLinterRuleTestCase::testLinter
225  PASS   16ms★ ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase::testLinter
226  PASS   27ms★ ArcanistPHPCloseTagXHPASTLinterRuleTestCase::testLinter
227  PASS  140ms ArcanistPHPCompatibilityXHPASTLinterRuleTestCase::testLinter
228  PASS   15ms★ ArcanistPHPEchoTagXHPASTLinterRuleTestCase::testLinter
229  PASS   31ms★ ArcanistPHPOpenTagXHPASTLinterRuleTestCase::testLinter
230  PASS   16ms★ ArcanistPHPShortTagXHPASTLinterRuleTestCase::testLinter
231  PASS   35ms★ ArcanistPaamayimNekudotayimSpacingXHPASTLinterRuleTestCase::testLinter
232  PASS   25ms★ ArcanistParentMemberReferenceXHPASTLinterRuleTestCase::testLinter
233  PASS   34ms★ ArcanistParenthesesSpacingXHPASTLinterRuleTestCase::testLinter
234  PASS   16ms★ ArcanistParseStrUseXHPASTLinterRuleTestCase::testLinter
235  PASS   42ms★ ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase::testLinter
236  PASS   24ms★ ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase::testLinter
237  PASS   22ms★ ArcanistPublicPropertyXHPASTLinterRuleTestCase::testLinter
238  PASS   25ms★ ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase::testLinter
239  PASS   29ms★ ArcanistReusedAsIteratorXHPASTLinterRuleTestCase::testLinter
240  PASS   47ms★ ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase::testLinter
241  PASS   30ms★ ArcanistReusedIteratorXHPASTLinterRuleTestCase::testLinter
242  PASS   20ms★ ArcanistSelfClassReferenceXHPASTLinterRuleTestCase::testLinter
243  PASS   40ms★ ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase::testLinter
244  PASS   51ms ArcanistSemicolonSpacingXHPASTLinterRuleTestCase::testLinter
245  PASS   36ms★ ArcanistSlownessXHPASTLinterRuleTestCase::testLinter
246  PASS   31ms★ ArcanistStaticThisXHPASTLinterRuleTestCase::testLinter
247  PASS   38ms★ ArcanistTautologicalExpressionXHPASTLinterRuleTestCase::testLinter
248  PASS   48ms★ ArcanistThisReassignmentXHPASTLinterRuleTestCase::testLinter
249  PASS   36ms★ ArcanistToStringExceptionXHPASTLinterRuleTestCase::testLinter
250  PASS   28ms★ ArcanistTodoCommentXHPASTLinterRuleTestCase::testLinter
251  PASS   19ms★ ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase::testLinter
252  PASS   19ms★ ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase::testLinter
253  PASS   65ms ArcanistUndeclaredVariableXHPASTLinterRuleTestCase::testLinter
254  PASS   68ms ArcanistUnexpectedReturnValueXHPASTLinterRuleTestCase::testLinter
255  PASS   20ms★ ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase::testLinter
256  PASS   19ms★ ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase::testLinter
257  PASS   31ms★ ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase::testLinter
258  PASS   19ms★ ArcanistUseStatementNamespacePrefixXHPASTLinterRuleTestCase::testLinter
259  PASS   24ms★ ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase::testLinter
260  PASS   29ms★ ArcanistVariableReferenceSpacingXHPASTLinterRuleTestCase::testLinter
261  PASS   17ms★ ArcanistVariableVariableXHPASTLinterRuleTestCase::testLinter
262  PASS  244ms ArcanistXHPASTLinterTestCase::testLinter
263  PASS  105ms ArcanistXMLLinterTestCase::testLinter
264  PASS   18ms★ ArcanistMercurialParserTestCase::testParseAll
265  PASS   2ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes
266  PASS  157ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing
267  PASS  157ms ArcanistRepositoryAPIStateTestCase::testGitStateParsing
268  PASS   30ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing
269  PASS   <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges
270  PASS   <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities
271  PASS   1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities
272  PASS   <1ms★ CaseInsensitiveArrayTestCase::testOffsetExists
273  PASS   <1ms★ CaseInsensitiveArrayTestCase::testOffsetSet
274  PASS   <1ms★ CaseInsensitiveArrayTestCase::testCount
275  PASS   <1ms★ CaseInsensitiveArrayTestCase::testOffsetUnset
276  PASS   <1ms★ CaseInsensitiveArrayTestCase::testGetKeys
277  PASS   <1ms★ CaseInsensitiveArrayTestCase::testOffsetGet
278  PASS   <1ms★ ConduitClientTestCase::testConduitRequestEncoding
279  PASS   4ms★ ExecFutureTestCase::testMultipleResolves
280  PASS   29ms★ ExecFutureTestCase::testLargeBuffer
281  PASS   4ms★ ExecFutureTestCase::testKeepPipe
282  PASS   <1ms★ ExecFutureTestCase::testTerminateWithoutStart
283  PASS   21ms★ ExecFutureTestCase::testResolveTimeoutTestShouldRunLessThan1Sec
284  PASS   10ms★ ExecFutureTestCase::testReadBuffering
285  PASS   26ms★ ExecFutureTestCase::testMultipleTimeoutsTestShouldRunLessThan1Sec
286  PASS   4ms★ ExecFutureTestCase::testEmptyWrite
287  PASS   8ms★ ExecFutureTestCase::testBufferLimit
288  PASS   23ms★ ExecFutureTestCase::testTimeoutTestShouldRunLessThan1Sec
289  PASS   6ms★ ExecPassthruTestCase::testExecPassthru
290  PASS   5ms★ FileFinderTestCase::testFinderWithNames
291  PASS   5ms★ FileFinderTestCase::testFinderWithChecksums
292  PASS   5ms★ FileFinderTestCase::testFinderWithoutChecksums
293  PASS   5ms★ FileFinderTestCase::testFinderWithDirectories
294  PASS   5ms★ FileFinderTestCase::testFinderWithPath
295  PASS   35ms★ FileFinderTestCase::testFinderWithGlobMagic
296  PASS   7ms★ FileFinderTestCase::testFinderWithFilesAndDirectories
297  PASS   16ms★ FileFinderTestCase::testFinderWithNameAndSuffix
298  PASS   <1ms★ FilesystemTestCase::testReadRandomBytes
299  PASS   2ms★ FilesystemTestCase::testisDescendant
300  PASS   11ms★ FilesystemTestCase::testBinaryExists
301  PASS   15ms★ FilesystemTestCase::testResolveBinary
302  PASS   1ms★ FilesystemTestCase::testWalkToRoot
303  PASS   1ms★ FilesystemTestCase::testRandomIntegers
304  PASS   2ms★ FilesystemTestCase::testWriteUniqueFile
305  PASS   11ms★ FutureIteratorTestCase::testAddingFuture
306  PASS   55ms LinesOfALargeExecFutureTestCase::testExecLargeFile
307  PASS  312ms LinesOfALargeExecFutureTestCase::testExecLongLine
308  PASS   13ms★ LinesOfALargeExecFutureTestCase::testExecBasics
309  PASS   19ms★ LinesOfALargeExecFutureTestCase::testExecException
310  PASS   1ms★ LinesOfALargeFileTestCase::testReadFailure
311  PASS   2ms★ LinesOfALargeFileTestCase::testEmptyLines
312  PASS   2ms★ LinesOfALargeFileTestCase::testLineFilter
313  PASS   30ms★ LinesOfALargeFileTestCase::testLargeFile
314  PASS   2ms★ LinesOfALargeFileTestCase::testTerminalDelimiterPresent
315  PASS   1ms★ LinesOfALargeFileTestCase::testBasics
316  PASS   1ms★ LinesOfALargeFileTestCase::testTerminalDelimiterAbsent
317  PASS   1ms★ LinesOfALargeFileTestCase::testChangeDelimiter
318  PASS  393ms LinesOfALargeFileTestCase::testLongLine
319  PASS  487ms PHPASTParserTestCase::testParser
320  PASS   32ms★ PhageAgentTestCase::testPhagePHPAgent
321  PASS   1ms★ PhobjectTestCase::testThrowOnUndeclaredProperty
322  PASS   <1ms★ PhobjectTestCase::testThrowOnIteration
323  PASS   <1ms★ PhpunitTestEngineTestCase::testSearchLocations
324  PASS   3ms★ PhutilAWSv4SignatureTestCase::testAWSv4SignaturesS3GetBucketLifecycle
325  PASS   1ms★ PhutilAWSv4SignatureTestCase::testAWSv4SignaturesS3PutObject
326  PASS   1ms★ PhutilAWSv4SignatureTestCase::testAWSv4SignaturesVanillaQuery
327  PASS   1ms★ PhutilAWSv4SignatureTestCase::testAWSv4SignaturesS3GetBucket
328  PASS   1ms★ PhutilAWSv4SignatureTestCase::testAWSv4SignaturesS3GetObject
329  PASS   <1ms★ PhutilArgumentParserTestCase::testConflictParameterValue
330  PASS   <1ms★ PhutilArgumentParserTestCase::testDuplicatePartialWildcards
331  PASS   <1ms★ PhutilArgumentParserTestCase::testDuplicateNamesWithParsePartial
332  PASS   <1ms★ PhutilArgumentParserTestCase::testDuplicateWildcards
333  PASS   <1ms★ PhutilArgumentParserTestCase::testDuplicateShortAliases
334  PASS   <1ms★ PhutilArgumentParserTestCase::testMissingParameterValue
335  PASS   <1ms★ PhutilArgumentParserTestCase::testDuplicateFlag
336  PASS   <1ms★ PhutilArgumentParserTestCase::testDuplicateNames
337  PASS   2ms★ PhutilArgumentParserTestCase::testWildcards
338  PASS   <1ms★ PhutilArgumentParserTestCase::testConflictSpecificationWithSelf
339  PASS   <1ms★ PhutilArgumentParserTestCase::testUnrecognizedFlag
340  PASS   <1ms★ PhutilArgumentParserTestCase::testBasics
341  PASS   <1ms★ PhutilArgumentParserTestCase::testExtraParameterValue
342  PASS   <1ms★ PhutilArgumentParserTestCase::testStdinValidParameter
343  PASS   <1ms★ PhutilArgumentParserTestCase::testBadArg
344  PASS   <1ms★ PhutilArgumentParserTestCase::testConflictSpecificationWithUnrecognizedArg
345  PASS   <1ms★ PhutilArgumentParserTestCase::testParameterValues
346  PASS   <1ms★ PhutilArgumentParserTestCase::testRepeatableFlag
347  PASS   <1ms★ PhutilArgumentParserTestCase::testPartialParse
348  PASS   <1ms★ PhutilArgumentParserTestCase::testRepeatableParam
349  PASS   <1ms★ PhutilArgumentSpecificationTestCase::testNames
350  PASS   <1ms★ PhutilArgumentSpecificationTestCase::testAliases
351  PASS   1ms★ PhutilArgumentSpecificationTestCase::testSpecs
352  PASS   2ms★ PhutilArgumentSpellingCorrectorTestCase::testCommandCorrection
353  PASS   1ms★ PhutilArgumentSpellingCorrectorTestCase::testFlagCorrection
354  PASS   <1ms★ PhutilArrayTestCase::testPhutilArrayWithDefaultValue
355  PASS   <1ms★ PhutilBinaryAnalyzerTestCase::testParseDiffBinaryVersions
356  PASS   <1ms★ PhutilBinaryAnalyzerTestCase::testParseGitBinaryVersions
357  PASS   <1ms★ PhutilBinaryAnalyzerTestCase::testParsePygmentizeBinaryVersions
358  PASS   <1ms★ PhutilBinaryAnalyzerTestCase::testParseSubversionBinaryVersions
359  PASS   1ms★ PhutilBinaryAnalyzerTestCase::testMercurialFilesCommandVersions
360  PASS   <1ms★ PhutilBufferedIteratorTestCase::testBufferedIterator
361  PASS   5ms★ PhutilBugtraqParserTestCase::testBugtraq
362  PASS   <1ms★ PhutilChannelTestCase::testChannelBasics
363  PASS   <1ms★ PhutilChunkedIteratorTestCase::testChunkedIterator
364  PASS   1ms★ PhutilConsoleWrapTestCase::testConsoleWrap
365  PASS   10ms★ PhutilConsoleWrapTestCase::testWrap
366  PASS   1ms★ PhutilConsoleWrapTestCase::testWrapIndent
367  PASS   3ms★ PhutilCowsayTestCase::testCowsay
368  PASS   <1ms★ PhutilCsprintfTestCase::testPowershell
369  PASS   6ms★ PhutilCsprintfTestCase::testEscapingIsRobust
370  PASS   5ms★ PhutilCsprintfTestCase::testPasswords
371  PASS   <1ms★ PhutilCsprintfTestCase::testNoPowershell
372  PASS   <1ms★ PhutilCsprintfTestCase::testCommandReadableEscapes
373  PASS   1ms★ PhutilDeferredLogTestCase::testDoubleWrite
374  PASS   <1ms★ PhutilDeferredLogTestCase::testNoWrite
375  PASS   <1ms★ PhutilDeferredLogTestCase::testLogWriteFailure
376  PASS   1ms★ PhutilDeferredLogTestCase::testSetAfterWrite
377  PASS   4ms★ PhutilDeferredLogTestCase::testLogging
378  PASS   3ms★ PhutilDocblockParserTestCase::testParser
379  PASS   <1ms★ PhutilEditDistanceMatrixTestCase::testEditMatrixMaximumLength
380  PASS   12ms★ PhutilEditDistanceMatrixTestCase::testEditDistance
381  PASS   15ms★ PhutilEditDistanceMatrixTestCase::testEditString
382  PASS   11ms★ PhutilEditDistanceMatrixTestCase::testDamerauEditDistance
383  PASS   <1ms★ PhutilEditDistanceMatrixTestCase::testDamerauEditString
384  PASS  141ms PhutilEditorConfigTestCase::testGetProperty
385  PASS   1ms★ PhutilEmailAddressTestCase::testEmailEncoding
386  PASS   <1ms★ PhutilEmailAddressTestCase::testEmailParsing
387  PASS   <1ms★ PhutilErrorHandlerTestCase::testProxyException
388  PASS   2ms★ PhutilErrorHandlerTestCase::testSilenceHandler
389  PASS  143ms PhutilFileLockTestCase::testUnlockAll
390  PASS  165ms PhutilFileLockTestCase::testLockHolding
391  PASS   88ms PhutilFileLockTestCase::testLockTesting
392  PASS   1ms★ PhutilFileLockTestCase::testRelock
393  PASS  120ms PhutilFileLockTestCase::testInProcessHolding
394  PASS  101ms PhutilFileLockTestCase::testInProcessLocking
395  PASS   1ms★ PhutilFileLockTestCase::testIsLocked
396  PASS   <1ms★ PhutilFileLockTestCase::testExcessiveUnlock
397  PASS   <1ms★ PhutilGitURITestCase::testStrictGitURIParsingOfLeadingWhitespace
398  PASS   <1ms★ PhutilGitURITestCase::testGitURIParsing
399  PASS   8ms★ PhutilHTMLParserTestCase::testHTMLParser
400  PASS   2ms★ PhutilHTMLParserTestCase::testSelectChildrenWithTags
401  PASS   2ms★ PhutilHTTPResponseParserTestCase::testSimpleParsing
402  PASS   3ms★ PhutilHashingIteratorTestCase::testHashingIterator
403  PASS   <1ms★ PhutilHgsprintfTestCase::testHgsprintf
404  PASS   3ms★ PhutilIPAddressTestCase::testValidIPv4Addresses
405  PASS   <1ms★ PhutilIPAddressTestCase::testIPv4AddressToBits
406  PASS   2ms★ PhutilIPAddressTestCase::testIPv6AddressToAddress
407  PASS   3ms★ PhutilIPAddressTestCase::testIPv4CIDRBlockContains
408  PASS   2ms★ PhutilIPAddressTestCase::testValidIPv6Addresses
409  PASS   1ms★ PhutilIPAddressTestCase::testCIDRList
410  PASS   2ms★ PhutilIPAddressTestCase::testIPv6AddressToBits
411  PASS   <1ms★ PhutilIPAddressTestCase::testValidIPv4CIDRBlocks
412  PASS   1ms★ PhutilIPAddressTestCase::testValidIPv6CIDRBlocks
413  PASS   3ms★ PhutilIPAddressTestCase::testIPv6CIDRBlockContains
414  PASS   <1ms★ PhutilInvalidStateExceptionTestCase::testException
415  PASS   5ms★ PhutilJSONParserTestCase::testInvalidJSON
416  PASS   10ms★ PhutilJSONParserTestCase::testValidJSON
417  PASS   2ms★ PhutilJSONParserTestCase::testDuplicateKeys
418  PASS   <1ms★ PhutilJSONProtocolChannelTestCase::testJSONChannelBasics
419  PASS   <1ms★ PhutilJSONTestCase::testEmptyArrayEncoding
420  PASS   2ms★ PhutilLanguageGuesserTestCase::testGuessing
421  PASS   79ms PhutilLibraryTestCase::testEverythingImplemented
422  PASS  1m06s PhutilLibraryTestCase::testLibraryMap
423  PASS  348ms PhutilLibraryTestCase::testMethodVisibility
424  PASS  367ms ArcanistLibraryTestCase::testMethodVisibility
425  PASS   6ms★ ArcanistLibraryTestCase::testEverythingImplemented
426  PASS   99ms ArcanistLibraryTestCase::testLibraryMap
427  PASS   1ms★ PhutilLocaleTestCase::testLoadAllLocales
428  PASS   <1ms★ PhutilLunarPhaseTestCase::testLunarPhases
429  PASS   <1ms★ PhutilModuleUtilsTestCase::testGetCurrentLibraryName
430  PASS   43ms★ PhutilOAuth1FutureTestCase::testOAuth1SigningWithJIRAExamples
431  PASS   1ms★ PhutilOAuth1FutureTestCase::testOAuth1SigningWithTwitterExamples
432  PASS   1ms★ PhutilOAuth1FutureTestCase::testOAuth1SigningWithOldSpecExmaples
433  PASS   2ms★ PhutilOpaqueEnvelopeTestCase::testOpaqueEnvelope
434  PASS   30ms★ PhutilPHPFragmentLexerTestCase::testPHPFragmentLexer
435  PASS   <1ms★ PhutilPHPObjectProtocolChannelTestCase::testCloseSocketWriteChannel
436  PASS   <1ms★ PhutilPHPObjectProtocolChannelTestCase::testPHPObjectChannelBasics
437  PASS   6ms★ PhutilPHPObjectProtocolChannelTestCase::testCloseExecWriteChannel
438  PASS   <1ms★ PhutilParserGeneratorTestCase::testUnreachableRule
439  PASS   3ms★ PhutilParserGeneratorTestCase::testIrreducibleGrammars
440  PASS   <1ms★ PhutilParserGeneratorTestCase::testBogusGrammar
441  PASS   3ms★ PhutilParserGeneratorTestCase::testFirst
442  PASS   4ms★ PhutilParserGeneratorTestCase::testETParser
443  PASS   <1ms★ PhutilParserGeneratorTestCase::testUnreachableTerminal
444  PASS   2ms★ PhutilParserGeneratorTestCase::testStates
445  PASS   <1ms★ PhutilParserGeneratorTestCase::testBadStartRule
446  PASS   2ms★ PhutilParserGeneratorTestCase::testMessySymbols
447  PASS   <1ms★ PhutilPhtTestCase::testPht
448  PASS   <1ms★ PhutilPregsprintfTestCase::testPregsprintf
449  PASS   <1ms★ PhutilProcessRefTestCase::testIdentifyOverseerProcess
450  PASS   1ms★ PhutilQueryStringParserTestCase::testQueryStringParsing
451  PASS   <1ms★ PhutilQueryStringParserTestCase::testQueryStringListParsing
452  PASS   <1ms★ PhutilReadableSerializerTestCase::testPrintableValue
453  PASS   <1ms★ PhutilRopeTestCase::testMoreRopeOperations
454  PASS   <1ms★ PhutilRopeTestCase::testRopeOperations
455  PASS   6ms★ PhutilShellLexerTestCase::testShellLexer
456  PASS   1ms★ PhutilSimpleOptionsLexerTestCase::testSimpleOptionsLexerTokens
457  PASS   2ms★ PhutilSimpleOptionsLexerTestCase::testSimpleOptionsLexerNiceTokens
458  PASS   1ms★ PhutilSimpleOptionsTestCase::testSimpleOptionsUnparse
459  PASS   3ms★ PhutilSimpleOptionsTestCase::testSimpleOptionsUnterminatedStrings
460  PASS   1ms★ PhutilSimpleOptionsTestCase::testSimpleOptionsCaseParse
461  PASS   11ms★ PhutilSimpleOptionsTestCase::testSimpleOptionsParse
462  PASS   1ms★ PhutilSystemTestCase::testParseVMStat
463  PASS   1ms★ PhutilSystemTestCase::testParseMeminfo
464  PASS   <1ms★ PhutilTranslationTestCase::testLoadAllTranslations
465  PASS   <1ms★ PhutilTranslatorTestCase::testTranslateDate
466  PASS   <1ms★ PhutilTranslatorTestCase::testFormatNumber
467  PASS   <1ms★ PhutilTranslatorTestCase::testPerson
468  PASS   <1ms★ PhutilTranslatorTestCase::testEnglish
469  PASS   <1ms★ PhutilTranslatorTestCase::testCzech
470  PASS   <1ms★ PhutilTranslatorTestCase::testNumberTranslations
471  PASS   1ms★ PhutilTranslatorTestCase::testValidateTranslation
472  PASS   <1ms★ PhutilTranslatorTestCase::testSetInstance
473  PASS   1ms★ PhutilTsprintfTestCase::testTsprintf
474  PASS   10ms★ PhutilTypeSpecTestCase::testTypeSpecStringify
475  PASS   2ms★ PhutilTypeSpecTestCase::testMixedVector
476  PASS   2ms★ PhutilTypeSpecTestCase::testRegexValidation
477  PASS   8ms★ PhutilTypeSpecTestCase::testTypeCheckFailures
478  PASS   12ms★ PhutilTypeSpecTestCase::testGetTypeOf
479  PASS   19ms★ PhutilTypeSpecTestCase::testTypeSpecParse
480  PASS   5ms★ PhutilTypeSpecTestCase::testScalarOrListRegexp
481  PASS   4ms★ PhutilTypeSpecTestCase::testCanonicalize
482  PASS   <1ms★ PhutilTypeSpecTestCase::testGetCommonParentClass
483  PASS   4ms★ PhutilTypeSpecTestCase::testCheckMap
484  PASS   1ms★ PhutilURITestCase::testDuplicateKeys
485  PASS   <1ms★ PhutilURITestCase::testStrictURIParsingOfHosts
486  PASS   <1ms★ PhutilURITestCase::testDefaultPorts
487  PASS   <1ms★ PhutilURITestCase::testHTTPParameterTypes
488  PASS   <1ms★ PhutilURITestCase::testNoRelativeURIPaths
489  PASS   <1ms★ PhutilURITestCase::testUnusualURIs
490  PASS   1ms★ PhutilURITestCase::testBadHTTPParameters
491  PASS   <1ms★ PhutilURITestCase::testGitURIParsing
492  PASS   <1ms★ PhutilURITestCase::testGetQueryParamsAsMap
493  PASS   <1ms★ PhutilURITestCase::testStrictGitURIParsingOfLeadingWhitespace
494  PASS   <1ms★ PhutilURITestCase::testURIGeneration
495  PASS   <1ms★ PhutilURITestCase::testAppendPath
496  PASS   1ms★ PhutilURITestCase::testQueryURIConstruction
497  PASS   2ms★ PhutilURITestCase::testURIParsing
498  PASS   <1ms★ PhutilURITestCase::testStrictURIParsingOfLeadingWhitespace
499  PASS   <1ms★ PhutilURITestCase::testAmbiguousURIs
500  PASS   1ms★ PhutilUTF8TestCase::testUTF8ConsoleStrlen
501  PASS   <1ms★ PhutilUTF8TestCase::testUTF8len
502  PASS   <1ms★ PhutilUTF8TestCase::testUTF8izeOwlIsCuteAndFerocious
503  PASS   5ms★ PhutilUTF8TestCase::testUTF8shorten
504  PASS   <1ms★ PhutilUTF8TestCase::testSurrogateFiltering
505  PASS   <1ms★ PhutilUTF8TestCase::testUTF8IsCombiningCharacter
506  PASS   <1ms★ PhutilUTF8TestCase::testUTF8strtoupper
507  PASS   <1ms★ PhutilUTF8TestCase::testUTF8izeInvalidUTF8Fixed
508  PASS   <1ms★ PhutilUTF8TestCase::testUTF8ucwords
509  PASS   <1ms★ PhutilUTF8TestCase::testUTF8vCodepoints
510  SKIP  PhutilUTF8TestCase::testSystemLocaleManagement
511System does not have en_US + en_GB to do locale adjustment tests.
512  PASS   <1ms★ PhutilUTF8TestCase::testUTF8v
513  PASS   3ms★ PhutilUTF8TestCase::testUTF8LargeTruncation
514  PASS   <1ms★ PhutilUTF8TestCase::testUTF8izeASCIIIgnored
515  PASS   2ms★ PhutilUTF8TestCase::testUTF8BMP
516  PASS   <1ms★ PhutilUTF8TestCase::testCJK
517  PASS   <1ms★ PhutilUTF8TestCase::testUTF8CodepointEncoding
518  PASS   <1ms★ PhutilUTF8TestCase::testOverlongFormFiltering
519  PASS   1ms★ PhutilUTF8TestCase::testUTF8vCombined
520  PASS  122ms PhutilUTF8TestCase::testUTF8BMPSegfaults
521  PASS   1ms★ PhutilUTF8TestCase::testUTF8NonHTMLWrap
522  PASS   <1ms★ PhutilUTF8TestCase::testUTF8strtolower
523  PASS   <1ms★ PhutilUTF8TestCase::testUTF8izeUTF8Ignored
524  PASS   <1ms★ PhutilUTF8TestCase::testUTF8ConvertParams
525  PASS   3ms★ PhutilUTF8TestCase::testUTF8StringTruncator
526  PASS   18ms★ PhutilUTF8TestCase::testUTF8izeLongStringNosegfault
527  PASS   <1ms★ PhutilUTF8TestCase::testUTF8Convert
528  PASS   1ms★ PhutilUTF8TestCase::testUTF8Wrap
529  PASS   2ms★ PhutilUnitTestEngineTestCase::testFailSkip
530  PASS   <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap
531  PASS   2ms★ PhutilUnitTestEngineTestCase::testGetTestPaths
532  PASS   <1ms★ PhutilUnitTestEngineTestCase::testPass
533  PASS   <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases
534  PASS   <1ms★ PhutilUrisprintfTestCase::testUrisprintf
535  PASS   1ms★ PhutilUtilsTestCase::testAssertInstancesOf
536  PASS   <1ms★ PhutilUtilsTestCase::testIFilterWithEmptyValueFiltered
537  PASS   <1ms★ PhutilUtilsTestCase::testLoggableString
538  PASS   <1ms★ PhutilUtilsTestCase::testNaturalList
539  PASS   <1ms★ PhutilUtilsTestCase::testMFilterWithEmptyValueFiltered
540  PASS   1ms★ PhutilUtilsTestCase::testPhutilINIDecode
541  PASS   1ms★ PhutilUtilsTestCase::testPhutilUnits
542  PASS   <1ms★ PhutilUtilsTestCase::testCoalesce
543  PASS   <1ms★ PhutilUtilsTestCase::testIFilterWithEmptyValueNegateFiltered
544  PASS   <1ms★ PhutilUtilsTestCase::testVectorSortString
545  PASS   12ms★ PhutilUtilsTestCase::testQueryStringEncoding
546  PASS   <1ms★ PhutilUtilsTestCase::testArrayInterleave
547  PASS   <1ms★ PhutilUtilsTestCase::testIFilterIndexNotExistsAllFiltered
548  PASS   <1ms★ PhutilUtilsTestCase::testArrayFuse
549  PASS   <1ms★ PhutilUtilsTestCase::testIFilterIndexNotExistsNotFiltered
550  PASS   <1ms★ PhutilUtilsTestCase::testAssertSameKeys
551  PASS   <1ms★ PhutilUtilsTestCase::testIdx
552  PASS   <1ms★ PhutilUtilsTestCase::testIFilterInvalidIndexThrowException
553  PASS   <1ms★ PhutilUtilsTestCase::testVectorSortInt
554  PASS   <1ms★ PhutilUtilsTestCase::testHeadKeyLastKey
555  PASS   <1ms★ PhutilUtilsTestCase::testCensorCredentials
556  PASS   <1ms★ PhutilUtilsTestCase::testMFilterNullMethodThrowException
557  PASS   <1ms★ PhutilUtilsTestCase::testHeadLast
558  PASS   3ms★ PhutilUtilsTestCase::testPhutilJSONDecode
559  PASS   <1ms★ PhutilUtilsTestCase::testJSONEncode
560  PASS   <1ms★ PhutilUtilsTestCase::testID
561  PASS   1ms★ PhutilUtilsTestCase::testHashComparisons
562  PASS   <1ms★ PhutilUtilsTestCase::testMFilterWithEmptyValueNegateFiltered
563  PASS   <1ms★ PhutilUtilsTestCase::testVarExport
564  PASS   <1ms★ PhutilUtilsTestCase::testNonempty
565  PASS   1ms★ PhutilUtilsTestCase::testSplitLines
566  PASS   <1ms★ PhutilUtilsTestCase::testmergevMergingBasicallyWorksCorrectly
567  PASS   6ms★ PhutilUtilsTestCase::testFnmatch
568  PASS   1ms★ PhutilUtilsTestCase::testAssertStringLike
569  PASS   63ms XHPASTNodeTestCase::testGetStringVariables
570  PASS   16ms★ XHPASTNodeTestCase::testGetNamespace
571  PASS  205ms XHPASTTreeTestCase::testEvalStaticString
572  PASS   2ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput
573  PASS   3ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure
574  PASS   1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure
575  PASS   2ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput
576

Build Working Copy

When
Completed at Feb 13 2020, 12:20 AM · Built for 6 s
Status
Passed

Event Timeline