[Git][ghc/ghc][wip/js-staging] Disable more tests
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Tue Oct 18 00:10:10 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
3282174c by Sylvain Henry at 2022-10-18T02:13:32+02:00
Disable more tests
- - - - -
2 changed files:
- testsuite/tests/rts/all.T
- testsuite/tests/simplCore/should_compile/all.T
Changes:
=====================================
testsuite/tests/rts/all.T
=====================================
@@ -509,15 +509,30 @@ test('T20199', [ grep_errmsg('Hello') ]
, makefile_test, [])
test('cloneMyStack', [c_src,extra_files(['cloneStackLib.c'])], compile_and_run, ['cloneStackLib.c'])
+
test('cloneMyStack2',
[ ignore_stdout
, js_broken(22261) # cloneMyStack# not yet implemented
], compile_and_run, [''])
+
test('cloneMyStack_retBigStackFrame', [c_src,extra_files(['cloneStackLib.c']), ignore_stdout], compile_and_run, ['cloneStackLib.c'])
+
test('cloneThreadStack', [c_src,only_ways(['threaded1']), extra_ways(['threaded1']), extra_files(['cloneStackLib.c'])], compile_and_run, ['cloneStackLib.c -threaded'])
-test('decodeMyStack', normal, compile_and_run, ['-finfo-table-map'])
+
+test('decodeMyStack',
+ [ js_broken(22261) # cloneMyStack# not yet implemented
+ ], compile_and_run, ['-finfo-table-map'])
+
# Options:
# - `-kc8K`: Set stack chunk size to it's minimum to provoke underflow stack frames.
-test('decodeMyStack_underflowFrames', [extra_run_opts('+RTS -kc8K -RTS')], compile_and_run, ['-finfo-table-map -rtsopts'])
+test('decodeMyStack_underflowFrames',
+ [ extra_run_opts('+RTS -kc8K -RTS')
+ , js_broken(22261) # cloneMyStack# not yet implemented
+ ], compile_and_run, ['-finfo-table-map -rtsopts'])
+
# -finfo-table-map intentionally missing
-test('decodeMyStack_emptyListForMissingFlag', [ignore_stdout, ignore_stderr], compile_and_run, [''])
+test('decodeMyStack_emptyListForMissingFlag',
+ [ ignore_stdout
+ , ignore_stderr
+ , js_broken(22261) # cloneMyStack# not yet implemented
+ ], compile_and_run, [''])
=====================================
testsuite/tests/simplCore/should_compile/all.T
=====================================
@@ -69,7 +69,7 @@ test('T4306',
makefile_test, ['T4306'])
test('T4201',
- normal,
+ js_skip, # Test prints NCG codegen info (LFI, etc.)
makefile_test, ['T4201'])
test('T3772',
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3282174cd2e861baec03ac5b9f89c794356cf083
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3282174cd2e861baec03ac5b9f89c794356cf083
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/20221017/26a5b12c/attachment-0001.html>
More information about the ghc-commits
mailing list