Skip to content
Snippets Groups Projects
Commit 90c7d9a6 authored by Zubin's avatar Zubin Committed by Ben Gamari
Browse files

testsuite: Skip MultiLayerModulesTH_OneShot on darwin

See #24177

(cherry picked from commit 1bf7ce0e)
parent da9912f3
No related branches found
No related tags found
3 merge requests!14521NCG: Fix a bug where we errounously removed a required jump instruction.,!13654compiler: Fix bootstrapping with 9.8.3,!13574ci: Enable more documentation building
Pipeline #103032 passed with warnings
Pipeline: head.hackage

#103066

    ...@@ -366,7 +366,10 @@ test('MultiLayerModulesTH_OneShot', ...@@ -366,7 +366,10 @@ test('MultiLayerModulesTH_OneShot',
    pre_cmd('$MAKE -s --no-print-directory MultiLayerModulesTH_OneShot_Prep'), pre_cmd('$MAKE -s --no-print-directory MultiLayerModulesTH_OneShot_Prep'),
    extra_files(['genMultiLayerModulesTH']), extra_files(['genMultiLayerModulesTH']),
    unless(have_dynamic(),skip), unless(have_dynamic(),skip),
    compile_timeout_multiplier(5) compile_timeout_multiplier(5),
    # We skip the test on darwin due to recent regression due to toolchain
    # upgrade (tracked in #24177)
    when(opsys('darwin'), skip)
    ], ],
    compile_fail, compile_fail,
    ['-v0']) ['-v0'])
    ......
    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