projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2bd94
)
go-test.exp: recognize errorcheckdir -n
author
Ian Lance Taylor
<iant@golang.org>
Thu, 10 Dec 2020 00:34:14 +0000
(16:34 -0800)
committer
Ian Lance Taylor
<iant@golang.org>
Thu, 10 Dec 2020 00:35:08 +0000
(16:35 -0800)
* go.test/go-test.exp (go-gc-tests): Recognize errorcheckdir -n,
for bug345.go.
gcc/testsuite/go.test/go-test.exp
patch
|
blob
|
history
diff --git
a/gcc/testsuite/go.test/go-test.exp
b/gcc/testsuite/go.test/go-test.exp
index
d11a2c2
..
b03cb16
100644
(file)
--- a/
gcc/testsuite/go.test/go-test.exp
+++ b/
gcc/testsuite/go.test/go-test.exp
@@
-618,7
+618,7
@@
proc go-gc-tests { } {
go-execute-xfail $test
} elseif { $test_line == "// errorcheck" } {
errchk $test ""
- } elseif { $test_line == "// errorcheckdir" } {
+ } elseif { $test_line == "// errorcheckdir"
|| $test_line == "// errorcheckdir -n"
} {
set hold_runtests $runtests
set runtests "go-test.exp"
set dir "[file rootname $test].dir"