##// END OF EJS Templates
tests: conditionalize test-run-tests.t for Python 3.8...
Gregory Szorc -
r43340:1d60a782 default
parent child Browse files
Show More
@@ -403,18 +403,21 b' test --xunit support'
403 403 <testsuite errors="0" failures="2" name="run-tests" skipped="0" tests="3">
404 404 <testcase name="test-success.t" time="*"/> (glob)
405 405 <testcase name="test-failure-unicode.t" time="*"> (glob)
406 <failure message="output changed" type="output-mismatch">
407 <![CDATA[--- $TESTTMP/test-failure-unicode.t
406 <failure message="output changed" type="output-mismatch"><![CDATA[--- $TESTTMP/test-failure-unicode.t (py38 !)
407 <failure message="output changed" type="output-mismatch"> (no-py38 !)
408 <![CDATA[--- $TESTTMP/test-failure-unicode.t (no-py38 !)
408 409 +++ $TESTTMP/test-failure-unicode.t.err
409 410 @@ -1,2 +1,2 @@
410 411 $ echo babar\xce\xb1 (esc)
411 412 - l\xce\xb5\xce\xb5t (esc)
412 413 + babar\xce\xb1 (esc)
413 ]]> </failure>
414 ]]></failure> (py38 !)
415 ]]> </failure> (no-py38 !)
414 416 </testcase>
415 417 <testcase name="test-failure.t" time="*"> (glob)
416 <failure message="output changed" type="output-mismatch">
417 <![CDATA[--- $TESTTMP/test-failure.t
418 <failure message="output changed" type="output-mismatch"><![CDATA[--- $TESTTMP/test-failure.t (py38 !)
419 <failure message="output changed" type="output-mismatch"> (no-py38 !)
420 <![CDATA[--- $TESTTMP/test-failure.t (no-py38 !)
418 421 +++ $TESTTMP/test-failure.t.err
419 422 @@ -1,5 +1,5 @@
420 423 $ echo babar
@@ -423,7 +426,8 b' test --xunit support'
423 426 This is a noop statement so that
424 427 this test is still more bytes than success.
425 428 pad pad pad pad............................................................
426 ]]> </failure>
429 ]]></failure> (py38 !)
430 ]]> </failure> (no-py38 !)
427 431 </testcase>
428 432 </testsuite>
429 433
@@ -1084,8 +1088,9 b' Skips with xml'
1084 1088 <testsuite errors="0" failures="0" name="run-tests" skipped="2" tests="2">
1085 1089 <testcase name="test-success.t" time="*"/> (glob)
1086 1090 <testcase name="test-skip.t">
1087 <skipped>
1088 <![CDATA[missing feature: nail clipper]]> </skipped>
1091 <skipped><![CDATA[missing feature: nail clipper]]></skipped> (py38 !)
1092 <skipped> (no-py38 !)
1093 <![CDATA[missing feature: nail clipper]]> </skipped> (no-py38 !)
1089 1094 </testcase>
1090 1095 </testsuite>
1091 1096
General Comments 0
You need to be logged in to leave comments. Login now