forked from LeenkxTeam/Kmake
48 lines
940 B
Plaintext
48 lines
940 B
Plaintext
#
|
|
# V8 correctness failure
|
|
# V8 correctness sources: f6
|
|
# V8 correctness suppression:
|
|
#
|
|
# CHECK
|
|
#
|
|
# Compared x64 with ia32
|
|
#
|
|
# 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:
|
|
--very-bad-flag
|
|
#
|
|
# Difference:
|
|
+ very bad behavior
|
|
#
|
|
# Source file:
|
|
name/to/file.js
|
|
#
|
|
### Start of baseline output:
|
|
|
|
1
|
|
v8-foozzie source: name/to/a/file.js
|
|
2
|
|
v8-foozzie source: name/to/file.js
|
|
3
|
|
unknown
|
|
|
|
|
|
### End of baseline output
|
|
#
|
|
### Start of comparison output:
|
|
|
|
1
|
|
v8-foozzie source: name/to/a/file.js
|
|
2
|
|
v8-foozzie source: name/to/file.js
|
|
3
|
|
unknown
|
|
|
|
very bad behavior
|
|
|
|
### End of comparison output
|
|
|