Page MenuHomePhabricator

Fix a failing XML unit test
ClosedPublic

Authored by joshuaspence on May 4 2015, 9:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 2:03 AM
Unknown Object (File)
Tue, Apr 16, 3:19 AM
Unknown Object (File)
Mar 28 2024, 2:55 PM
Unknown Object (File)
Mar 26 2024, 6:21 PM
Unknown Object (File)
Mar 26 2024, 4:39 PM
Unknown Object (File)
Mar 22 2024, 9:20 AM
Unknown Object (File)
Mar 22 2024, 2:27 AM
Unknown Object (File)
Feb 13 2024, 12:12 AM
Subscribers

Details

Summary

Ref T7215. This test case is consistently failing locally (with a LIBXML_VERSION of 20902).

Test Plan

arc unit

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/lint/linter/__tests__/xml/attr4.lint-test:1TXT5Bad Charset
Unit
Test Failures
Build Status
Buildable 5748
Build 5767: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
2,560 msArcanistPuppetLintLinterTestCase::testLinter
1,340 msArcanistXMLLinterTestCase::testLinter
1,312 msArcanistCSSLintLinterTestCase::testLinter
151 msArcanistCSSLintLinterTestCase::testVersion
268 msArcanistChmodLinterTestCase::testLinter
View Full Test Results (2 Failed · 46 Passed · 5 Skipped)

Event Timeline

joshuaspence retitled this revision from to Fix a failing XML unit test.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

Maybe we should just throw this test away given that the result seems version-dependent?

This revision is now accepted and ready to land.May 4 2015, 9:31 PM

Yeah maybe. Let me see how many of the tests are failing.

This revision was automatically updated to reflect the committed changes.