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

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

Issue 875143005: NO_VARIANTS for compiler/osr-forin & osr-forof. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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 | 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'opt-elements-kind': [PASS, NO_VARIANTS], 70 'opt-elements-kind': [PASS, NO_VARIANTS],
71 71
72 # Some tests are just too slow to run for now. 72 # Some tests are just too slow to run for now.
73 'big-object-literal': [PASS, NO_VARIANTS], 73 'big-object-literal': [PASS, NO_VARIANTS],
74 'bit-not': [PASS, NO_VARIANTS], 74 'bit-not': [PASS, NO_VARIANTS],
75 'json2': [PASS, NO_VARIANTS], 75 'json2': [PASS, NO_VARIANTS],
76 'packed-elements': [PASS, NO_VARIANTS], 76 'packed-elements': [PASS, NO_VARIANTS],
77 'unbox-double-arrays': [PASS, NO_VARIANTS], 77 'unbox-double-arrays': [PASS, NO_VARIANTS],
78 'whitespaces': [PASS, NO_VARIANTS], 78 'whitespaces': [PASS, NO_VARIANTS],
79 'compiler/osr-assert': [PASS, NO_VARIANTS], 79 'compiler/osr-assert': [PASS, NO_VARIANTS],
80 'compiler/osr-forin': [PASS, NO_VARIANTS],
81 'compiler/osr-forof': [PASS, NO_VARIANTS],
80 'regress/regress-2185-2': [PASS, NO_VARIANTS], 82 'regress/regress-2185-2': [PASS, NO_VARIANTS],
81 'regress/regress-2612': [PASS, NO_VARIANTS], 83 'regress/regress-2612': [PASS, NO_VARIANTS],
82 84
83 # Modules are busted 85 # Modules are busted
84 'harmony/module-linking': [SKIP], 86 'harmony/module-linking': [SKIP],
85 'harmony/module-recompile': [SKIP], 87 'harmony/module-recompile': [SKIP],
86 'harmony/module-resolution': [SKIP], 88 'harmony/module-resolution': [SKIP],
87 'harmony/regress/regress-343928': [SKIP], 89 'harmony/regress/regress-343928': [SKIP],
88 90
89 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 91 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'never-optimize': [SKIP], 581 'never-optimize': [SKIP],
580 'regress/regress-2185-2': [SKIP], 582 'regress/regress-2185-2': [SKIP],
581 'harmony/object-observe': [SKIP], 583 'harmony/object-observe': [SKIP],
582 'readonly': [SKIP], 584 'readonly': [SKIP],
583 'array-feedback': [SKIP], 585 'array-feedback': [SKIP],
584 586
585 # Deopt every n garbage collections collides with deopt every n times. 587 # Deopt every n garbage collections collides with deopt every n times.
586 'regress/regress-2653': [SKIP], 588 'regress/regress-2653': [SKIP],
587 }], # 'deopt_fuzzer == True' 589 }], # 'deopt_fuzzer == True'
588 ] 590 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698