mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-27 04:29:32 +00:00
run-tests.rb should see stack underflows
This commit is contained in:
parent
34ea44a3aa
commit
02d557e597
@ -116,7 +116,7 @@ def run_suite(suite, outfile = nil)
|
||||
prevline = ""
|
||||
outbuf.string.lines.each do |line|
|
||||
case line
|
||||
when /Exception/, /not found/
|
||||
when /Exception/, /Def not found/, /Stack u/
|
||||
STDERR.puts prevline, line
|
||||
errors += 1
|
||||
when /WRONG/, /INCORRECT/
|
||||
|
Loading…
Reference in New Issue
Block a user