forked from LeenkxTeam/Kmake
36 lines
840 B
Plaintext
36 lines
840 B
Plaintext
|
|
#
|
||
|
|
# V8 correctness failure
|
||
|
|
# V8 correctness sources: smoke test failed
|
||
|
|
# V8 correctness suppression:
|
||
|
|
#
|
||
|
|
# CHECK
|
||
|
|
#
|
||
|
|
# Compared x64 with x64
|
||
|
|
#
|
||
|
|
# Common flags:
|
||
|
|
--correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --invoke-weak-callbacks --omit-quit --harmony --js-staging --wasm-staging --no-wasm-async-compilation --wasm-max-mem-pages=32767 --suppress-asm-messages --random-seed 12345
|
||
|
|
# Baseline flags:
|
||
|
|
--turbo-filter=~ --no-turbofan --no-sparkplug --liftoff --no-wasm-tier-up --no-maglev
|
||
|
|
# Comparison flags:
|
||
|
|
|
||
|
|
#
|
||
|
|
# Difference:
|
||
|
|
- Some smoke-test output.
|
||
|
|
+ Different smoke-test output.
|
||
|
|
#
|
||
|
|
# Source file:
|
||
|
|
foozzie smoke test
|
||
|
|
#
|
||
|
|
### Start of baseline output:
|
||
|
|
|
||
|
|
Some smoke-test output.
|
||
|
|
|
||
|
|
### End of baseline output
|
||
|
|
#
|
||
|
|
### Start of comparison output:
|
||
|
|
|
||
|
|
Different smoke-test output.
|
||
|
|
|
||
|
|
### End of comparison output
|
||
|
|
|