From 57b718481d5363ab33df4c7814f74897418f79d7 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 13 Jun 2019 20:21:03 -0400 Subject: testsuite: Add assertions that way lists are in fact lists Previously there were a few cases where operations like `omit_ways` were incorrectly passed a single way (e.g. `omit_ways('threaded2')`). This won't work as the author expected. --- testsuite/tests/simplCore/should_run/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/simplCore/should_run') diff --git a/testsuite/tests/simplCore/should_run/all.T b/testsuite/tests/simplCore/should_run/all.T index 9ec45e05b0..0d27d11d7f 100644 --- a/testsuite/tests/simplCore/should_run/all.T +++ b/testsuite/tests/simplCore/should_run/all.T @@ -86,7 +86,7 @@ test('T14868', compile_and_run, ['']) test('T14894', [when((arch('powerpc64') or arch('powerpc64le')), expect_broken(11261))], compile_and_run, ['']) test('T14965', normal, compile_and_run, ['']) -test('T15114', only_ways('optasm'), compile_and_run, ['']) +test('T15114', only_ways(['optasm']), compile_and_run, ['']) test('T15436', normal, compile_and_run, ['']) test('T15840', normal, compile_and_run, ['']) test('T15840a', normal, compile_and_run, ['']) -- cgit v1.2.1