Properties
Properties
- Buildable
- B8857: Diff 35047
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Nov 15 2015, 11:32 AM · Built for 12 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | Build successful! |
---|---|
2 | PASS 110ms ArcanistLibraryTestCase::testMethodVisibility |
3 | PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented |
4 | FAIL ArcanistLibraryTestCase::testLibraryMap |
5 | Assertion failed, expected values to be equal (at PhutilLibraryTestCase.php:41): The library map does not appear to be up-to-date. Try rebuilding the map with `arc liberate`. |
6 | Expected vs Actual Output Diff |
7 | --- Old Value |
8 | +++ New Value |
9 | @@ -1,754 +1,752 @@ |
10 | Array |
11 | ( |
12 | [class] => Array |
13 | ( |
14 | [ArcanistAliasFunctionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistAliasFunctionXHPASTLinterRule.php |
15 | [ArcanistAliasFunctionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistAliasFunctionXHPASTLinterRuleTestCase.php |
16 | [ArcanistAliasWorkflow] => workflow/ArcanistAliasWorkflow.php |
17 | [ArcanistAmendWorkflow] => workflow/ArcanistAmendWorkflow.php |
18 | [ArcanistAnoidWorkflow] => workflow/ArcanistAnoidWorkflow.php |
19 | [ArcanistArrayCombineXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistArrayCombineXHPASTLinterRule.php |
20 | [ArcanistArrayCombineXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistArrayCombineXHPASTLinterRuleTestCase.php |
21 | [ArcanistArrayIndexSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistArrayIndexSpacingXHPASTLinterRule.php |
22 | [ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase.php |
23 | [ArcanistArraySeparatorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistArraySeparatorXHPASTLinterRule.php |
24 | [ArcanistArraySeparatorXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistArraySeparatorXHPASTLinterRuleTestCase.php |
25 | [ArcanistArrayValueXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistArrayValueXHPASTLinterRule.php |
26 | [ArcanistArrayValueXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistArrayValueXHPASTLinterRuleTestCase.php |
27 | [ArcanistBackoutWorkflow] => workflow/ArcanistBackoutWorkflow.php |
28 | [ArcanistBaseCommitParser] => parser/ArcanistBaseCommitParser.php |
29 | [ArcanistBaseCommitParserTestCase] => parser/__tests__/ArcanistBaseCommitParserTestCase.php |
30 | [ArcanistBaseXHPASTLinter] => lint/linter/ArcanistBaseXHPASTLinter.php |
31 | [ArcanistBinaryExpressionSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistBinaryExpressionSpacingXHPASTLinterRule.php |
32 | [ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase.php |
33 | [ArcanistBlacklistedFunctionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistBlacklistedFunctionXHPASTLinterRule.php |
34 | [ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase.php |
35 | [ArcanistBookmarkWorkflow] => workflow/ArcanistBookmarkWorkflow.php |
36 | [ArcanistBraceFormattingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistBraceFormattingXHPASTLinterRule.php |
37 | [ArcanistBraceFormattingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistBraceFormattingXHPASTLinterRuleTestCase.php |
38 | [ArcanistBranchWorkflow] => workflow/ArcanistBranchWorkflow.php |
39 | [ArcanistBritishTestCase] => configuration/__tests__/ArcanistBritishTestCase.php |
40 | [ArcanistBrowseWorkflow] => workflow/ArcanistBrowseWorkflow.php |
41 | [ArcanistBundle] => parser/ArcanistBundle.php |
42 | [ArcanistBundleTestCase] => parser/__tests__/ArcanistBundleTestCase.php |
43 | [ArcanistCSSLintLinter] => lint/linter/ArcanistCSSLintLinter.php |
44 | [ArcanistCSSLintLinterTestCase] => lint/linter/__tests__/ArcanistCSSLintLinterTestCase.php |
45 | [ArcanistCSharpLinter] => lint/linter/ArcanistCSharpLinter.php |
46 | [ArcanistCallConduitWorkflow] => workflow/ArcanistCallConduitWorkflow.php |
47 | [ArcanistCallParenthesesXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistCallParenthesesXHPASTLinterRule.php |
48 | [ArcanistCallParenthesesXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistCallParenthesesXHPASTLinterRuleTestCase.php |
49 | [ArcanistCallTimePassByReferenceXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistCallTimePassByReferenceXHPASTLinterRule.php |
50 | [ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase.php |
51 | [ArcanistCapabilityNotSupportedException] => workflow/exception/ArcanistCapabilityNotSupportedException.php |
52 | [ArcanistCastSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistCastSpacingXHPASTLinterRule.php |
53 | [ArcanistCastSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistCastSpacingXHPASTLinterRuleTestCase.php |
54 | [ArcanistCheckstyleXMLLintRenderer] => lint/renderer/ArcanistCheckstyleXMLLintRenderer.php |
55 | [ArcanistChmodLinter] => lint/linter/ArcanistChmodLinter.php |
56 | [ArcanistChmodLinterTestCase] => lint/linter/__tests__/ArcanistChmodLinterTestCase.php |
57 | [ArcanistClassExtendsObjectXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistClassExtendsObjectXHPASTLinterRule.php |
58 | [ArcanistClassExtendsObjectXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistClassExtendsObjectXHPASTLinterRuleTestCase.php |
59 | [ArcanistClassFilenameMismatchXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistClassFilenameMismatchXHPASTLinterRule.php |
60 | [ArcanistClassNameLiteralXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistClassNameLiteralXHPASTLinterRule.php |
61 | [ArcanistClassNameLiteralXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistClassNameLiteralXHPASTLinterRuleTestCase.php |
62 | [ArcanistCloseRevisionWorkflow] => workflow/ArcanistCloseRevisionWorkflow.php |
63 | [ArcanistCloseWorkflow] => workflow/ArcanistCloseWorkflow.php |
64 | [ArcanistClosureLinter] => lint/linter/ArcanistClosureLinter.php |
65 | [ArcanistClosureLinterTestCase] => lint/linter/__tests__/ArcanistClosureLinterTestCase.php |
66 | [ArcanistCoffeeLintLinter] => lint/linter/ArcanistCoffeeLintLinter.php |
67 | [ArcanistCoffeeLintLinterTestCase] => lint/linter/__tests__/ArcanistCoffeeLintLinterTestCase.php |
68 | [ArcanistCommentRemover] => parser/ArcanistCommentRemover.php |
69 | [ArcanistCommentRemoverTestCase] => parser/__tests__/ArcanistCommentRemoverTestCase.php |
70 | [ArcanistCommentSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistCommentSpacingXHPASTLinterRule.php |
71 | [ArcanistCommentStyleXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistCommentStyleXHPASTLinterRule.php |
72 | [ArcanistCommentStyleXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistCommentStyleXHPASTLinterRuleTestCase.php |
73 | [ArcanistCommitWorkflow] => workflow/ArcanistCommitWorkflow.php |
74 | [ArcanistCompilerLintRenderer] => lint/renderer/ArcanistCompilerLintRenderer.php |
75 | [ArcanistComposerLinter] => lint/linter/ArcanistComposerLinter.php |
76 | [ArcanistComprehensiveLintEngine] => lint/engine/ArcanistComprehensiveLintEngine.php |
77 | [ArcanistConcatenationOperatorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistConcatenationOperatorXHPASTLinterRule.php |
78 | [ArcanistConcatenationOperatorXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistConcatenationOperatorXHPASTLinterRuleTestCase.php |
79 | [ArcanistConfiguration] => configuration/ArcanistConfiguration.php |
80 | [ArcanistConfigurationDrivenLintEngine] => lint/engine/ArcanistConfigurationDrivenLintEngine.php |
81 | [ArcanistConfigurationDrivenUnitTestEngine] => unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php |
82 | [ArcanistConfigurationManager] => configuration/ArcanistConfigurationManager.php |
83 | [ArcanistConsoleLintRenderer] => lint/renderer/ArcanistConsoleLintRenderer.php |
84 | [ArcanistConstructorParenthesesXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistConstructorParenthesesXHPASTLinterRule.php |
85 | [ArcanistConstructorParenthesesXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistConstructorParenthesesXHPASTLinterRuleTestCase.php |
86 | [ArcanistControlStatementSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistControlStatementSpacingXHPASTLinterRule.php |
87 | [ArcanistControlStatementSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistControlStatementSpacingXHPASTLinterRuleTestCase.php |
88 | [ArcanistCoverWorkflow] => workflow/ArcanistCoverWorkflow.php |
89 | [ArcanistCppcheckLinter] => lint/linter/ArcanistCppcheckLinter.php |
90 | [ArcanistCppcheckLinterTestCase] => lint/linter/__tests__/ArcanistCppcheckLinterTestCase.php |
91 | [ArcanistCpplintLinter] => lint/linter/ArcanistCpplintLinter.php |
92 | [ArcanistCpplintLinterTestCase] => lint/linter/__tests__/ArcanistCpplintLinterTestCase.php |
93 | [ArcanistDeclarationParenthesesXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDeclarationParenthesesXHPASTLinterRule.php |
94 | [ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase.php |
95 | [ArcanistDefaultParametersXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDefaultParametersXHPASTLinterRule.php |
96 | [ArcanistDefaultParametersXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDefaultParametersXHPASTLinterRuleTestCase.php |
97 | [ArcanistDeprecationXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDeprecationXHPASTLinterRule.php |
98 | [ArcanistDeprecationXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDeprecationXHPASTLinterRuleTestCase.php |
99 | [ArcanistDiffChange] => parser/diff/ArcanistDiffChange.php |
100 | [ArcanistDiffChangeType] => parser/diff/ArcanistDiffChangeType.php |
101 | [ArcanistDiffHunk] => parser/diff/ArcanistDiffHunk.php |
102 | [ArcanistDiffParser] => parser/ArcanistDiffParser.php |
103 | [ArcanistDiffParserTestCase] => parser/__tests__/ArcanistDiffParserTestCase.php |
104 | [ArcanistDiffUtils] => difference/ArcanistDiffUtils.php |
105 | [ArcanistDiffUtilsTestCase] => difference/__tests__/ArcanistDiffUtilsTestCase.php |
106 | [ArcanistDiffWorkflow] => workflow/ArcanistDiffWorkflow.php |
107 | [ArcanistDifferentialCommitMessage] => differential/ArcanistDifferentialCommitMessage.php |
108 | [ArcanistDifferentialCommitMessageParserException] => differential/ArcanistDifferentialCommitMessageParserException.php |
109 | [ArcanistDifferentialDependencyGraph] => differential/ArcanistDifferentialDependencyGraph.php |
110 | [ArcanistDifferentialRevisionHash] => differential/constants/ArcanistDifferentialRevisionHash.php |
111 | [ArcanistDifferentialRevisionStatus] => differential/constants/ArcanistDifferentialRevisionStatus.php |
112 | [ArcanistDoubleQuoteXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDoubleQuoteXHPASTLinterRule.php |
113 | [ArcanistDoubleQuoteXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDoubleQuoteXHPASTLinterRuleTestCase.php |
114 | [ArcanistDownloadWorkflow] => workflow/ArcanistDownloadWorkflow.php |
115 | [ArcanistDuplicateKeysInArrayXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDuplicateKeysInArrayXHPASTLinterRule.php |
116 | [ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase.php |
117 | [ArcanistDuplicateSwitchCaseXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDuplicateSwitchCaseXHPASTLinterRule.php |
118 | [ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase.php |
119 | [ArcanistDynamicDefineXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistDynamicDefineXHPASTLinterRule.php |
120 | [ArcanistDynamicDefineXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistDynamicDefineXHPASTLinterRuleTestCase.php |
121 | [ArcanistElseIfUsageXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistElseIfUsageXHPASTLinterRule.php |
122 | [ArcanistElseIfUsageXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistElseIfUsageXHPASTLinterRuleTestCase.php |
123 | [ArcanistEmptyFileXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistEmptyFileXHPASTLinterRule.php |
124 | [ArcanistEmptyStatementXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistEmptyStatementXHPASTLinterRule.php |
125 | [ArcanistEmptyStatementXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistEmptyStatementXHPASTLinterRuleTestCase.php |
126 | [ArcanistEventType] => events/constant/ArcanistEventType.php |
127 | [ArcanistExitExpressionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistExitExpressionXHPASTLinterRule.php |
128 | [ArcanistExitExpressionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistExitExpressionXHPASTLinterRuleTestCase.php |
129 | [ArcanistExportWorkflow] => workflow/ArcanistExportWorkflow.php |
130 | [ArcanistExternalLinter] => lint/linter/ArcanistExternalLinter.php |
131 | [ArcanistExternalLinterTestCase] => lint/linter/__tests__/ArcanistExternalLinterTestCase.php |
132 | [ArcanistExtractUseXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistExtractUseXHPASTLinterRule.php |
133 | [ArcanistExtractUseXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistExtractUseXHPASTLinterRuleTestCase.php |
134 | [ArcanistFeatureWorkflow] => workflow/ArcanistFeatureWorkflow.php |
135 | [ArcanistFileDataRef] => upload/ArcanistFileDataRef.php |
136 | [ArcanistFileUploader] => upload/ArcanistFileUploader.php |
137 | [ArcanistFilenameLinter] => lint/linter/ArcanistFilenameLinter.php |
138 | [ArcanistFilenameLinterTestCase] => lint/linter/__tests__/ArcanistFilenameLinterTestCase.php |
139 | [ArcanistFlagWorkflow] => workflow/ArcanistFlagWorkflow.php |
140 | [ArcanistFlake8Linter] => lint/linter/ArcanistFlake8Linter.php |
141 | [ArcanistFlake8LinterTestCase] => lint/linter/__tests__/ArcanistFlake8LinterTestCase.php |
142 | [ArcanistFormattedStringXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistFormattedStringXHPASTLinterRule.php |
143 | [ArcanistFormattedStringXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistFormattedStringXHPASTLinterRuleTestCase.php |
144 | [ArcanistFutureLinter] => lint/linter/ArcanistFutureLinter.php |
145 | [ArcanistGeneratedLinter] => lint/linter/ArcanistGeneratedLinter.php |
146 | [ArcanistGeneratedLinterTestCase] => lint/linter/__tests__/ArcanistGeneratedLinterTestCase.php |
147 | [ArcanistGetConfigWorkflow] => workflow/ArcanistGetConfigWorkflow.php |
148 | [ArcanistGitAPI] => repository/api/ArcanistGitAPI.php |
149 | [ArcanistGitLandEngine] => land/ArcanistGitLandEngine.php |
150 | [ArcanistGitUpstreamPath] => repository/api/ArcanistGitUpstreamPath.php |
151 | [ArcanistGlobalVariableXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistGlobalVariableXHPASTLinterRule.php |
152 | [ArcanistGlobalVariableXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistGlobalVariableXHPASTLinterRuleTestCase.php |
153 | [ArcanistGoLintLinter] => lint/linter/ArcanistGoLintLinter.php |
154 | [ArcanistGoLintLinterTestCase] => lint/linter/__tests__/ArcanistGoLintLinterTestCase.php |
155 | [ArcanistGoTestResultParser] => unit/parser/ArcanistGoTestResultParser.php |
156 | [ArcanistGoTestResultParserTestCase] => unit/parser/__tests__/ArcanistGoTestResultParserTestCase.php |
157 | [ArcanistHLintLinter] => lint/linter/ArcanistHLintLinter.php |
158 | [ArcanistHLintLinterTestCase] => lint/linter/__tests__/ArcanistHLintLinterTestCase.php |
159 | [ArcanistHelpWorkflow] => workflow/ArcanistHelpWorkflow.php |
160 | [ArcanistHgClientChannel] => hgdaemon/ArcanistHgClientChannel.php |
161 | [ArcanistHgProxyClient] => hgdaemon/ArcanistHgProxyClient.php |
162 | [ArcanistHgProxyServer] => hgdaemon/ArcanistHgProxyServer.php |
163 | [ArcanistHgServerChannel] => hgdaemon/ArcanistHgServerChannel.php |
164 | [ArcanistImplicitConstructorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistImplicitConstructorXHPASTLinterRule.php |
165 | [ArcanistImplicitConstructorXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistImplicitConstructorXHPASTLinterRuleTestCase.php |
166 | [ArcanistImplicitFallthroughXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistImplicitFallthroughXHPASTLinterRule.php |
167 | [ArcanistImplicitFallthroughXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistImplicitFallthroughXHPASTLinterRuleTestCase.php |
168 | [ArcanistImplicitVisibilityXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistImplicitVisibilityXHPASTLinterRule.php |
169 | [ArcanistImplicitVisibilityXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistImplicitVisibilityXHPASTLinterRuleTestCase.php |
170 | [ArcanistInlineHTMLXHPASTLinterRule] => lint/linter/ArcanistInlineHTMLXHPASTLinterRule.php |
171 | [ArcanistInlineHTMLXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistInlineHTMLXHPASTLinterRuleTestCase.php |
172 | [ArcanistInnerFunctionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistInnerFunctionXHPASTLinterRule.php |
173 | [ArcanistInnerFunctionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistInnerFunctionXHPASTLinterRuleTestCase.php |
174 | [ArcanistInstallCertificateWorkflow] => workflow/ArcanistInstallCertificateWorkflow.php |
175 | [ArcanistInstanceOfOperatorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistInstanceOfOperatorXHPASTLinterRule.php |
176 | [ArcanistInstanceofOperatorXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistInstanceofOperatorXHPASTLinterRuleTestCase.php |
177 | [ArcanistInvalidDefaultParameterXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistInvalidDefaultParameterXHPASTLinterRule.php |
178 | [ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase.php |
179 | [ArcanistInvalidModifiersXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistInvalidModifiersXHPASTLinterRule.php |
180 | [ArcanistInvalidModifiersXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistInvalidModifiersXHPASTLinterRuleTestCase.php |
181 | [ArcanistJSHintLinter] => lint/linter/ArcanistJSHintLinter.php |
182 | [ArcanistJSHintLinterTestCase] => lint/linter/__tests__/ArcanistJSHintLinterTestCase.php |
183 | [ArcanistJSONLintLinter] => lint/linter/ArcanistJSONLintLinter.php |
184 | [ArcanistJSONLintLinterTestCase] => lint/linter/__tests__/ArcanistJSONLintLinterTestCase.php |
185 | [ArcanistJSONLintRenderer] => lint/renderer/ArcanistJSONLintRenderer.php |
186 | [ArcanistJSONLinter] => lint/linter/ArcanistJSONLinter.php |
187 | [ArcanistJSONLinterTestCase] => lint/linter/__tests__/ArcanistJSONLinterTestCase.php |
188 | [ArcanistJscsLinter] => lint/linter/ArcanistJscsLinter.php |
189 | [ArcanistJscsLinterTestCase] => lint/linter/__tests__/ArcanistJscsLinterTestCase.php |
190 | [ArcanistKeywordCasingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistKeywordCasingXHPASTLinterRule.php |
191 | [ArcanistKeywordCasingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistKeywordCasingXHPASTLinterRuleTestCase.php |
192 | [ArcanistLambdaFuncFunctionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistLambdaFuncFunctionXHPASTLinterRule.php |
193 | [ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase.php |
194 | [ArcanistLandEngine] => land/ArcanistLandEngine.php |
195 | [ArcanistLandWorkflow] => workflow/ArcanistLandWorkflow.php |
196 | [ArcanistLanguageConstructParenthesesXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistLanguageConstructParenthesesXHPASTLinterRule.php |
197 | [ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase.php |
198 | [ArcanistLesscLinter] => lint/linter/ArcanistLesscLinter.php |
199 | [ArcanistLesscLinterTestCase] => lint/linter/__tests__/ArcanistLesscLinterTestCase.php |
200 | [ArcanistLiberateWorkflow] => workflow/ArcanistLiberateWorkflow.php |
201 | [ArcanistLibraryTestCase] => __tests__/ArcanistLibraryTestCase.php |
202 | [ArcanistLintEngine] => lint/engine/ArcanistLintEngine.php |
203 | [ArcanistLintMessage] => lint/ArcanistLintMessage.php |
204 | [ArcanistLintPatcher] => lint/ArcanistLintPatcher.php |
205 | [ArcanistLintRenderer] => lint/renderer/ArcanistLintRenderer.php |
206 | [ArcanistLintResult] => lint/ArcanistLintResult.php |
207 | [ArcanistLintSeverity] => lint/ArcanistLintSeverity.php |
208 | [ArcanistLintWorkflow] => workflow/ArcanistLintWorkflow.php |
209 | [ArcanistLinter] => lint/linter/ArcanistLinter.php |
210 | [ArcanistLinterStandard] => lint/linter/standards/ArcanistLinterStandard.php |
211 | [ArcanistLinterStandardTestCase] => lint/linter/standards/__tests__/ArcanistLinterStandardTestCase.php |
212 | [ArcanistLinterTestCase] => lint/linter/__tests__/ArcanistLinterTestCase.php |
213 | [ArcanistLintersWorkflow] => workflow/ArcanistLintersWorkflow.php |
214 | [ArcanistListAssignmentXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistListAssignmentXHPASTLinterRule.php |
215 | [ArcanistListAssignmentXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistListAssignmentXHPASTLinterRuleTestCase.php |
216 | [ArcanistListWorkflow] => workflow/ArcanistListWorkflow.php |
217 | [ArcanistLogicalOperatorsXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistLogicalOperatorsXHPASTLinterRule.php |
218 | [ArcanistLogicalOperatorsXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistLogicalOperatorsXHPASTLinterRuleTestCase.php |
219 | [ArcanistLowercaseFunctionsXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistLowercaseFunctionsXHPASTLinterRule.php |
220 | [ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase.php |
221 | [ArcanistMercurialAPI] => repository/api/ArcanistMercurialAPI.php |
222 | [ArcanistMercurialParser] => repository/parser/ArcanistMercurialParser.php |
223 | [ArcanistMercurialParserTestCase] => repository/parser/__tests__/ArcanistMercurialParserTestCase.php |
224 | [ArcanistMergeConflictLinter] => lint/linter/ArcanistMergeConflictLinter.php |
225 | [ArcanistMergeConflictLinterTestCase] => lint/linter/__tests__/ArcanistMergeConflictLinterTestCase.php |
226 | [ArcanistMissingLinterException] => lint/linter/exception/ArcanistMissingLinterException.php |
227 | [ArcanistModifierOrderingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistModifierOrderingXHPASTLinterRule.php |
228 | [ArcanistModifierOrderingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistModifierOrderingXHPASTLinterRuleTestCase.php |
229 | [ArcanistNamingConventionsXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistNamingConventionsXHPASTLinterRule.php |
230 | [ArcanistNamingConventionsXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistNamingConventionsXHPASTLinterRuleTestCase.php |
231 | [ArcanistNewlineAfterOpenTagXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistNewlineAfterOpenTagXHPASTLinterRule.php |
232 | [ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase.php |
233 | [ArcanistNoEffectException] => exception/usage/ArcanistNoEffectException.php |
234 | [ArcanistNoEngineException] => exception/usage/ArcanistNoEngineException.php |
235 | [ArcanistNoLintLinter] => lint/linter/ArcanistNoLintLinter.php |
236 | [ArcanistNoLintLinterTestCase] => lint/linter/__tests__/ArcanistNoLintLinterTestCase.php |
237 | [ArcanistNoParentScopeXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistNoParentScopeXHPASTLinterRule.php |
238 | [ArcanistNoParentScopeXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistNoParentScopeXHPASTLinterRuleTestCase.php |
239 | [ArcanistNoneLintRenderer] => lint/renderer/ArcanistNoneLintRenderer.php |
240 | [ArcanistObjectOperatorSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistObjectOperatorSpacingXHPASTLinterRule.php |
241 | [ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase.php |
242 | [ArcanistPEP8Linter] => lint/linter/ArcanistPEP8Linter.php |
243 | [ArcanistPEP8LinterTestCase] => lint/linter/__tests__/ArcanistPEP8LinterTestCase.php |
244 | [ArcanistPHPCloseTagXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPHPCloseTagXHPASTLinterRule.php |
245 | - [ArcanistPHPCloseTagXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPHPCloseTagXHPASTLinterRuleTestCase.php |
246 | [ArcanistPHPCompatibilityXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPHPCompatibilityXHPASTLinterRule.php |
247 | [ArcanistPHPCompatibilityXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPHPCompatibilityXHPASTLinterRuleTestCase.php |
248 | [ArcanistPHPEchoTagXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPHPEchoTagXHPASTLinterRule.php |
249 | [ArcanistPHPEchoTagXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPHPEchoTagXHPASTLinterRuleTestCase.php |
250 | [ArcanistPHPOpenTagXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPHPOpenTagXHPASTLinterRule.php |
251 | [ArcanistPHPOpenTagXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPHPOpenTagXHPASTLinterRuleTestCase.php |
252 | [ArcanistPHPShortTagXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPHPShortTagXHPASTLinterRule.php |
253 | [ArcanistPHPShortTagXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPHPShortTagXHPASTLinterRuleTestCase.php |
254 | [ArcanistParenthesesSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistParenthesesSpacingXHPASTLinterRule.php |
255 | [ArcanistParenthesesSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistParenthesesSpacingXHPASTLinterRuleTestCase.php |
256 | [ArcanistParseStrUseXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistParseStrUseXHPASTLinterRule.php |
257 | [ArcanistParseStrUseXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistParseStrUseXHPASTLinterRuleTestCase.php |
258 | [ArcanistPasteWorkflow] => workflow/ArcanistPasteWorkflow.php |
259 | [ArcanistPatchWorkflow] => workflow/ArcanistPatchWorkflow.php |
260 | [ArcanistPhpLinter] => lint/linter/ArcanistPhpLinter.php |
261 | [ArcanistPhpLinterTestCase] => lint/linter/__tests__/ArcanistPhpLinterTestCase.php |
262 | [ArcanistPhpcsLinter] => lint/linter/ArcanistPhpcsLinter.php |
263 | [ArcanistPhpcsLinterTestCase] => lint/linter/__tests__/ArcanistPhpcsLinterTestCase.php |
264 | [ArcanistPhpunitTestResultParser] => unit/parser/ArcanistPhpunitTestResultParser.php |
265 | [ArcanistPhrequentWorkflow] => workflow/ArcanistPhrequentWorkflow.php |
266 | [ArcanistPhutilLibraryLinter] => lint/linter/ArcanistPhutilLibraryLinter.php |
267 | [ArcanistPhutilXHPASTLinterStandard] => lint/linter/standards/phutil/ArcanistPhutilXHPASTLinterStandard.php |
268 | [ArcanistPlusOperatorOnStringsXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPlusOperatorOnStringsXHPASTLinterRule.php |
269 | [ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase.php |
270 | [ArcanistPregQuoteMisuseXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistPregQuoteMisuseXHPASTLinterRule.php |
271 | [ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase.php |
272 | [ArcanistPuppetLintLinter] => lint/linter/ArcanistPuppetLintLinter.php |
273 | [ArcanistPuppetLintLinterTestCase] => lint/linter/__tests__/ArcanistPuppetLintLinterTestCase.php |
274 | [ArcanistPyFlakesLinter] => lint/linter/ArcanistPyFlakesLinter.php |
275 | [ArcanistPyFlakesLinterTestCase] => lint/linter/__tests__/ArcanistPyFlakesLinterTestCase.php |
276 | [ArcanistPyLintLinter] => lint/linter/ArcanistPyLintLinter.php |
277 | [ArcanistPyLintLinterTestCase] => lint/linter/__tests__/ArcanistPyLintLinterTestCase.php |
278 | [ArcanistRaggedClassTreeEdgeXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistRaggedClassTreeEdgeXHPASTLinterRule.php |
279 | [ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase.php |
280 | [ArcanistRepositoryAPI] => repository/api/ArcanistRepositoryAPI.php |
281 | [ArcanistRepositoryAPIMiscTestCase] => repository/api/__tests__/ArcanistRepositoryAPIMiscTestCase.php |
282 | [ArcanistRepositoryAPIStateTestCase] => repository/api/__tests__/ArcanistRepositoryAPIStateTestCase.php |
283 | [ArcanistReusedAsIteratorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistReusedAsIteratorXHPASTLinterRule.php |
284 | [ArcanistReusedAsIteratorXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistReusedAsIteratorXHPASTLinterRuleTestCase.php |
285 | [ArcanistReusedIteratorReferenceXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistReusedIteratorReferenceXHPASTLinterRule.php |
286 | [ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase.php |
287 | [ArcanistReusedIteratorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistReusedIteratorXHPASTLinterRule.php |
288 | [ArcanistReusedIteratorXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistReusedIteratorXHPASTLinterRuleTestCase.php |
289 | [ArcanistRevertWorkflow] => workflow/ArcanistRevertWorkflow.php |
290 | [ArcanistRuboCopLinter] => lint/linter/ArcanistRuboCopLinter.php |
291 | [ArcanistRuboCopLinterTestCase] => lint/linter/__tests__/ArcanistRuboCopLinterTestCase.php |
292 | [ArcanistRubyLinter] => lint/linter/ArcanistRubyLinter.php |
293 | [ArcanistRubyLinterTestCase] => lint/linter/__tests__/ArcanistRubyLinterTestCase.php |
294 | [ArcanistScriptAndRegexLinter] => lint/linter/ArcanistScriptAndRegexLinter.php |
295 | [ArcanistSelfMemberReferenceXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistSelfMemberReferenceXHPASTLinterRule.php |
296 | [ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase.php |
297 | [ArcanistSemicolonSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistSemicolonSpacingXHPASTLinterRule.php |
298 | [ArcanistSemicolonSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistSemicolonSpacingXHPASTLinterRuleTestCase.php |
299 | [ArcanistSetConfigWorkflow] => workflow/ArcanistSetConfigWorkflow.php |
300 | [ArcanistSettings] => configuration/ArcanistSettings.php |
301 | [ArcanistShellCompleteWorkflow] => workflow/ArcanistShellCompleteWorkflow.php |
302 | [ArcanistSingleLintEngine] => lint/engine/ArcanistSingleLintEngine.php |
303 | [ArcanistSlownessXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistSlownessXHPASTLinterRule.php |
304 | [ArcanistSlownessXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistSlownessXHPASTLinterRuleTestCase.php |
305 | [ArcanistSpellingLinter] => lint/linter/ArcanistSpellingLinter.php |
306 | [ArcanistSpellingLinterTestCase] => lint/linter/__tests__/ArcanistSpellingLinterTestCase.php |
307 | [ArcanistStartWorkflow] => workflow/ArcanistStartWorkflow.php |
308 | [ArcanistStaticThisXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistStaticThisXHPASTLinterRule.php |
309 | [ArcanistStaticThisXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistStaticThisXHPASTLinterRuleTestCase.php |
310 | [ArcanistStopWorkflow] => workflow/ArcanistStopWorkflow.php |
311 | [ArcanistSubversionAPI] => repository/api/ArcanistSubversionAPI.php |
312 | [ArcanistSummaryLintRenderer] => lint/renderer/ArcanistSummaryLintRenderer.php |
313 | [ArcanistSyntaxErrorXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistSyntaxErrorXHPASTLinterRule.php |
314 | [ArcanistTasksWorkflow] => workflow/ArcanistTasksWorkflow.php |
315 | [ArcanistTautologicalExpressionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistTautologicalExpressionXHPASTLinterRule.php |
316 | [ArcanistTautologicalExpressionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistTautologicalExpressionXHPASTLinterRuleTestCase.php |
317 | [ArcanistTestResultParser] => unit/parser/ArcanistTestResultParser.php |
318 | [ArcanistTestXHPASTLintSwitchHook] => lint/linter/__tests__/ArcanistTestXHPASTLintSwitchHook.php |
319 | [ArcanistTextLinter] => lint/linter/ArcanistTextLinter.php |
320 | [ArcanistTextLinterTestCase] => lint/linter/__tests__/ArcanistTextLinterTestCase.php |
321 | [ArcanistTimeWorkflow] => workflow/ArcanistTimeWorkflow.php |
322 | [ArcanistToStringExceptionXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistToStringExceptionXHPASTLinterRule.php |
323 | [ArcanistToStringExceptionXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistToStringExceptionXHPASTLinterRuleTestCase.php |
324 | [ArcanistTodoCommentXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistTodoCommentXHPASTLinterRule.php |
325 | [ArcanistTodoCommentXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistTodoCommentXHPASTLinterRuleTestCase.php |
326 | [ArcanistTodoWorkflow] => workflow/ArcanistTodoWorkflow.php |
327 | [ArcanistUSEnglishTranslation] => internationalization/ArcanistUSEnglishTranslation.php |
328 | [ArcanistUnableToParseXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUnableToParseXHPASTLinterRule.php |
329 | [ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRule.php |
330 | [ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase.php |
331 | [ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRule.php |
332 | [ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase.php |
333 | [ArcanistUndeclaredVariableXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUndeclaredVariableXHPASTLinterRule.php |
334 | [ArcanistUndeclaredVariableXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUndeclaredVariableXHPASTLinterRuleTestCase.php |
335 | [ArcanistUnitConsoleRenderer] => unit/renderer/ArcanistUnitConsoleRenderer.php |
336 | [ArcanistUnitRenderer] => unit/renderer/ArcanistUnitRenderer.php |
337 | [ArcanistUnitTestEngine] => unit/engine/ArcanistUnitTestEngine.php |
338 | [ArcanistUnitTestResult] => unit/ArcanistUnitTestResult.php |
339 | [ArcanistUnitTestResultTestCase] => unit/__tests__/ArcanistUnitTestResultTestCase.php |
340 | [ArcanistUnitTestableLintEngine] => lint/engine/ArcanistUnitTestableLintEngine.php |
341 | [ArcanistUnitWorkflow] => workflow/ArcanistUnitWorkflow.php |
342 | [ArcanistUnnecessaryFinalModifierXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUnnecessaryFinalModifierXHPASTLinterRule.php |
343 | [ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase.php |
344 | [ArcanistUnnecessarySemicolonXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUnnecessarySemicolonXHPASTLinterRule.php |
345 | [ArcanistUnnecessarySemicolonXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUnnecessarySemicolonXHPASTLinterRuleTestCase.php |
346 | [ArcanistUnsafeDynamicStringXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php |
347 | [ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase.php |
348 | [ArcanistUpgradeWorkflow] => workflow/ArcanistUpgradeWorkflow.php |
349 | [ArcanistUploadWorkflow] => workflow/ArcanistUploadWorkflow.php |
350 | [ArcanistUsageException] => exception/ArcanistUsageException.php |
351 | [ArcanistUselessOverridingMethodXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistUselessOverridingMethodXHPASTLinterRule.php |
352 | [ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase.php |
353 | [ArcanistUserAbortException] => exception/usage/ArcanistUserAbortException.php |
354 | [ArcanistVariableVariableXHPASTLinterRule] => lint/linter/xhpast/rules/ArcanistVariableVariableXHPASTLinterRule.php |
355 | [ArcanistVariableVariableXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistVariableVariableXHPASTLinterRuleTestCase.php |
356 | [ArcanistVersionWorkflow] => workflow/ArcanistVersionWorkflow.php |
357 | [ArcanistWhichWorkflow] => workflow/ArcanistWhichWorkflow.php |
358 | [ArcanistWorkflow] => workflow/ArcanistWorkflow.php |
359 | [ArcanistWorkingCopyIdentity] => workingcopyidentity/ArcanistWorkingCopyIdentity.php |
360 | [ArcanistXHPASTLintNamingHook] => lint/linter/xhpast/ArcanistXHPASTLintNamingHook.php |
361 | [ArcanistXHPASTLintNamingHookTestCase] => lint/linter/xhpast/__tests__/ArcanistXHPASTLintNamingHookTestCase.php |
362 | [ArcanistXHPASTLintSwitchHook] => lint/linter/xhpast/ArcanistXHPASTLintSwitchHook.php |
363 | [ArcanistXHPASTLinter] => lint/linter/ArcanistXHPASTLinter.php |
364 | [ArcanistXHPASTLinterRule] => lint/linter/xhpast/ArcanistXHPASTLinterRule.php |
365 | [ArcanistXHPASTLinterRuleTestCase] => lint/linter/xhpast/rules/__tests__/ArcanistXHPASTLinterRuleTestCase.php |
366 | [ArcanistXHPASTLinterTestCase] => lint/linter/__tests__/ArcanistXHPASTLinterTestCase.php |
367 | [ArcanistXMLLinter] => lint/linter/ArcanistXMLLinter.php |
368 | [ArcanistXMLLinterTestCase] => lint/linter/__tests__/ArcanistXMLLinterTestCase.php |
369 | [ArcanistXUnitTestResultParser] => unit/parser/ArcanistXUnitTestResultParser.php |
370 | [CSharpToolsTestEngine] => unit/engine/CSharpToolsTestEngine.php |
371 | [NoseTestEngine] => unit/engine/NoseTestEngine.php |
372 | [PhpunitTestEngine] => unit/engine/PhpunitTestEngine.php |
373 | [PhpunitTestEngineTestCase] => unit/engine/__tests__/PhpunitTestEngineTestCase.php |
374 | [PhutilTestCase] => unit/engine/phutil/PhutilTestCase.php |
375 | [PhutilTestCaseTestCase] => unit/engine/phutil/testcase/PhutilTestCaseTestCase.php |
376 | [PhutilTestSkippedException] => unit/engine/phutil/testcase/PhutilTestSkippedException.php |
377 | [PhutilTestTerminatedException] => unit/engine/phutil/testcase/PhutilTestTerminatedException.php |
378 | [PhutilUnitTestEngine] => unit/engine/PhutilUnitTestEngine.php |
379 | [PhutilUnitTestEngineTestCase] => unit/engine/__tests__/PhutilUnitTestEngineTestCase.php |
380 | [PytestTestEngine] => unit/engine/PytestTestEngine.php |
381 | [XUnitTestEngine] => unit/engine/XUnitTestEngine.php |
382 | [XUnitTestResultParserTestCase] => unit/parser/__tests__/XUnitTestResultParserTestCase.php |
383 | ) |
384 | |
385 | [function] => Array |
386 | ( |
387 | ) |
388 | |
389 | [xmap] => Array |
390 | ( |
391 | [ArcanistAliasFunctionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
392 | [ArcanistAliasFunctionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
393 | [ArcanistAliasWorkflow] => ArcanistWorkflow |
394 | [ArcanistAmendWorkflow] => ArcanistWorkflow |
395 | [ArcanistAnoidWorkflow] => ArcanistWorkflow |
396 | [ArcanistArrayCombineXHPASTLinterRule] => ArcanistXHPASTLinterRule |
397 | [ArcanistArrayCombineXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
398 | [ArcanistArrayIndexSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
399 | [ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
400 | [ArcanistArraySeparatorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
401 | [ArcanistArraySeparatorXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
402 | [ArcanistArrayValueXHPASTLinterRule] => ArcanistXHPASTLinterRule |
403 | [ArcanistArrayValueXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
404 | [ArcanistBackoutWorkflow] => ArcanistWorkflow |
405 | [ArcanistBaseCommitParser] => Phobject |
406 | [ArcanistBaseCommitParserTestCase] => PhutilTestCase |
407 | [ArcanistBaseXHPASTLinter] => ArcanistFutureLinter |
408 | [ArcanistBinaryExpressionSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
409 | [ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
410 | [ArcanistBlacklistedFunctionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
411 | [ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
412 | [ArcanistBookmarkWorkflow] => ArcanistFeatureWorkflow |
413 | [ArcanistBraceFormattingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
414 | [ArcanistBraceFormattingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
415 | [ArcanistBranchWorkflow] => ArcanistFeatureWorkflow |
416 | [ArcanistBritishTestCase] => PhutilTestCase |
417 | [ArcanistBrowseWorkflow] => ArcanistWorkflow |
418 | [ArcanistBundle] => Phobject |
419 | [ArcanistBundleTestCase] => PhutilTestCase |
420 | [ArcanistCSSLintLinter] => ArcanistExternalLinter |
421 | [ArcanistCSSLintLinterTestCase] => ArcanistExternalLinterTestCase |
422 | [ArcanistCSharpLinter] => ArcanistLinter |
423 | [ArcanistCallConduitWorkflow] => ArcanistWorkflow |
424 | [ArcanistCallParenthesesXHPASTLinterRule] => ArcanistXHPASTLinterRule |
425 | [ArcanistCallParenthesesXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
426 | [ArcanistCallTimePassByReferenceXHPASTLinterRule] => ArcanistXHPASTLinterRule |
427 | [ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
428 | [ArcanistCapabilityNotSupportedException] => Exception |
429 | [ArcanistCastSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
430 | [ArcanistCastSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
431 | [ArcanistCheckstyleXMLLintRenderer] => ArcanistLintRenderer |
432 | [ArcanistChmodLinter] => ArcanistLinter |
433 | [ArcanistChmodLinterTestCase] => ArcanistLinterTestCase |
434 | [ArcanistClassExtendsObjectXHPASTLinterRule] => ArcanistXHPASTLinterRule |
435 | [ArcanistClassExtendsObjectXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
436 | [ArcanistClassFilenameMismatchXHPASTLinterRule] => ArcanistXHPASTLinterRule |
437 | [ArcanistClassNameLiteralXHPASTLinterRule] => ArcanistXHPASTLinterRule |
438 | [ArcanistClassNameLiteralXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
439 | [ArcanistCloseRevisionWorkflow] => ArcanistWorkflow |
440 | [ArcanistCloseWorkflow] => ArcanistWorkflow |
441 | [ArcanistClosureLinter] => ArcanistExternalLinter |
442 | [ArcanistClosureLinterTestCase] => ArcanistExternalLinterTestCase |
443 | [ArcanistCoffeeLintLinter] => ArcanistExternalLinter |
444 | [ArcanistCoffeeLintLinterTestCase] => ArcanistExternalLinterTestCase |
445 | [ArcanistCommentRemover] => Phobject |
446 | [ArcanistCommentRemoverTestCase] => PhutilTestCase |
447 | [ArcanistCommentSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
448 | [ArcanistCommentStyleXHPASTLinterRule] => ArcanistXHPASTLinterRule |
449 | [ArcanistCommentStyleXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
450 | [ArcanistCommitWorkflow] => ArcanistWorkflow |
451 | [ArcanistCompilerLintRenderer] => ArcanistLintRenderer |
452 | [ArcanistComposerLinter] => ArcanistLinter |
453 | [ArcanistComprehensiveLintEngine] => ArcanistLintEngine |
454 | [ArcanistConcatenationOperatorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
455 | [ArcanistConcatenationOperatorXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
456 | [ArcanistConfiguration] => Phobject |
457 | [ArcanistConfigurationDrivenLintEngine] => ArcanistLintEngine |
458 | [ArcanistConfigurationDrivenUnitTestEngine] => ArcanistUnitTestEngine |
459 | [ArcanistConfigurationManager] => Phobject |
460 | [ArcanistConsoleLintRenderer] => ArcanistLintRenderer |
461 | [ArcanistConstructorParenthesesXHPASTLinterRule] => ArcanistXHPASTLinterRule |
462 | [ArcanistConstructorParenthesesXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
463 | [ArcanistControlStatementSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
464 | [ArcanistControlStatementSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
465 | [ArcanistCoverWorkflow] => ArcanistWorkflow |
466 | [ArcanistCppcheckLinter] => ArcanistExternalLinter |
467 | [ArcanistCppcheckLinterTestCase] => ArcanistExternalLinterTestCase |
468 | [ArcanistCpplintLinter] => ArcanistExternalLinter |
469 | [ArcanistCpplintLinterTestCase] => ArcanistExternalLinterTestCase |
470 | [ArcanistDeclarationParenthesesXHPASTLinterRule] => ArcanistXHPASTLinterRule |
471 | [ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
472 | [ArcanistDefaultParametersXHPASTLinterRule] => ArcanistXHPASTLinterRule |
473 | [ArcanistDefaultParametersXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
474 | [ArcanistDeprecationXHPASTLinterRule] => ArcanistXHPASTLinterRule |
475 | [ArcanistDeprecationXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
476 | [ArcanistDiffChange] => Phobject |
477 | [ArcanistDiffChangeType] => Phobject |
478 | [ArcanistDiffHunk] => Phobject |
479 | [ArcanistDiffParser] => Phobject |
480 | [ArcanistDiffParserTestCase] => PhutilTestCase |
481 | [ArcanistDiffUtils] => Phobject |
482 | [ArcanistDiffUtilsTestCase] => PhutilTestCase |
483 | [ArcanistDiffWorkflow] => ArcanistWorkflow |
484 | [ArcanistDifferentialCommitMessage] => Phobject |
485 | [ArcanistDifferentialCommitMessageParserException] => Exception |
486 | [ArcanistDifferentialDependencyGraph] => AbstractDirectedGraph |
487 | [ArcanistDifferentialRevisionHash] => Phobject |
488 | [ArcanistDifferentialRevisionStatus] => Phobject |
489 | [ArcanistDoubleQuoteXHPASTLinterRule] => ArcanistXHPASTLinterRule |
490 | [ArcanistDoubleQuoteXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
491 | [ArcanistDownloadWorkflow] => ArcanistWorkflow |
492 | [ArcanistDuplicateKeysInArrayXHPASTLinterRule] => ArcanistXHPASTLinterRule |
493 | [ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
494 | [ArcanistDuplicateSwitchCaseXHPASTLinterRule] => ArcanistXHPASTLinterRule |
495 | [ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
496 | [ArcanistDynamicDefineXHPASTLinterRule] => ArcanistXHPASTLinterRule |
497 | [ArcanistDynamicDefineXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
498 | [ArcanistElseIfUsageXHPASTLinterRule] => ArcanistXHPASTLinterRule |
499 | [ArcanistElseIfUsageXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
500 | [ArcanistEmptyFileXHPASTLinterRule] => ArcanistXHPASTLinterRule |
501 | [ArcanistEmptyStatementXHPASTLinterRule] => ArcanistXHPASTLinterRule |
502 | [ArcanistEmptyStatementXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
503 | [ArcanistEventType] => PhutilEventType |
504 | [ArcanistExitExpressionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
505 | [ArcanistExitExpressionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
506 | [ArcanistExportWorkflow] => ArcanistWorkflow |
507 | [ArcanistExternalLinter] => ArcanistFutureLinter |
508 | [ArcanistExternalLinterTestCase] => ArcanistLinterTestCase |
509 | [ArcanistExtractUseXHPASTLinterRule] => ArcanistXHPASTLinterRule |
510 | [ArcanistExtractUseXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
511 | [ArcanistFeatureWorkflow] => ArcanistWorkflow |
512 | [ArcanistFileDataRef] => Phobject |
513 | [ArcanistFileUploader] => Phobject |
514 | [ArcanistFilenameLinter] => ArcanistLinter |
515 | [ArcanistFilenameLinterTestCase] => ArcanistLinterTestCase |
516 | [ArcanistFlagWorkflow] => ArcanistWorkflow |
517 | [ArcanistFlake8Linter] => ArcanistExternalLinter |
518 | [ArcanistFlake8LinterTestCase] => ArcanistExternalLinterTestCase |
519 | [ArcanistFormattedStringXHPASTLinterRule] => ArcanistXHPASTLinterRule |
520 | [ArcanistFormattedStringXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
521 | [ArcanistFutureLinter] => ArcanistLinter |
522 | [ArcanistGeneratedLinter] => ArcanistLinter |
523 | [ArcanistGeneratedLinterTestCase] => ArcanistLinterTestCase |
524 | [ArcanistGetConfigWorkflow] => ArcanistWorkflow |
525 | [ArcanistGitAPI] => ArcanistRepositoryAPI |
526 | [ArcanistGitLandEngine] => ArcanistLandEngine |
527 | [ArcanistGitUpstreamPath] => Phobject |
528 | [ArcanistGlobalVariableXHPASTLinterRule] => ArcanistXHPASTLinterRule |
529 | [ArcanistGlobalVariableXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
530 | [ArcanistGoLintLinter] => ArcanistExternalLinter |
531 | [ArcanistGoLintLinterTestCase] => ArcanistExternalLinterTestCase |
532 | [ArcanistGoTestResultParser] => ArcanistTestResultParser |
533 | [ArcanistGoTestResultParserTestCase] => PhutilTestCase |
534 | [ArcanistHLintLinter] => ArcanistExternalLinter |
535 | [ArcanistHLintLinterTestCase] => ArcanistExternalLinterTestCase |
536 | [ArcanistHelpWorkflow] => ArcanistWorkflow |
537 | [ArcanistHgClientChannel] => PhutilProtocolChannel |
538 | [ArcanistHgProxyClient] => Phobject |
539 | [ArcanistHgProxyServer] => Phobject |
540 | [ArcanistHgServerChannel] => PhutilProtocolChannel |
541 | [ArcanistImplicitConstructorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
542 | [ArcanistImplicitConstructorXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
543 | [ArcanistImplicitFallthroughXHPASTLinterRule] => ArcanistXHPASTLinterRule |
544 | [ArcanistImplicitFallthroughXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
545 | [ArcanistImplicitVisibilityXHPASTLinterRule] => ArcanistXHPASTLinterRule |
546 | [ArcanistImplicitVisibilityXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
547 | [ArcanistInlineHTMLXHPASTLinterRule] => ArcanistXHPASTLinterRule |
548 | [ArcanistInlineHTMLXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
549 | [ArcanistInnerFunctionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
550 | [ArcanistInnerFunctionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
551 | [ArcanistInstallCertificateWorkflow] => ArcanistWorkflow |
552 | [ArcanistInstanceOfOperatorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
553 | [ArcanistInstanceofOperatorXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
554 | [ArcanistInvalidDefaultParameterXHPASTLinterRule] => ArcanistXHPASTLinterRule |
555 | [ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
556 | [ArcanistInvalidModifiersXHPASTLinterRule] => ArcanistXHPASTLinterRule |
557 | [ArcanistInvalidModifiersXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
558 | [ArcanistJSHintLinter] => ArcanistExternalLinter |
559 | [ArcanistJSHintLinterTestCase] => ArcanistExternalLinterTestCase |
560 | [ArcanistJSONLintLinter] => ArcanistExternalLinter |
561 | [ArcanistJSONLintLinterTestCase] => ArcanistExternalLinterTestCase |
562 | [ArcanistJSONLintRenderer] => ArcanistLintRenderer |
563 | [ArcanistJSONLinter] => ArcanistLinter |
564 | [ArcanistJSONLinterTestCase] => ArcanistLinterTestCase |
565 | [ArcanistJscsLinter] => ArcanistExternalLinter |
566 | [ArcanistJscsLinterTestCase] => ArcanistExternalLinterTestCase |
567 | [ArcanistKeywordCasingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
568 | [ArcanistKeywordCasingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
569 | [ArcanistLambdaFuncFunctionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
570 | [ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
571 | [ArcanistLandEngine] => Phobject |
572 | [ArcanistLandWorkflow] => ArcanistWorkflow |
573 | [ArcanistLanguageConstructParenthesesXHPASTLinterRule] => ArcanistXHPASTLinterRule |
574 | [ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
575 | [ArcanistLesscLinter] => ArcanistExternalLinter |
576 | [ArcanistLesscLinterTestCase] => ArcanistExternalLinterTestCase |
577 | [ArcanistLiberateWorkflow] => ArcanistWorkflow |
578 | [ArcanistLibraryTestCase] => PhutilLibraryTestCase |
579 | [ArcanistLintEngine] => Phobject |
580 | [ArcanistLintMessage] => Phobject |
581 | [ArcanistLintPatcher] => Phobject |
582 | [ArcanistLintRenderer] => Phobject |
583 | [ArcanistLintResult] => Phobject |
584 | [ArcanistLintSeverity] => Phobject |
585 | [ArcanistLintWorkflow] => ArcanistWorkflow |
586 | [ArcanistLinter] => Phobject |
587 | [ArcanistLinterStandard] => Phobject |
588 | [ArcanistLinterStandardTestCase] => PhutilTestCase |
589 | [ArcanistLinterTestCase] => PhutilTestCase |
590 | [ArcanistLintersWorkflow] => ArcanistWorkflow |
591 | [ArcanistListAssignmentXHPASTLinterRule] => ArcanistXHPASTLinterRule |
592 | [ArcanistListAssignmentXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
593 | [ArcanistListWorkflow] => ArcanistWorkflow |
594 | [ArcanistLogicalOperatorsXHPASTLinterRule] => ArcanistXHPASTLinterRule |
595 | [ArcanistLogicalOperatorsXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
596 | [ArcanistLowercaseFunctionsXHPASTLinterRule] => ArcanistXHPASTLinterRule |
597 | [ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
598 | [ArcanistMercurialAPI] => ArcanistRepositoryAPI |
599 | [ArcanistMercurialParser] => Phobject |
600 | [ArcanistMercurialParserTestCase] => PhutilTestCase |
601 | [ArcanistMergeConflictLinter] => ArcanistLinter |
602 | [ArcanistMergeConflictLinterTestCase] => ArcanistLinterTestCase |
603 | [ArcanistMissingLinterException] => Exception |
604 | [ArcanistModifierOrderingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
605 | [ArcanistModifierOrderingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
606 | [ArcanistNamingConventionsXHPASTLinterRule] => ArcanistXHPASTLinterRule |
607 | [ArcanistNamingConventionsXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
608 | [ArcanistNewlineAfterOpenTagXHPASTLinterRule] => ArcanistXHPASTLinterRule |
609 | [ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
610 | [ArcanistNoEffectException] => ArcanistUsageException |
611 | [ArcanistNoEngineException] => ArcanistUsageException |
612 | [ArcanistNoLintLinter] => ArcanistLinter |
613 | [ArcanistNoLintLinterTestCase] => ArcanistLinterTestCase |
614 | [ArcanistNoParentScopeXHPASTLinterRule] => ArcanistXHPASTLinterRule |
615 | [ArcanistNoParentScopeXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
616 | [ArcanistNoneLintRenderer] => ArcanistLintRenderer |
617 | [ArcanistObjectOperatorSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
618 | [ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
619 | [ArcanistPEP8Linter] => ArcanistExternalLinter |
620 | [ArcanistPEP8LinterTestCase] => ArcanistExternalLinterTestCase |
621 | [ArcanistPHPCloseTagXHPASTLinterRule] => ArcanistXHPASTLinterRule |
622 | - [ArcanistPHPCloseTagXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
623 | [ArcanistPHPCompatibilityXHPASTLinterRule] => ArcanistXHPASTLinterRule |
624 | [ArcanistPHPCompatibilityXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
625 | [ArcanistPHPEchoTagXHPASTLinterRule] => ArcanistXHPASTLinterRule |
626 | [ArcanistPHPEchoTagXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
627 | [ArcanistPHPOpenTagXHPASTLinterRule] => ArcanistXHPASTLinterRule |
628 | [ArcanistPHPOpenTagXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
629 | [ArcanistPHPShortTagXHPASTLinterRule] => ArcanistXHPASTLinterRule |
630 | [ArcanistPHPShortTagXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
631 | [ArcanistParenthesesSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
632 | [ArcanistParenthesesSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
633 | [ArcanistParseStrUseXHPASTLinterRule] => ArcanistXHPASTLinterRule |
634 | [ArcanistParseStrUseXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
635 | [ArcanistPasteWorkflow] => ArcanistWorkflow |
636 | [ArcanistPatchWorkflow] => ArcanistWorkflow |
637 | [ArcanistPhpLinter] => ArcanistExternalLinter |
638 | [ArcanistPhpLinterTestCase] => ArcanistExternalLinterTestCase |
639 | [ArcanistPhpcsLinter] => ArcanistExternalLinter |
640 | [ArcanistPhpcsLinterTestCase] => ArcanistExternalLinterTestCase |
641 | [ArcanistPhpunitTestResultParser] => ArcanistTestResultParser |
642 | [ArcanistPhrequentWorkflow] => ArcanistWorkflow |
643 | [ArcanistPhutilLibraryLinter] => ArcanistLinter |
644 | [ArcanistPhutilXHPASTLinterStandard] => ArcanistLinterStandard |
645 | [ArcanistPlusOperatorOnStringsXHPASTLinterRule] => ArcanistXHPASTLinterRule |
646 | [ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
647 | [ArcanistPregQuoteMisuseXHPASTLinterRule] => ArcanistXHPASTLinterRule |
648 | [ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
649 | [ArcanistPuppetLintLinter] => ArcanistExternalLinter |
650 | [ArcanistPuppetLintLinterTestCase] => ArcanistExternalLinterTestCase |
651 | [ArcanistPyFlakesLinter] => ArcanistExternalLinter |
652 | [ArcanistPyFlakesLinterTestCase] => ArcanistExternalLinterTestCase |
653 | [ArcanistPyLintLinter] => ArcanistExternalLinter |
654 | [ArcanistPyLintLinterTestCase] => ArcanistExternalLinterTestCase |
655 | [ArcanistRaggedClassTreeEdgeXHPASTLinterRule] => ArcanistXHPASTLinterRule |
656 | [ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
657 | [ArcanistRepositoryAPI] => Phobject |
658 | [ArcanistRepositoryAPIMiscTestCase] => PhutilTestCase |
659 | [ArcanistRepositoryAPIStateTestCase] => PhutilTestCase |
660 | [ArcanistReusedAsIteratorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
661 | [ArcanistReusedAsIteratorXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
662 | [ArcanistReusedIteratorReferenceXHPASTLinterRule] => ArcanistXHPASTLinterRule |
663 | [ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
664 | [ArcanistReusedIteratorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
665 | [ArcanistReusedIteratorXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
666 | [ArcanistRevertWorkflow] => ArcanistWorkflow |
667 | [ArcanistRuboCopLinter] => ArcanistExternalLinter |
668 | [ArcanistRuboCopLinterTestCase] => ArcanistExternalLinterTestCase |
669 | [ArcanistRubyLinter] => ArcanistExternalLinter |
670 | [ArcanistRubyLinterTestCase] => ArcanistExternalLinterTestCase |
671 | [ArcanistScriptAndRegexLinter] => ArcanistLinter |
672 | [ArcanistSelfMemberReferenceXHPASTLinterRule] => ArcanistXHPASTLinterRule |
673 | [ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
674 | [ArcanistSemicolonSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
675 | [ArcanistSemicolonSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
676 | [ArcanistSetConfigWorkflow] => ArcanistWorkflow |
677 | [ArcanistSettings] => Phobject |
678 | [ArcanistShellCompleteWorkflow] => ArcanistWorkflow |
679 | [ArcanistSingleLintEngine] => ArcanistLintEngine |
680 | [ArcanistSlownessXHPASTLinterRule] => ArcanistXHPASTLinterRule |
681 | [ArcanistSlownessXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
682 | [ArcanistSpellingLinter] => ArcanistLinter |
683 | [ArcanistSpellingLinterTestCase] => ArcanistLinterTestCase |
684 | [ArcanistStartWorkflow] => ArcanistPhrequentWorkflow |
685 | [ArcanistStaticThisXHPASTLinterRule] => ArcanistXHPASTLinterRule |
686 | [ArcanistStaticThisXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
687 | [ArcanistStopWorkflow] => ArcanistPhrequentWorkflow |
688 | [ArcanistSubversionAPI] => ArcanistRepositoryAPI |
689 | [ArcanistSummaryLintRenderer] => ArcanistLintRenderer |
690 | [ArcanistSyntaxErrorXHPASTLinterRule] => ArcanistXHPASTLinterRule |
691 | [ArcanistTasksWorkflow] => ArcanistWorkflow |
692 | [ArcanistTautologicalExpressionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
693 | [ArcanistTautologicalExpressionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
694 | [ArcanistTestResultParser] => Phobject |
695 | [ArcanistTestXHPASTLintSwitchHook] => ArcanistXHPASTLintSwitchHook |
696 | [ArcanistTextLinter] => ArcanistLinter |
697 | [ArcanistTextLinterTestCase] => ArcanistLinterTestCase |
698 | [ArcanistTimeWorkflow] => ArcanistPhrequentWorkflow |
699 | [ArcanistToStringExceptionXHPASTLinterRule] => ArcanistXHPASTLinterRule |
700 | [ArcanistToStringExceptionXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
701 | [ArcanistTodoCommentXHPASTLinterRule] => ArcanistXHPASTLinterRule |
702 | [ArcanistTodoCommentXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
703 | [ArcanistTodoWorkflow] => ArcanistWorkflow |
704 | [ArcanistUSEnglishTranslation] => PhutilTranslation |
705 | [ArcanistUnableToParseXHPASTLinterRule] => ArcanistXHPASTLinterRule |
706 | [ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
707 | [ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
708 | [ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRule] => ArcanistXHPASTLinterRule |
709 | [ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
710 | [ArcanistUndeclaredVariableXHPASTLinterRule] => ArcanistXHPASTLinterRule |
711 | [ArcanistUndeclaredVariableXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
712 | [ArcanistUnitConsoleRenderer] => ArcanistUnitRenderer |
713 | [ArcanistUnitRenderer] => Phobject |
714 | [ArcanistUnitTestEngine] => Phobject |
715 | [ArcanistUnitTestResult] => Phobject |
716 | [ArcanistUnitTestResultTestCase] => PhutilTestCase |
717 | [ArcanistUnitTestableLintEngine] => ArcanistLintEngine |
718 | [ArcanistUnitWorkflow] => ArcanistWorkflow |
719 | [ArcanistUnnecessaryFinalModifierXHPASTLinterRule] => ArcanistXHPASTLinterRule |
720 | [ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
721 | [ArcanistUnnecessarySemicolonXHPASTLinterRule] => ArcanistXHPASTLinterRule |
722 | [ArcanistUnnecessarySemicolonXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
723 | [ArcanistUnsafeDynamicStringXHPASTLinterRule] => ArcanistXHPASTLinterRule |
724 | [ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
725 | [ArcanistUpgradeWorkflow] => ArcanistWorkflow |
726 | [ArcanistUploadWorkflow] => ArcanistWorkflow |
727 | [ArcanistUsageException] => Exception |
728 | [ArcanistUselessOverridingMethodXHPASTLinterRule] => ArcanistXHPASTLinterRule |
729 | [ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
730 | [ArcanistUserAbortException] => ArcanistUsageException |
731 | [ArcanistVariableVariableXHPASTLinterRule] => ArcanistXHPASTLinterRule |
732 | [ArcanistVariableVariableXHPASTLinterRuleTestCase] => ArcanistXHPASTLinterRuleTestCase |
733 | [ArcanistVersionWorkflow] => ArcanistWorkflow |
734 | [ArcanistWhichWorkflow] => ArcanistWorkflow |
735 | [ArcanistWorkflow] => Phobject |
736 | [ArcanistWorkingCopyIdentity] => Phobject |
737 | [ArcanistXHPASTLintNamingHook] => Phobject |
738 | [ArcanistXHPASTLintNamingHookTestCase] => PhutilTestCase |
739 | [ArcanistXHPASTLintSwitchHook] => Phobject |
740 | [ArcanistXHPASTLinter] => ArcanistBaseXHPASTLinter |
741 | [ArcanistXHPASTLinterRule] => Phobject |
742 | [ArcanistXHPASTLinterRuleTestCase] => ArcanistLinterTestCase |
743 | [ArcanistXHPASTLinterTestCase] => ArcanistLinterTestCase |
744 | [ArcanistXMLLinter] => ArcanistLinter |
745 | [ArcanistXMLLinterTestCase] => ArcanistLinterTestCase |
746 | [ArcanistXUnitTestResultParser] => Phobject |
747 | [CSharpToolsTestEngine] => XUnitTestEngine |
748 | [NoseTestEngine] => ArcanistUnitTestEngine |
749 | [PhpunitTestEngine] => ArcanistUnitTestEngine |
750 | [PhpunitTestEngineTestCase] => PhutilTestCase |
751 | [PhutilTestCase] => Phobject |
752 | [PhutilTestCaseTestCase] => PhutilTestCase |
753 | [PhutilTestSkippedException] => Exception |
754 | [PhutilTestTerminatedException] => Exception |
755 | [PhutilUnitTestEngine] => ArcanistUnitTestEngine |
756 | [PhutilUnitTestEngineTestCase] => PhutilTestCase |
757 | [PytestTestEngine] => ArcanistUnitTestEngine |
758 | [XUnitTestEngine] => ArcanistUnitTestEngine |
759 | [XUnitTestResultParserTestCase] => PhutilTestCase |
760 | ) |
761 | |
762 | ) |
763 | |
764 | |
765 | PASS 1ms★ ArcanistBaseCommitParserTestCase::testYield |
766 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn |
767 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump |
768 | PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder |
769 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule |
770 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics |
771 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt |
772 | PASS 1ms★ ArcanistBritishTestCase::testArgumentCompletion |
773 | PASS <1ms★ ArcanistBritishTestCase::testCommandCompletion |
774 | PASS 3ms★ ArcanistBundleTestCase::testTrailingContext |
775 | PASS 3ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline |
776 | PASS 880ms ArcanistBundleTestCase::testGitRepository |
777 | PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks |
778 | PASS 5ms★ ArcanistBundleTestCase::testEncodeBase85 |
779 | PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover |
780 | PASS 13ms★ ArcanistDiffParserTestCase::testParser |
781 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping |
782 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting |
783 | PASS 6ms★ ArcanistDiffUtilsTestCase::testLevenshtein |
784 | PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff |
785 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14 |
786 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure |
787 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14 |
788 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14 |
789 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput |
790 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14 |
791 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure |
792 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful |
793 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful |
794 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14 |
795 | PASS <1ms★ ArcanistLinterStandardTestCase::testLoadAllStandards |
796 | PASS 11ms★ ArcanistChmodLinterTestCase::testLinter |
797 | SKIP ArcanistCSSLintLinterTestCase::testVersion |
798 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
799 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
800 | SKIP ArcanistCSSLintLinterTestCase::testLinter |
801 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
802 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
803 | PASS <1ms★ ArcanistClosureLinterTestCase::testVersion |
804 | SKIP ArcanistClosureLinterTestCase::testLinter |
805 | Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration. |
806 | TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`. |
807 | SKIP ArcanistCoffeeLintLinterTestCase::testVersion |
808 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
809 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
810 | SKIP ArcanistCoffeeLintLinterTestCase::testLinter |
811 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
812 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
813 | SKIP ArcanistCppcheckLinterTestCase::testVersion |
814 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
815 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
816 | SKIP ArcanistCppcheckLinterTestCase::testLinter |
817 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
818 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
819 | SKIP ArcanistCpplintLinterTestCase::testLinter |
820 | Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration. |
821 | TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`. |
822 | PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion |
823 | SKIP ArcanistFlake8LinterTestCase::testVersion |
824 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
825 | TO INSTALL: Install flake8 using `easy_install flake8`. |
826 | SKIP ArcanistFlake8LinterTestCase::testLinter |
827 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
828 | TO INSTALL: Install flake8 using `easy_install flake8`. |
829 | PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion |
830 | SKIP ArcanistGoLintLinterTestCase::testLinter |
831 | Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration. |
832 | TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`. |
833 | SKIP ArcanistHLintLinterTestCase::testLinter |
834 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
835 | TO INSTALL: Install hlint with `cabal install hlint`. |
836 | SKIP ArcanistHLintLinterTestCase::testVersion |
837 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
838 | TO INSTALL: Install hlint with `cabal install hlint`. |
839 | SKIP ArcanistJSHintLinterTestCase::testVersion |
840 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
841 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
842 | SKIP ArcanistJSHintLinterTestCase::testLinter |
843 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
844 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
845 | SKIP ArcanistJSONLintLinterTestCase::testLinter |
846 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
847 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
848 | SKIP ArcanistJSONLintLinterTestCase::testVersion |
849 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
850 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
851 | SKIP ArcanistJscsLinterTestCase::testLinter |
852 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
853 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
854 | SKIP ArcanistJscsLinterTestCase::testVersion |
855 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
856 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
857 | SKIP ArcanistLesscLinterTestCase::testLinter |
858 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
859 | TO INSTALL: Install lessc using `npm install -g less`. |
860 | SKIP ArcanistLesscLinterTestCase::testVersion |
861 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
862 | TO INSTALL: Install lessc using `npm install -g less`. |
863 | SKIP ArcanistPEP8LinterTestCase::testVersion |
864 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
865 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
866 | SKIP ArcanistPEP8LinterTestCase::testLinter |
867 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
868 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
869 | PASS 130ms ArcanistPhpLinterTestCase::testLinter |
870 | PASS 18ms★ ArcanistPhpLinterTestCase::testVersion |
871 | SKIP ArcanistPhpcsLinterTestCase::testVersion |
872 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
873 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
874 | SKIP ArcanistPhpcsLinterTestCase::testLinter |
875 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
876 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
877 | SKIP ArcanistPuppetLintLinterTestCase::testLinter |
878 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
879 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
880 | SKIP ArcanistPuppetLintLinterTestCase::testVersion |
881 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
882 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
883 | SKIP ArcanistPyFlakesLinterTestCase::testLinter |
884 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
885 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
886 | SKIP ArcanistPyFlakesLinterTestCase::testVersion |
887 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
888 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
889 | SKIP ArcanistPyLintLinterTestCase::testLinter |
890 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
891 | TO INSTALL: Install PyLint using `pip install pylint`. |
892 | SKIP ArcanistPyLintLinterTestCase::testVersion |
893 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
894 | TO INSTALL: Install PyLint using `pip install pylint`. |
895 | SKIP ArcanistRuboCopLinterTestCase::testVersion |
896 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
897 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
898 | SKIP ArcanistRuboCopLinterTestCase::testLinter |
899 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
900 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
901 | SKIP ArcanistRubyLinterTestCase::testLinter |
902 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
903 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
904 | SKIP ArcanistRubyLinterTestCase::testVersion |
905 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
906 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
907 | PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter |
908 | PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter |
909 | PASS 126ms ArcanistJSONLinterTestCase::testLinter |
910 | PASS 8ms★ ArcanistMergeConflictLinterTestCase::testLinter |
911 | PASS 10ms★ ArcanistNoLintLinterTestCase::testLinter |
912 | PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase |
913 | PASS 16ms★ ArcanistSpellingLinterTestCase::testLinter |
914 | PASS 26ms★ ArcanistTextLinterTestCase::testLinter |
915 | PASS 15ms★ ArcanistAliasFunctionXHPASTLinterRuleTestCase::testLinter |
916 | PASS 11ms★ ArcanistArrayCombineXHPASTLinterRuleTestCase::testLinter |
917 | PASS 11ms★ ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase::testLinter |
918 | PASS 13ms★ ArcanistArraySeparatorXHPASTLinterRuleTestCase::testLinter |
919 | PASS 12ms★ ArcanistArrayValueXHPASTLinterRuleTestCase::testLinter |
920 | PASS 20ms★ ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase::testLinter |
921 | PASS 11ms★ ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase::testLinter |
922 | PASS 13ms★ ArcanistBraceFormattingXHPASTLinterRuleTestCase::testLinter |
923 | PASS 17ms★ ArcanistCallParenthesesXHPASTLinterRuleTestCase::testLinter |
924 | PASS 34ms★ ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase::testLinter |
925 | PASS 12ms★ ArcanistCastSpacingXHPASTLinterRuleTestCase::testLinter |
926 | PASS 12ms★ ArcanistClassExtendsObjectXHPASTLinterRuleTestCase::testLinter |
927 | PASS 11ms★ ArcanistClassNameLiteralXHPASTLinterRuleTestCase::testLinter |
928 | PASS 11ms★ ArcanistCommentStyleXHPASTLinterRuleTestCase::testLinter |
929 | PASS 11ms★ ArcanistConcatenationOperatorXHPASTLinterRuleTestCase::testLinter |
930 | PASS 11ms★ ArcanistConstructorParenthesesXHPASTLinterRuleTestCase::testLinter |
931 | PASS 23ms★ ArcanistControlStatementSpacingXHPASTLinterRuleTestCase::testLinter |
932 | PASS 17ms★ ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase::testLinter |
933 | PASS 14ms★ ArcanistDefaultParametersXHPASTLinterRuleTestCase::testLinter |
934 | PASS 12ms★ ArcanistDeprecationXHPASTLinterRuleTestCase::testLinter |
935 | PASS 13ms★ ArcanistDoubleQuoteXHPASTLinterRuleTestCase::testLinter |
936 | PASS 15ms★ ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase::testLinter |
937 | PASS 14ms★ ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase::testLinter |
938 | FAIL ArcanistDynamicDefineXHPASTLinterRuleTestCase::testLinter |
939 | In 'static.lint-test', lint raised error on line 4 at char 8, but nothing was expected: |
940 | |
941 | First argument to `define` must be a string literal. |
942 | |
943 | Actually raised: |
944 | error at line 4, char 8: XHP12 Dynamic `define()` |
945 | PASS 12ms★ ArcanistElseIfUsageXHPASTLinterRuleTestCase::testLinter |
946 | PASS 12ms★ ArcanistEmptyStatementXHPASTLinterRuleTestCase::testLinter |
947 | PASS 12ms★ ArcanistExitExpressionXHPASTLinterRuleTestCase::testLinter |
948 | PASS 11ms★ ArcanistExtractUseXHPASTLinterRuleTestCase::testLinter |
949 | PASS 14ms★ ArcanistFormattedStringXHPASTLinterRuleTestCase::testLinter |
950 | PASS 13ms★ ArcanistGlobalVariableXHPASTLinterRuleTestCase::testLinter |
951 | PASS 12ms★ ArcanistImplicitConstructorXHPASTLinterRuleTestCase::testLinter |
952 | PASS 19ms★ ArcanistImplicitFallthroughXHPASTLinterRuleTestCase::testLinter |
953 | PASS 14ms★ ArcanistImplicitVisibilityXHPASTLinterRuleTestCase::testLinter |
954 | PASS 12ms★ ArcanistInlineHTMLXHPASTLinterRuleTestCase::testLinter |
955 | PASS 18ms★ ArcanistInnerFunctionXHPASTLinterRuleTestCase::testLinter |
956 | PASS 13ms★ ArcanistInstanceofOperatorXHPASTLinterRuleTestCase::testLinter |
957 | PASS 25ms★ ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase::testLinter |
958 | PASS 15ms★ ArcanistInvalidModifiersXHPASTLinterRuleTestCase::testLinter |
959 | PASS 17ms★ ArcanistKeywordCasingXHPASTLinterRuleTestCase::testLinter |
960 | PASS 14ms★ ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase::testLinter |
961 | PASS 14ms★ ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase::testLinter |
962 | PASS 13ms★ ArcanistListAssignmentXHPASTLinterRuleTestCase::testLinter |
963 | PASS 20ms★ ArcanistLogicalOperatorsXHPASTLinterRuleTestCase::testLinter |
964 | PASS 14ms★ ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase::testLinter |
965 | PASS 14ms★ ArcanistModifierOrderingXHPASTLinterRuleTestCase::testLinter |
966 | PASS 25ms★ ArcanistNamingConventionsXHPASTLinterRuleTestCase::testLinter |
967 | PASS 13ms★ ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase::testLinter |
968 | PASS 14ms★ ArcanistNoParentScopeXHPASTLinterRuleTestCase::testLinter |
969 | PASS 12ms★ ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase::testLinter |
970 | PASS 110ms ArcanistPHPCompatibilityXHPASTLinterRuleTestCase::testLinter |
971 | PASS 13ms★ ArcanistPHPEchoTagXHPASTLinterRuleTestCase::testLinter |
972 | PASS 24ms★ ArcanistPHPOpenTagXHPASTLinterRuleTestCase::testLinter |
973 | PASS 12ms★ ArcanistPHPShortTagXHPASTLinterRuleTestCase::testLinter |
974 | PASS 23ms★ ArcanistParenthesesSpacingXHPASTLinterRuleTestCase::testLinter |
975 | PASS 41ms★ ArcanistParseStrUseXHPASTLinterRuleTestCase::testLinter |
976 | PASS 16ms★ ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase::testLinter |
977 | PASS 21ms★ ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase::testLinter |
978 | PASS 32ms★ ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase::testLinter |
979 | PASS 18ms★ ArcanistReusedAsIteratorXHPASTLinterRuleTestCase::testLinter |
980 | PASS 26ms★ ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase::testLinter |
981 | PASS 19ms★ ArcanistReusedIteratorXHPASTLinterRuleTestCase::testLinter |
982 | PASS 29ms★ ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase::testLinter |
983 | PASS 19ms★ ArcanistSemicolonSpacingXHPASTLinterRuleTestCase::testLinter |
984 | PASS 28ms★ ArcanistSlownessXHPASTLinterRuleTestCase::testLinter |
985 | PASS 15ms★ ArcanistStaticThisXHPASTLinterRuleTestCase::testLinter |
986 | PASS 17ms★ ArcanistTautologicalExpressionXHPASTLinterRuleTestCase::testLinter |
987 | PASS 37ms★ ArcanistToStringExceptionXHPASTLinterRuleTestCase::testLinter |
988 | PASS 14ms★ ArcanistTodoCommentXHPASTLinterRuleTestCase::testLinter |
989 | PASS 14ms★ ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase::testLinter |
990 | PASS 14ms★ ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase::testLinter |
991 | PASS 36ms★ ArcanistUndeclaredVariableXHPASTLinterRuleTestCase::testLinter |
992 | PASS 17ms★ ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase::testLinter |
993 | PASS 34ms★ ArcanistUnnecessarySemicolonXHPASTLinterRuleTestCase::testLinter |
994 | PASS 33ms★ ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase::testLinter |
995 | PASS 19ms★ ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase::testLinter |
996 | PASS 23ms★ ArcanistVariableVariableXHPASTLinterRuleTestCase::testLinter |
997 | PASS 246ms ArcanistXHPASTLinterTestCase::testLinter |
998 | PASS 65ms ArcanistXMLLinterTestCase::testLinter |
999 | PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll |
1000 | PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes |
1001 | PASS 33ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing |
1002 | PASS 146ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing |
1003 | PASS 27ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing |
1004 | PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges |
1005 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities |
1006 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities |
1007 | PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations |
1008 | PASS <1ms★ PhutilUnitTestEngineTestCase::testFailSkip |
1009 | PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths |
1010 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap |
1011 | PASS <1ms★ PhutilUnitTestEngineTestCase::testPass |
1012 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases |
1013 | PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure |
1014 | PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure |
1015 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput |
1016 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput |
1017 |
Build Working Copy
Build Working Copy
- When
- Completed at Nov 15 2015, 11:31 AM · Built instantly
- Status
Passed