69465f73f8
Continuation of: https://codereview.chromium.org/2620343005/ This removes usage of metadata files entirely. Instead we extract the instrumentation about source files from the test cases. This also adds extra output of the original source file in the detailed failure text for easier debugging. The hashes alone made it hard to reason. BUG=chromium:673246 NOTRY=true TBR=tandrii@chromium.org,mbarbella@chromium.org Review-Url: https://codereview.chromium.org/2634743004 Cr-Commit-Position: refs/heads/master@{#42371}
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
#
|
|
# V8 correctness failure
|
|
# V8 correctness configs: x64,fullcode:x64,ignition_staging
|
|
# V8 correctness sources: f60
|
|
# V8 correctness suppression:
|
|
#
|
|
# CHECK
|
|
#
|
|
# Compared x64,fullcode with x64,ignition_staging
|
|
#
|
|
# Flags of x64,fullcode:
|
|
--abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --nocrankshaft --turbo-filter=~ --novalidate-asm
|
|
# Flags of x64,ignition_staging:
|
|
--abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition-staging
|
|
#
|
|
# Difference:
|
|
- unknown
|
|
+ not unknown
|
|
#
|
|
# Source file:
|
|
name/to/file.js
|
|
#
|
|
### Start of configuration x64,fullcode:
|
|
|
|
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,fullcode
|
|
#
|
|
### Start of configuration x64,ignition_staging:
|
|
|
|
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_staging
|
|
|