[Git][ghc/ghc][wip/js-staging] Disable try_putmvar tests that use C files

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Thu Oct 6 14:48:52 UTC 2022



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


Commits:
bb1c9bba by Sylvain Henry at 2022-10-06T16:52:04+02:00
Disable try_putmvar tests that use C files

- - - - -


1 changed file:

- testsuite/tests/concurrent/should_run/all.T


Changes:

=====================================
testsuite/tests/concurrent/should_run/all.T
=====================================
@@ -247,6 +247,7 @@ test('hs_try_putmvar001',
      [
      when(opsys('mingw32'),skip), # uses pthread APIs in the C code
      only_ways(['threaded1', 'threaded2', 'nonmoving_thr']),
+     js_skip
      ],
      compile_and_run,
      ['hs_try_putmvar001_c.c'])
@@ -256,6 +257,7 @@ test('hs_try_putmvar001',
 test('hs_try_putmvar002',
      [pre_cmd('$MAKE -s --no-print-directory hs_try_putmvar002_setup'),
       omit_ways(['ghci']),
+      js_skip,
       extra_run_opts('1 8 10000')],
      compile_and_run, ['hs_try_putmvar002_c.c'])
 
@@ -265,6 +267,7 @@ test('hs_try_putmvar003',
      when(opsys('mingw32'),skip), # uses pthread APIs in the C code
      pre_cmd('$MAKE -s --no-print-directory hs_try_putmvar003_setup'),
      only_ways(['threaded1', 'threaded2', 'nonmoving_thr']),
+     js_skip,
      extra_run_opts('1 16 32 100'),
      fragile_for(16361, ['threaded1'])
      ],



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bb1c9bba655242e4ada99c942ba7ee33078b6825
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/20221006/e2e555c8/attachment-0001.html>


More information about the ghc-commits mailing list