[Git][ghc/ghc][wip/js-staging] Annotation tests require an interpreter

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



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


Commits:
43b4590d by Sylvain Henry at 2022-10-06T16:26:17+02:00
Annotation tests require an interpreter

- - - - -


1 changed file:

- testsuite/tests/annotations/should_fail/all.T


Changes:

=====================================
testsuite/tests/annotations/should_fail/all.T
=====================================
@@ -1,6 +1,6 @@
 
-test('annfail01', normal, compile_fail, [''])
-test('annfail02', normal, compile_fail, [''])
+test('annfail01', req_interp, compile_fail, [''])
+test('annfail02', req_interp, compile_fail, [''])
 test('annfail03', req_interp, compile_fail, [''])
 test('annfail04', [extra_files(['Annfail04_Help.hs']),
                    req_interp], multimod_compile_fail, ['annfail04', '-v0'])
@@ -12,12 +12,12 @@ test('annfail07', req_interp, compile_fail, [''])
 test('annfail08', req_interp, compile_fail, [''])
 test('annfail09', req_interp, compile_fail, [''])
 test('annfail10', req_interp, compile_fail, [''])
-test('annfail11', normal, compile_fail, [''])
+test('annfail11', req_interp, compile_fail, [''])
 test('annfail12', req_interp, compile_fail, ['-v0'])
-test('annfail13', normal, compile_fail, [''])
-test('T10826', normal, compile_fail, [''])
-test('T19374b', normal, compile_fail, [''])
-test('T19374c', normal, compile_fail, [''])
+test('annfail13', req_interp, compile_fail, [''])
+test('T10826', req_interp, compile_fail, [''])
+test('T19374b', req_interp, compile_fail, [''])
+test('T19374c', req_interp, compile_fail, [''])
 """"
 Helpful things to C+P:
 



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/43b4590d3a7e787b5b47acd7fa931aea771660b3
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/1e2f25a3/attachment-0001.html>


More information about the ghc-commits mailing list