OLD | NEW |
1 # | 1 # |
2 # V8 correctness failure | 2 # V8 correctness failure |
3 # V8 correctness configs: x64,ignition:x64,ignition_staging | 3 # V8 correctness configs: x64,ignition:x64,ignition_staging |
4 # V8 correctness sources: f60 | 4 # V8 correctness sources: f60 |
5 # V8 correctness suppression: | 5 # V8 correctness suppression: |
6 # | 6 # |
7 # CHECK | 7 # CHECK |
8 # | 8 # |
9 # Compared x64,ignition with x64,ignition_staging | 9 # Compared x64,ignition with x64,ignition_staging |
10 # | 10 # |
11 # Flags of x64,ignition: | 11 # Flags of x64,ignition: |
12 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callb
acks --omit-quit --es-staging --random-seed 12345 --ignition --turbo-filter=~ --
hydrogen-filter=~ --novalidate-asm | 12 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callb
acks --omit-quit --es-staging --random-seed 12345 --ignition --turbo-filter=~ --
hydrogen-filter=~ --validate-asm --nocrankshaft |
13 # Flags of x64,ignition_staging: | 13 # Flags of x64,ignition_staging: |
14 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callb
acks --omit-quit --es-staging --random-seed 12345 --ignition-staging | 14 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callb
acks --omit-quit --es-staging --random-seed 12345 --ignition-staging --validate-
asm |
15 # | 15 # |
16 # Difference: | 16 # Difference: |
17 - unknown | 17 - unknown |
18 + not unknown | 18 + not unknown |
19 # | 19 # |
20 # Source file: | 20 # Source file: |
21 name/to/file.js | 21 name/to/file.js |
22 # | 22 # |
23 ### Start of configuration x64,ignition: | 23 ### Start of configuration x64,ignition: |
24 | 24 |
(...skipping 16 matching lines...) Expand all Loading... |
41 2 | 41 2 |
42 v8-foozzie source: name/to/file.js | 42 v8-foozzie source: name/to/file.js |
43 weird other error | 43 weird other error |
44 ^ | 44 ^ |
45 3 | 45 3 |
46 not unknown | 46 not unknown |
47 | 47 |
48 | 48 |
49 ### End of configuration x64,ignition_staging | 49 ### End of configuration x64,ignition_staging |
50 | 50 |
OLD | NEW |