Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/foozzie/testdata/failure_output.txt

Issue 2640043002: [foozzie] Add ignition as baseline comparison (Closed)
Patch Set: updates Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/foozzie/v8_foozzie.py » ('j') | tools/foozzie/v8_foozzie.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # V8 correctness failure 2 # V8 correctness failure
3 # V8 correctness configs: x64,fullcode: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,fullcode with x64,ignition_staging 9 # Compared x64,ignition with x64,ignition_staging
10 # 10 #
11 # Flags of x64,fullcode: 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 --nocrankshaft --turbo-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=~ --novalidate-asm
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
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,fullcode: 23 ### Start of configuration x64,ignition:
24 24
25 1 25 1
26 v8-foozzie source: name/to/a/file.js 26 v8-foozzie source: name/to/a/file.js
27 2 27 2
28 v8-foozzie source: name/to/file.js 28 v8-foozzie source: name/to/file.js
29 weird error 29 weird error
30 ^ 30 ^
31 3 31 3
32 unknown 32 unknown
33 33
34 34
35 ### End of configuration x64,fullcode 35 ### End of configuration x64,ignition
36 # 36 #
37 ### Start of configuration x64,ignition_staging: 37 ### Start of configuration x64,ignition_staging:
38 38
39 1 39 1
40 v8-foozzie source: name/to/a/file.js 40 v8-foozzie source: name/to/a/file.js
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
OLDNEW
« no previous file with comments | « no previous file | tools/foozzie/v8_foozzie.py » ('j') | tools/foozzie/v8_foozzie.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698