Skip to content

Commit

Permalink
Move --rxtrace crash test from roast
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 1, 2018
1 parent 42d7d74 commit bf6451d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion t/05-messages/02-errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use lib <t/packages/>;
use Test;
use Test::Helpers;

plan 26;
plan 27;

# RT #132295

Expand Down Expand Up @@ -191,4 +191,8 @@ for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
/), '.tap block with incorrect signature must fail';
}

# RT #128050
is-run 133742.print, :compiler-args[<--rxtrace>], :out{ .ends-with: 133742 },
'--rxtrace does not crash';

# vim: ft=perl6 expandtab sw=4
1 change: 0 additions & 1 deletion t/spectest.data
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ S19-command-line-options/02-dash-n.t
S19-command-line-options/03-dash-p.t
S19-command-line-options/04-negation.t
S19-command-line-options/05-delimited-options.t
S19-command-line-options/06-dash-rxtrace.t
S22-package-format/local.t
S24-testing/0-compile.t
S24-testing/3-output.t
Expand Down

0 comments on commit bf6451d

Please sign in to comment.