| Index: test/fuzzer/testcfg.py
|
| diff --git a/test/fuzzer/testcfg.py b/test/fuzzer/testcfg.py
|
| index 830b459742b2dc2a275e5162646ccbd152cb667e..0e4925bc06479f04ae60da86d63ad2655b57f071 100644
|
| --- a/test/fuzzer/testcfg.py
|
| +++ b/test/fuzzer/testcfg.py
|
| @@ -18,8 +18,8 @@ class FuzzerVariantGenerator(testsuite.VariantGenerator):
|
|
|
|
|
| class FuzzerTestSuite(testsuite.TestSuite):
|
| - SUB_TESTS = ( 'json', 'parser', 'regexp', 'wasm', 'wasm_asmjs', 'wasm_code',
|
| - 'wasm_data_section', 'wasm_function_sigs_section',
|
| + SUB_TESTS = ( 'json', 'parser', 'regexp', 'wasm', 'wasm_asmjs', 'wasm_call',
|
| + 'wasm_code', 'wasm_data_section', 'wasm_function_sigs_section',
|
| 'wasm_globals_section', 'wasm_imports_section', 'wasm_memory_section',
|
| 'wasm_names_section', 'wasm_types_section' )
|
|
|
|
|