Page MenuHomePhabricator

Build 34061
PassedPublic

Run "arc unit --everything"

When
Completed at Jun 30 2020, 8:08 PM · Built for 14 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

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

Build Working Copy

When
Completed at Jun 30 2020, 8:08 PM · Built for 5 s
Status
Passed

Event Timeline