aboutsummaryrefslogtreecommitdiff
path: root/runtest.rb
diff options
context:
space:
mode:
authorFumitoshi Ukai <ukai@google.com>2015-09-04 17:44:15 +0900
committerFumitoshi Ukai <ukai@google.com>2015-09-04 17:47:25 +0900
commitd1578d5dde721535c89e3b894e7cd048648eca17 (patch)
tree14562f1cd16c1360dbce3ac56434f6a60516ba6a /runtest.rb
parent875bd5fc5efb23b80dc40f060e32cecb76e73d58 (diff)
downloadkati-d1578d5dde721535c89e3b894e7cd048648eca17.tar.gz
[go] fix func_backslash.mk and err_invalid_ifeq5.mk
emit "Nothing to be done for '<target>'" in these test. don't remove "Nothing to be done for 'test' for err_invalid_ifreq3.mk and mark it as TODO(c)
Diffstat (limited to 'runtest.rb')
-rwxr-xr-xruntest.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtest.rb b/runtest.rb
index 75b2eb5..39c1ed1 100755
--- a/runtest.rb
+++ b/runtest.rb
@@ -121,9 +121,6 @@ def normalize_make_log(expected, mk, via_ninja)
# GNU make 4.0 has this output.
expected.gsub!(/Makefile:\d+: commands for target ".*?" failed\n/, '')
# We treat some warnings as errors.
- if mk =~ /err_invalid_ifeq3.mk/
- expected.gsub!(/Nothing to be done for "test"\.\n/, '')
- end
expected.gsub!(/^\/bin\/sh: line 0: /, '')
# We print out some ninja warnings in some tests to match what we expect
# ninja to produce. Remove them if we're not testing ninja.