diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/plugins/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/th/all.T | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index f661c59479..dca05d885c 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -99,7 +99,7 @@ test('plugins15', test('T10420', [extra_files(['rule-defining-plugin/']), - + when(opsys('mingw32'), expect_broken(21322)), pre_cmd('$MAKE -s --no-print-directory -C rule-defining-plugin package.T10420 TOP={top}')], makefile_test, []) diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index f91136db4e..2a003b8141 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -400,7 +400,8 @@ test('T13366C', ['-v0']) test('T13366Cxx', [expect_broken_for(13366, ['ghci']), - when(opsys('darwin'), expect_broken(16083))], + when(opsys('darwin'), expect_broken(16083)) + ], compile_and_run, ['-l{} -v0'.format(config.stdcxx_impl)]) test('T13473', normal, multimod_compile_and_run, |