From 02d557e597141fe15ce7302f9ecece8b9547f022 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Mon, 6 Jan 2020 09:57:02 -0800 Subject: [PATCH] run-tests.rb should see stack underflows --- platforms/GoSXB/run-tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/GoSXB/run-tests.rb b/platforms/GoSXB/run-tests.rb index 2dc4166..acecb53 100755 --- a/platforms/GoSXB/run-tests.rb +++ b/platforms/GoSXB/run-tests.rb @@ -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/