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

Side by Side Diff: test/simdjs/SimdJs.json

Issue 1356793002: Remove on-by-default flag --harmony-object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 | « test/mjsunit/harmony/object-assign.js ('k') | test/simdjs/generate.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "flags": [ 2 "flags": [
3 "--harmony-object",
4 "--harmony-simd", 3 "--harmony-simd",
5 "test/simdjs/harness-adapt.js" 4 "test/simdjs/harness-adapt.js"
6 ], 5 ],
7 "name": "SIMDJS", 6 "name": "SIMDJS",
8 "path": [ 7 "path": [
9 "../../" 8 "../../"
10 ], 9 ],
11 "resources": [ 10 "resources": [
12 "test/simdjs/data/src/benchmarks/base.js", 11 "test/simdjs/data/src/benchmarks/base.js",
13 "test/simdjs/harness-adapt.js", 12 "test/simdjs/harness-adapt.js",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 { 235 {
237 "name": "Non-SIMD" 236 "name": "Non-SIMD"
238 } 237 }
239 ] 238 ]
240 } 239 }
241 ], 240 ],
242 "timeout_arm": 480, 241 "timeout_arm": 480,
243 "timeout_arm64": 120, 242 "timeout_arm64": 120,
244 "units": "ms" 243 "units": "ms"
245 } 244 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/object-assign.js ('k') | test/simdjs/generate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698