mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Remove two problematic XML linter unit tests
Summary: Fixes T7215. See D13991. These test cases have been failing intermittently for a while. I think the XML stuff (which we don't control) changed where it raises these warnings: an old version raised them at the end of the attribute, while the new version raises them at the beginning of the attribute. Not totally 100% sure about this since installing multiple versions is fairly inconvenient, but as far as I know both versions raise the warnings, just at different character offsets. We could do various things to fix these tests (allow the warning to raise at any character, skip the tests based on versions, etc) but I think it's easier to just remove the tests. They don't seem valuable. Test Plan: Tests failed prior to change; now pass. Reviewers: chad, joshuaspence Reviewed By: joshuaspence Maniphest Tasks: T7215 Differential Revision: https://secure.phabricator.com/D13992
This commit is contained in:
parent
46009145f7
commit
1d3266395f
2 changed files with 0 additions and 11 deletions
|
@ -1,8 +0,0 @@
|
|||
<!DOCTYPE doc [
|
||||
<!ELEMENT doc (#PCDATA)>
|
||||
<!ATTLIST doc a1 CDATA "v1">
|
||||
<!ATTLIST doc a1 CDATA "z1">
|
||||
]>
|
||||
<doc></doc>
|
||||
~~~~~~~~~~
|
||||
warning:4:28
|
|
@ -1,3 +0,0 @@
|
|||
<ROOT attr="XY"/>
|
||||
~~~~~~~~~~
|
||||
error:1:15
|
Loading…
Reference in a new issue