Skip to content
Snippets Groups Projects
Commit 4382b1c1 authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

testsuite: skip bkpfail tests that fail on wasm

(cherry picked from commit 1fad5bf1)
parent 8c92f8c6
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@ test('bkpfail12', normal, backpack_compile_fail, [''])
test('bkpfail13', normal, backpack_compile_fail, [''])
test('bkpfail14', normal, backpack_compile_fail, [''])
test('bkpfail15', normal, backpack_compile_fail, [''])
test('bkpfail16', normalise_version('base'), backpack_compile_fail, [''])
test('bkpfail17', normalise_version('base'), backpack_compile_fail, [''])
test('bkpfail16', [when(arch('wasm32'), skip), normalise_version('base')], backpack_compile_fail, [''])
test('bkpfail17', [when(arch('wasm32'), skip), normalise_version('base')], backpack_compile_fail, [''])
test('bkpfail18', normal, backpack_compile_fail, [''])
test('bkpfail19', normalise_version('base'), backpack_compile_fail, [''])
test('bkpfail19', [when(arch('wasm32'), skip), normalise_version('base')], backpack_compile_fail, [''])
test('bkpfail20', normal, backpack_compile_fail, [''])
test('bkpfail21', normal, backpack_compile_fail, [''])
test('bkpfail22', normal, backpack_compile_fail, [''])
......
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