aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-16 14:02:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-18 11:34:42 +0200
commit0ee915a4b77193b4191d2d6d0193ead51638ed67 (patch)
tree143123ddd1a80cc22080757cb50cdb6d9ea55927 /pkg
parent67206203d3b932828bbcb68b5779a2bdc05158dd (diff)
pkg/runtest: disable broken test combinations
Amusingly this was always broken but nobody was ever able to compile 32-bit binaries on Linux since the addition of the tests.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/runtest/run.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go
index 7c2b1e6a4..39d65b245 100644
--- a/pkg/runtest/run.go
+++ b/pkg/runtest/run.go
@@ -190,7 +190,8 @@ func (ctx *Context) generatePrograms(progs chan *RunRequest) error {
}
}
properties := map[string]bool{
- "sandbox=" + sandbox: true,
+ "arch=" + ctx.Target.Arch: true,
+ "sandbox=" + sandbox: true,
}
for _, threaded := range []bool{false, true} {
name := name