Properties
Properties
- Buildable
- B9156: Diff 35346
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Nov 30 2015, 7:32 PM · Built for 10 s
- Status
Failed
1 empty logs are hidden. Show all logs.
| 177 | --- Old Value |
|---|---|
| 178 | +++ New Value |
| 179 | @@ -1,4 +1,4 @@ |
| 180 | '<?php |
| 181 | $x['foo']; |
| 182 | -$x{'foo'}; |
| 183 | +$x['foo']; |
| 184 | ' |
| 185 | |
| 186 | PASS 15ms★ ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase::testLinter |
| 187 | PASS 12ms★ ArcanistDefaultParametersXHPASTLinterRuleTestCase::testLinter |
| 188 | PASS 12ms★ ArcanistDeprecationXHPASTLinterRuleTestCase::testLinter |
| 189 | PASS 12ms★ ArcanistDoubleQuoteXHPASTLinterRuleTestCase::testLinter |
| 190 | PASS 14ms★ ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase::testLinter |
| 191 | PASS 13ms★ ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase::testLinter |
| 192 | PASS 11ms★ ArcanistDynamicDefineXHPASTLinterRuleTestCase::testLinter |
| 193 | PASS 11ms★ ArcanistElseIfUsageXHPASTLinterRuleTestCase::testLinter |
| 194 | PASS 11ms★ ArcanistEmptyStatementXHPASTLinterRuleTestCase::testLinter |
| 195 | PASS 11ms★ ArcanistExitExpressionXHPASTLinterRuleTestCase::testLinter |
| 196 | PASS 11ms★ ArcanistExtractUseXHPASTLinterRuleTestCase::testLinter |
| 197 | PASS 12ms★ ArcanistFormattedStringXHPASTLinterRuleTestCase::testLinter |
| 198 | PASS 17ms★ ArcanistFunctionCallShouldBeTypeCastXHPASTLinterRuleTestCase::testLinter |
| 199 | PASS 11ms★ ArcanistGlobalVariableXHPASTLinterRuleTestCase::testLinter |
| 200 | PASS 11ms★ ArcanistImplicitConstructorXHPASTLinterRuleTestCase::testLinter |
| 201 | PASS 28ms★ ArcanistImplicitFallthroughXHPASTLinterRuleTestCase::testLinter |
| 202 | PASS 13ms★ ArcanistImplicitVisibilityXHPASTLinterRuleTestCase::testLinter |
| 203 | PASS 12ms★ ArcanistInlineHTMLXHPASTLinterRuleTestCase::testLinter |
| 204 | PASS 13ms★ ArcanistInnerFunctionXHPASTLinterRuleTestCase::testLinter |
| 205 | PASS 12ms★ ArcanistInstanceofOperatorXHPASTLinterRuleTestCase::testLinter |
| 206 | PASS 18ms★ ArcanistInterfaceAbstractMethodXHPASTLinterRuleTestCase::testLinter |
| 207 | PASS 19ms★ ArcanistInterfaceMethodBodyXHPASTLinterRuleTestCase::testLinter |
| 208 | PASS 15ms★ ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase::testLinter |
| 209 | PASS 14ms★ ArcanistInvalidModifiersXHPASTLinterRuleTestCase::testLinter |
| 210 | PASS 12ms★ ArcanistInvalidOctalNumericScalarXHPASTLinterRuleTestCase::testLinter |
| 211 | PASS 17ms★ ArcanistKeywordCasingXHPASTLinterRuleTestCase::testLinter |
| 212 | PASS 12ms★ ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase::testLinter |
| 213 | PASS 14ms★ ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase::testLinter |
| 214 | PASS 12ms★ ArcanistListAssignmentXHPASTLinterRuleTestCase::testLinter |
| 215 | PASS 12ms★ ArcanistLogicalOperatorsXHPASTLinterRuleTestCase::testLinter |
| 216 | PASS 14ms★ ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase::testLinter |
| 217 | PASS 13ms★ ArcanistModifierOrderingXHPASTLinterRuleTestCase::testLinter |
| 218 | PASS 29ms★ ArcanistNamespaceFirstStatementXHPASTLinterRuleTestCase::testLinter |
| 219 | PASS 25ms★ ArcanistNamingConventionsXHPASTLinterRuleTestCase::testLinter |
| 220 | PASS 13ms★ ArcanistNestedNamespacesXHPASTLinterRuleTestCase::testLinter |
| 221 | PASS 13ms★ ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase::testLinter |
| 222 | PASS 13ms★ ArcanistNoParentScopeXHPASTLinterRuleTestCase::testLinter |
| 223 | PASS 12ms★ ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase::testLinter |
| 224 | PASS 137ms ArcanistPHPCompatibilityXHPASTLinterRuleTestCase::testLinter |
| 225 | PASS 13ms★ ArcanistPHPEchoTagXHPASTLinterRuleTestCase::testLinter |
| 226 | PASS 27ms★ ArcanistPHPOpenTagXHPASTLinterRuleTestCase::testLinter |
| 227 | PASS 13ms★ ArcanistPHPShortTagXHPASTLinterRuleTestCase::testLinter |
| 228 | PASS 21ms★ ArcanistParentMemberReferenceXHPASTLinterRuleTestCase::testLinter |
| 229 | PASS 25ms★ ArcanistParenthesesSpacingXHPASTLinterRuleTestCase::testLinter |
| 230 | PASS 14ms★ ArcanistParseStrUseXHPASTLinterRuleTestCase::testLinter |
| 231 | PASS 14ms★ ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase::testLinter |
| 232 | PASS 14ms★ ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase::testLinter |
| 233 | PASS 14ms★ ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase::testLinter |
| 234 | PASS 20ms★ ArcanistReferenceSpacingXHPASTLinterRuleTestCase::testLinter |
| 235 | PASS 18ms★ ArcanistReusedAsIteratorXHPASTLinterRuleTestCase::testLinter |
| 236 | PASS 45ms★ ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase::testLinter |
| 237 | PASS 21ms★ ArcanistReusedIteratorXHPASTLinterRuleTestCase::testLinter |
| 238 | PASS 34ms★ ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase::testLinter |
| 239 | PASS 13ms★ ArcanistSemicolonSpacingXHPASTLinterRuleTestCase::testLinter |
| 240 | PASS 15ms★ ArcanistSlownessXHPASTLinterRuleTestCase::testLinter |
| 241 | PASS 14ms★ ArcanistStaticThisXHPASTLinterRuleTestCase::testLinter |
| 242 | PASS 17ms★ ArcanistTautologicalExpressionXHPASTLinterRuleTestCase::testLinter |
| 243 | PASS 21ms★ ArcanistThisReassignmentXHPASTLinterRuleTestCase::testLinter |
| 244 | PASS 15ms★ ArcanistToStringExceptionXHPASTLinterRuleTestCase::testLinter |
| 245 | PASS 14ms★ ArcanistTodoCommentXHPASTLinterRuleTestCase::testLinter |
| 246 | PASS 16ms★ ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase::testLinter |
| 247 | PASS 14ms★ ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase::testLinter |
| 248 | PASS 37ms★ ArcanistUndeclaredVariableXHPASTLinterRuleTestCase::testLinter |
| 249 | PASS 37ms★ ArcanistUnexpectedReturnValueXHPASTLinterRuleTestCase::testLinter |
| 250 | PASS 14ms★ ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase::testLinter |
| 251 | PASS 14ms★ ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase::testLinter |
| 252 | PASS 21ms★ ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase::testLinter |
| 253 | PASS 13ms★ ArcanistUseStatementNamespacePrefixXHPASTLinterRuleTestCase::testLinter |
| 254 | PASS 15ms★ ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase::testLinter |
| 255 | PASS 13ms★ ArcanistVariableVariableXHPASTLinterRuleTestCase::testLinter |
| 256 | PASS 248ms ArcanistXHPASTLinterTestCase::testLinter |
| 257 | PASS 66ms ArcanistXMLLinterTestCase::testLinter |
| 258 | PASS 1ms★ ArcanistMercurialParserTestCase::testParseAll |
| 259 | PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes |
| 260 | PASS 28ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing |
| 261 | PASS 30ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing |
| 262 | PASS 153ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing |
| 263 | PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges |
| 264 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities |
| 265 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities |
| 266 | PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations |
| 267 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases |
| 268 | PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip |
| 269 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap |
| 270 | PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths |
| 271 | PASS <1ms★ PhutilUnitTestEngineTestCase::testPass |
| 272 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput |
| 273 | PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure |
| 274 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput |
| 275 | PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure |
| 276 |
Build Working Copy
Build Working Copy
- When
- Completed at Nov 30 2015, 7:32 PM · Built instantly
- Status
Passed