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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden

Issue 2390163003: [interpreter] Remove redundant flag from bytecode cctest suite. (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 execute: yes
7 wrap: yes 6 wrap: yes
8 7
9 --- 8 ---
10 snippet: " 9 snippet: "
11 var x = 0; 10 var x = 0;
12 while (x != 10) { 11 while (x != 10) {
13 x = x + 10; 12 x = x + 10;
14 } 13 }
15 return x; 14 return x;
16 " 15 "
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 B(Star), R(0), 171 B(Star), R(0),
173 /* 46 S> */ B(LdaSmi), U8(-1), 172 /* 46 S> */ B(LdaSmi), U8(-1),
174 B(Mul), R(0), U8(2), 173 B(Mul), R(0), U8(2),
175 /* 57 S> */ B(Return), 174 /* 57 S> */ B(Return),
176 ] 175 ]
177 constant pool: [ 176 constant pool: [
178 ] 177 ]
179 handlers: [ 178 handlers: [
180 ] 179 ]
181 180
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698