Skip to content
Snippets Groups Projects
Commit 5ff88389 authored by Bryan R's avatar Bryan R Committed by Marge Bot
Browse files

testsuite: Disable T21336a on wasm

parent cf55a54b
Branches wip/T17905
No related tags found
No related merge requests found
Pipeline #91782 failed
Pipeline: ghcup-ci

#91793

    Pipeline: test-primops

    #91791

      Pipeline: head.hackage

      #91789

        +1
        ......@@ -3,6 +3,10 @@ test('T21336a',
        [ unless(opsys('linux') or opsys('freebsd'), skip)
        , js_broken(22261)
        , fragile(22022)
        # More than fragile, the test is failing consistently on wasm. See #22022.
        # It would be nice to see if the test is NOT fragile on the other
        # architectures, but right now I don't know how to check.
        , when(arch('wasm32'), skip)
        , extra_files(['FinalizerExceptionHandler.hs'])
        ],
        compile_and_run, [''])
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment