Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: test/fuzzer/testcfg.py

Issue 2658723006: [wasm] Syntax- and Type-aware Fuzzer (Closed)
Patch Set: fixing nits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/fuzzer/fuzzer.isolate ('k') | test/fuzzer/wasm-compile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/testcfg.py
diff --git a/test/fuzzer/testcfg.py b/test/fuzzer/testcfg.py
index 0e4925bc06479f04ae60da86d63ad2655b57f071..0e07fb574e2876985770376e10462f94532056b8 100644
--- a/test/fuzzer/testcfg.py
+++ b/test/fuzzer/testcfg.py
@@ -19,9 +19,10 @@ class FuzzerVariantGenerator(testsuite.VariantGenerator):
class FuzzerTestSuite(testsuite.TestSuite):
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' )
+ 'wasm_code', 'wasm_compile', 'wasm_data_section',
+ 'wasm_function_sigs_section', 'wasm_globals_section',
+ 'wasm_imports_section', 'wasm_memory_section', 'wasm_names_section',
+ 'wasm_types_section' )
def __init__(self, name, root):
super(FuzzerTestSuite, self).__init__(name, root)
« no previous file with comments | « test/fuzzer/fuzzer.isolate ('k') | test/fuzzer/wasm-compile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698