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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 555553003: Minor compiler pipeline refactoring. Inline UpdateSharedFunctionInfo and make Parser::Parse respons… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove more uses of setting the strictness in the compilation info. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/compiler/osr-warm.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'regress/regress-331444': [SKIP], 225 'regress/regress-331444': [SKIP],
226 'regress/regress-353551': [SKIP], 226 'regress/regress-353551': [SKIP],
227 'regress/regress-crbug-119926': [SKIP], 227 'regress/regress-crbug-119926': [SKIP],
228 'regress/short-circuit': [SKIP], 228 'regress/short-circuit': [SKIP],
229 'stack-traces-overflow': [SKIP], 229 'stack-traces-overflow': [SKIP],
230 'unicode-test': [SKIP], 230 'unicode-test': [SKIP],
231 'whitespaces': [SKIP], 231 'whitespaces': [SKIP],
232 232
233 # TODO(mstarzinger): Takes too long with TF. 233 # TODO(mstarzinger): Takes too long with TF.
234 'array-sort': [PASS, NO_VARIANTS], 234 'array-sort': [PASS, NO_VARIANTS],
235 'compiler/osr-warm': [PASS, NO_VARIANTS],
236 'regress/regress-91008': [PASS, NO_VARIANTS], 235 'regress/regress-91008': [PASS, NO_VARIANTS],
237 }], # 'gc_stress == True' 236 }], # 'gc_stress == True'
238 237
239 ############################################################################## 238 ##############################################################################
240 ['arch == arm64 or arch == android_arm64', { 239 ['arch == arm64 or arch == android_arm64', {
241 240
242 # arm64 TF timeout. 241 # arm64 TF timeout.
243 'regress/regress-1257': [PASS, TIMEOUT], 242 'regress/regress-1257': [PASS, TIMEOUT],
244 243
245 # Requires bigger stack size in the Genesis and if stack size is increased, 244 # Requires bigger stack size in the Genesis and if stack size is increased,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 # Slow tests. 280 # Slow tests.
282 'array-concat': [PASS, SLOW], 281 'array-concat': [PASS, SLOW],
283 'array-constructor': [PASS, SLOW], 282 'array-constructor': [PASS, SLOW],
284 'array-indexing': [PASS, SLOW], 283 'array-indexing': [PASS, SLOW],
285 'array-reduce': [PASS, SLOW], 284 'array-reduce': [PASS, SLOW],
286 'array-sort': [PASS, SLOW], 285 'array-sort': [PASS, SLOW],
287 'array-splice': [PASS, SLOW], 286 'array-splice': [PASS, SLOW],
288 'bit-not': [PASS, SLOW], 287 'bit-not': [PASS, SLOW],
289 'compiler/alloc-number': [PASS, SLOW], 288 'compiler/alloc-number': [PASS, SLOW],
290 'compiler/osr-assert': [PASS, SLOW], 289 'compiler/osr-assert': [PASS, SLOW],
291 'compiler/osr-warm': [PASS, TIMEOUT, SLOW],
292 'compiler/osr-with-args': [PASS, SLOW], 290 'compiler/osr-with-args': [PASS, SLOW],
293 'debug-scopes': [PASS, SLOW], 291 'debug-scopes': [PASS, SLOW],
294 'generated-transition-stub': [PASS, SLOW], 292 'generated-transition-stub': [PASS, SLOW],
295 'json2': [PASS, SLOW], 293 'json2': [PASS, SLOW],
296 'math-floor-of-div-nosudiv': [PASS, SLOW], 294 'math-floor-of-div-nosudiv': [PASS, SLOW],
297 'math-floor-of-div': [PASS, SLOW], 295 'math-floor-of-div': [PASS, SLOW],
298 'mirror-object': [PASS, SLOW], 296 'mirror-object': [PASS, SLOW],
299 'packed-elements': [PASS, SLOW], 297 'packed-elements': [PASS, SLOW],
300 'regress/regress-1122': [PASS, SLOW], 298 'regress/regress-1122': [PASS, SLOW],
301 'regress/regress-2185-2': [PASS, SLOW], 299 'regress/regress-2185-2': [PASS, SLOW],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'never-optimize': [SKIP], 540 'never-optimize': [SKIP],
543 'regress/regress-2185-2': [SKIP], 541 'regress/regress-2185-2': [SKIP],
544 'harmony/object-observe': [SKIP], 542 'harmony/object-observe': [SKIP],
545 'readonly': [SKIP], 543 'readonly': [SKIP],
546 'array-feedback': [SKIP], 544 'array-feedback': [SKIP],
547 545
548 # Deopt every n garbage collections collides with deopt every n times. 546 # Deopt every n garbage collections collides with deopt every n times.
549 'regress/regress-2653': [SKIP], 547 'regress/regress-2653': [SKIP],
550 }], # 'deopt_fuzzer == True' 548 }], # 'deopt_fuzzer == True'
551 ] 549 ]
OLDNEW
« no previous file with comments | « test/mjsunit/compiler/osr-warm.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698