failure_output.txt 1.19 KB
Newer Older
1 2
#
# V8 correctness failure
3
# V8 correctness configs: x64,ignition:x64,ignition_turbo
4
# V8 correctness sources: f60
5 6 7 8
# V8 correctness suppression: 
#
# CHECK
#
9
# Compared x64,ignition with x64,ignition_turbo
10
#
11
# Flags of x64,ignition:
12
--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
13
# Flags of x64,ignition_turbo:
14
--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
15 16 17 18 19
#
# Difference:
- unknown
+ not unknown
#
20 21 22
# Source file:
name/to/file.js
#
23
### Start of configuration x64,ignition:
24 25

1
26
v8-foozzie source: name/to/a/file.js
27
2
28
v8-foozzie source: name/to/file.js
29 30 31 32 33 34
  weird error
        ^
3
unknown


35
### End of configuration x64,ignition
36
#
37
### Start of configuration x64,ignition_turbo:
38 39

1
40
v8-foozzie source: name/to/a/file.js
41
2
42
v8-foozzie source: name/to/file.js
43 44 45 46 47 48
  weird other error
^
3
not unknown


49
### End of configuration x64,ignition_turbo
50