a6a727357e
Instead of repeating it in every configuration, just add it to the common FLAGS. R=machenbach@chromium.org Change-Id: I93e7ef0f0ad55bfe0a0e24f50d5a73d4658d7554 Reviewed-on: https://chromium-review.googlesource.com/1141733 Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#54552}
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
#
|
|
# V8 correctness failure
|
|
# V8 correctness configs: x64,ignition:x64,ignition_turbo
|
|
# V8 correctness sources: f60
|
|
# V8 correctness suppression:
|
|
#
|
|
# CHECK
|
|
#
|
|
# Compared x64,ignition with x64,ignition_turbo
|
|
#
|
|
# Flags of x64,ignition:
|
|
--abort_on_stack_or_string_length_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --wasm-num-compilation-tasks=0 --suppress-asm-messages --random-seed 12345 --turbo-filter=~ --noopt --liftoff --no-wasm-tier-up
|
|
# Flags of x64,ignition_turbo:
|
|
--abort_on_stack_or_string_length_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --wasm-num-compilation-tasks=0 --suppress-asm-messages --random-seed 12345 --stress-scavenge=100
|
|
#
|
|
# Difference:
|
|
- unknown
|
|
+ not unknown
|
|
#
|
|
# Source file:
|
|
name/to/file.js
|
|
#
|
|
### Start of configuration x64,ignition:
|
|
|
|
1
|
|
v8-foozzie source: name/to/a/file.js
|
|
2
|
|
v8-foozzie source: name/to/file.js
|
|
weird error
|
|
^
|
|
3
|
|
unknown
|
|
|
|
|
|
### End of configuration x64,ignition
|
|
#
|
|
### Start of configuration x64,ignition_turbo:
|
|
|
|
1
|
|
v8-foozzie source: name/to/a/file.js
|
|
2
|
|
v8-foozzie source: name/to/file.js
|
|
weird other error
|
|
^
|
|
3
|
|
not unknown
|
|
|
|
|
|
### End of configuration x64,ignition_turbo
|
|
|