From 0024c8bdd28f701d57e49e65d38b28aad0594299 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 13 Dec 2023 10:53:50 -0800 Subject: [test] Port tests in test/ to test/lit/basic/ (#6160) This ports all tests from `test/` to `test/lit/basic/`. The set of commands and `CHECK` lines used are the same as the ones in #6159. Now we use `lit` to test these, this also deletes all `.wast`, `.wast.from-wast`, `.wast.fromBinary`, and `.wast.fromBinary.noDebugInfo` files from `test/` and all related test routines from the python scripts. All `CHECK` lines are generated by `update_lit_checks.py --all-items`. This also deletes these three multi-memory tests in `test/lit/`, because they seem to contain the same code with the ones in `test/`, which have been ported to `test/lit/basic/` along with other tests. - `test/lit/multi-memories-atomics64.wast` - `test/lit/multi-memories-basics.wast` - `test/lit/multi-memories-simd.wast` This also adds newlines between `(func`s in case there are none to make `CHECK` lines easy to view, and removes some extra existing newlines here and there. --- test/fn_prolog_epilog.debugInfo.wast.fromBinary | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/fn_prolog_epilog.debugInfo.wast.fromBinary (limited to 'test/fn_prolog_epilog.debugInfo.wast.fromBinary') diff --git a/test/fn_prolog_epilog.debugInfo.wast.fromBinary b/test/fn_prolog_epilog.debugInfo.wast.fromBinary deleted file mode 100644 index e3b343451..000000000 --- a/test/fn_prolog_epilog.debugInfo.wast.fromBinary +++ /dev/null @@ -1,13 +0,0 @@ -(module - (type $0 (func)) - (func $0 (type $0) - (nop) - (block $label$1 - (block $label$2 - (br $label$2) - ) - ) - (return) - ) -) - -- cgit v1.2.3