[Git][ghc/ghc][wip/js-staging] testsuite: skip T1679, T2469, T4038 for JS

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Thu Oct 20 19:19:56 UTC 2022



doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
964adcd4 by doyougnu at 2022-10-20T15:18:18-04:00
testsuite: skip T1679, T2469, T4038 for JS

and also skip UnliftedTVar2

- - - - -


2 changed files:

- testsuite/tests/ffi/should_run/all.T
- testsuite/tests/primops/should_run/all.T


Changes:

=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -101,7 +101,7 @@ test('ffi018_ghci',
 test('ffi019', [normal, js_skip], compile_and_run, [''])
 
 # This one originally failed only GHCi, but doesn't hurt to test all ways.
-test('T1679', normal, compile_and_run, [''])
+test('T1679', js_skip, compile_and_run, [''])
 
 test('T1288', [omit_ways(['ghci']), req_c], compile_and_run, ['T1288_c.c'])
 test('T1288_ghci',
@@ -116,7 +116,7 @@ test('T2276_ghci', [ only_ways(['ghci']),
                      pre_cmd('$MAKE -s --no-print-directory T2276_ghci_setup') ],
                    compile_and_run, ['-fobject-code T2276_ghci_c.o'])
 
-test('T2469', normal, compile_and_run, ['-optc-std=gnu99'])
+test('T2469', js_skip, compile_and_run, ['-optc-std=gnu99'])
 
 test('T2594', [omit_ways(['ghci']), req_c], compile_and_run, ['T2594_c.c'])
 
@@ -147,7 +147,7 @@ if config.os == 'mingw32':
 	flagsForT4038 = ['-optl-Wl,--stack,10485760']
 else:
 	flagsForT4038 = ['']
-test('T4038', normal, compile_and_run, flagsForT4038)
+test('T4038', js_skip, compile_and_run, flagsForT4038)
 
 test('T4221', [omit_ways(['ghci']), req_c], compile_and_run, ['T4221_c.c'])
 


=====================================
testsuite/tests/primops/should_run/all.T
=====================================
@@ -55,7 +55,7 @@ test('UnliftedSmallArray1', normal, compile_and_run, [''])
 test('UnliftedSmallArray2', normal, compile_and_run, [''])
 test('UnliftedStablePtr', normal, compile_and_run, [''])
 test('UnliftedTVar1', normal, compile_and_run, [''])
-test('UnliftedTVar2', normal, compile_and_run, [''])
+test('UnliftedTVar2', js_skip, compile_and_run, [''])
 test('UnliftedWeakPtr', normal, compile_and_run, [''])
 
 test('T21624', normal, compile_and_run, [''])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/964adcd49ba282b6840bf62c604994fdc99935cc

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/964adcd49ba282b6840bf62c604994fdc99935cc
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221020/a457edf0/attachment-0001.html>


More information about the ghc-commits mailing list