##// END OF EJS Templates
test-run-tests: pad the failure test to preserve the run order...
Matt Harbison -
r31828:ff604982 default
parent child Browse files
Show More
@@ -107,6 +107,10 b' basic failing test'
107 > this test is still more bytes than success.
107 > this test is still more bytes than success.
108 > pad pad pad pad............................................................
108 > pad pad pad pad............................................................
109 > pad pad pad pad............................................................
109 > pad pad pad pad............................................................
110 > pad pad pad pad............................................................
111 > pad pad pad pad............................................................
112 > pad pad pad pad............................................................
113 > pad pad pad pad............................................................
110 > EOF
114 > EOF
111
115
112 >>> fh = open('test-failure-unicode.t', 'wb')
116 >>> fh = open('test-failure-unicode.t', 'wb')
@@ -319,8 +323,8 b' Running In Debug Mode'
319 *SALT* 0 0 (glob)
323 *SALT* 0 0 (glob)
320 + echo babar
324 + echo babar
321 babar
325 babar
322 + echo *SALT* 6 0 (glob)
326 + echo *SALT* 10 0 (glob)
323 *SALT* 6 0 (glob)
327 *SALT* 10 0 (glob)
324 *+ echo *SALT* 0 0 (glob)
328 *+ echo *SALT* 0 0 (glob)
325 *SALT* 0 0 (glob)
329 *SALT* 0 0 (glob)
326 + echo babar
330 + echo babar
@@ -415,6 +419,10 b' Refuse the fix'
415 this test is still more bytes than success.
419 this test is still more bytes than success.
416 pad pad pad pad............................................................
420 pad pad pad pad............................................................
417 pad pad pad pad............................................................
421 pad pad pad pad............................................................
422 pad pad pad pad............................................................
423 pad pad pad pad............................................................
424 pad pad pad pad............................................................
425 pad pad pad pad............................................................
418
426
419 Interactive with custom view
427 Interactive with custom view
420
428
@@ -452,13 +460,15 b' Accept the fix'
452
460
453 --- $TESTTMP/test-failure.t
461 --- $TESTTMP/test-failure.t
454 +++ $TESTTMP/test-failure.t.err
462 +++ $TESTTMP/test-failure.t.err
455 @@ -1,11 +1,11 @@
463 @@ -1,5 +1,5 @@
456 $ echo babar
464 $ echo babar
457 - rataxes
465 - rataxes
458 + babar
466 + babar
459 This is a noop statement so that
467 This is a noop statement so that
460 this test is still more bytes than success.
468 this test is still more bytes than success.
461 pad pad pad pad............................................................
469 pad pad pad pad............................................................
470 @@ -9,7 +9,7 @@
471 pad pad pad pad............................................................
462 pad pad pad pad............................................................
472 pad pad pad pad............................................................
463 $ echo 'saved backup bundle to $TESTTMP/foo.hg'
473 $ echo 'saved backup bundle to $TESTTMP/foo.hg'
464 - saved backup bundle to $TESTTMP/foo.hg
474 - saved backup bundle to $TESTTMP/foo.hg
@@ -476,6 +486,10 b' Accept the fix'
476 this test is still more bytes than success.
486 this test is still more bytes than success.
477 pad pad pad pad............................................................
487 pad pad pad pad............................................................
478 pad pad pad pad............................................................
488 pad pad pad pad............................................................
489 pad pad pad pad............................................................
490 pad pad pad pad............................................................
491 pad pad pad pad............................................................
492 pad pad pad pad............................................................
479 $ echo 'saved backup bundle to $TESTTMP/foo.hg'
493 $ echo 'saved backup bundle to $TESTTMP/foo.hg'
480 saved backup bundle to $TESTTMP/foo.hg (glob)<
494 saved backup bundle to $TESTTMP/foo.hg (glob)<
481 $ echo 'saved backup bundle to $TESTTMP/foo.hg'
495 $ echo 'saved backup bundle to $TESTTMP/foo.hg'
General Comments 0
You need to be logged in to leave comments. Login now