Move CoreMark to the end, enable Brotli test

extensions
Volodymyr Shymanskyy 5 years ago
parent 5cb6b6a7e7
commit 67cc0e8c25

@ -74,10 +74,6 @@ commands = [
"wasm": "./wasi/test-opt.wasm", "wasm": "./wasi/test-opt.wasm",
"args": ["args", "test"], "args": ["args", "test"],
"expect_pattern": "Hello world*Constructor OK*Args: *test-opt.wasm; args; test;*fib(20) = 6765*[* ms]*=== done ===*" "expect_pattern": "Hello world*Constructor OK*Args: *test-opt.wasm; args; test;*fib(20) = 6765*[* ms]*=== done ===*"
}, {
"name": "CoreMark",
"wasm": "./benchmark/coremark/coremark-wasi.wasm",
"expect_pattern": "*Correct operation validated.*CoreMark 1.0 : * / Clang* / HEAP*"
}, { }, {
"name": "mandelbrot", "name": "mandelbrot",
"wasm": "./benchmark/mandelbrot/mandel.wasm", "wasm": "./benchmark/mandelbrot/mandel.wasm",
@ -108,14 +104,17 @@ commands = [
"skip": True, # TODO: Crashes "skip": True, # TODO: Crashes
"name": "Self-hosting", "name": "Self-hosting",
"wasm": "./self-hosting/wasm3-fib.wasm", "wasm": "./self-hosting/wasm3-fib.wasm",
"expect_pattern": "*wasm3 on WASM*Elapsed: * ms*" "expect_pattern": "*wasm3 on WASM*Result: 832040*Elapsed: * ms*"
}, { }, {
"skip": True, # TODO: Invalid binary result
"name": "Brotli", "name": "Brotli",
"stdin": "./benchmark/brotli/alice29.txt", "stdin": "./benchmark/brotli/alice29.txt",
"wasm": "./benchmark/brotli/brotli.wasm", "wasm": "./benchmark/brotli/brotli.wasm",
"args": ["-c"], "args": ["-9", "-c"],
"expect_sha1": "8eacda4b80fc816cad185330caa7556e19643dff" "expect_sha1": "e5f2e4cb0eb0bae1775a7be0795dd2aaf8900f1a"
}, {
"name": "CoreMark",
"wasm": "./benchmark/coremark/coremark-wasi.wasm",
"expect_pattern": "*Correct operation validated.*CoreMark 1.0 : * / Clang* / HEAP*"
} }
] ]

Loading…
Cancel
Save