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

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

Issue 556213002: Fix blacklist of 'array-functions-prototype-misc' after r23830. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 # TODO(mstarzinger): An arguments object materialized in the prologue can't 61 # TODO(mstarzinger): An arguments object materialized in the prologue can't
62 # be accessed indirectly. Either we drop that requirement or wait for support 62 # be accessed indirectly. Either we drop that requirement or wait for support
63 # from the deoptimizer to do that. 63 # from the deoptimizer to do that.
64 'arguments-indirect': [PASS, NO_VARIANTS], 64 'arguments-indirect': [PASS, NO_VARIANTS],
65 65
66 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. 66 # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
67 'debug-references': [PASS, NO_VARIANTS], 67 'debug-references': [PASS, NO_VARIANTS],
68 'regress/regress-263': [PASS, NO_VARIANTS], 68 'regress/regress-263': [PASS, NO_VARIANTS],
69 69
70 # TODO(mstarzinger): Some runtime functions expect Smi but get HeapNumber. 70 # TODO(mstarzinger): Some runtime functions expect Smi but get HeapNumber.
71 'array-functions-prototype-misc': [PASS, NO_VARIANTS], 71 # TODO(mstarzinger): Note that there is a second entry further down below for
72 # "array-functions-prototype-misc", make sure to reenable it again!
73 'array-functions-prototype-misc': [PASS, NO_VARIANTS, ['mode == debug', SKIP]] ,
72 'array-join': [PASS, NO_VARIANTS], 74 'array-join': [PASS, NO_VARIANTS],
73 'sparse-array-reverse': [PASS, NO_VARIANTS], 75 'sparse-array-reverse': [PASS, NO_VARIANTS],
74 76
75 # TODO(mstarzinger): Causes crash in generated code, needs investigation. 77 # TODO(mstarzinger): Causes crash in generated code, needs investigation.
76 'array-sort': [PASS, NO_VARIANTS], 78 'array-sort': [PASS, NO_VARIANTS],
77 'dehoisted-array-index': [PASS, NO_VARIANTS], 79 'dehoisted-array-index': [PASS, NO_VARIANTS],
78 80
79 # TODO(mstarzinger/rossberg): Typer doesn't like contexts very much. 81 # TODO(mstarzinger/rossberg): Typer doesn't like contexts very much.
80 'harmony/block-conflicts': [PASS, NO_VARIANTS], 82 'harmony/block-conflicts': [PASS, NO_VARIANTS],
81 'harmony/block-for': [PASS, NO_VARIANTS], 83 'harmony/block-for': [PASS, NO_VARIANTS],
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 176
175 ############################################################################## 177 ##############################################################################
176 # This test expects to reach a certain recursion depth, which may not work 178 # This test expects to reach a certain recursion depth, which may not work
177 # for debug mode. 179 # for debug mode.
178 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 180 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
179 181
180 ############################################################################## 182 ##############################################################################
181 # Skip long running tests that time out in debug mode. 183 # Skip long running tests that time out in debug mode.
182 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 184 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
183 'migrations': [SKIP], 185 'migrations': [SKIP],
184 'array-functions-prototype-misc': [PASS, ['mode == debug', SKIP]], 186 #'array-functions-prototype-misc': [PASS, ['mode == debug', SKIP]],
185 187
186 ############################################################################## 188 ##############################################################################
187 # This test sets the umask on a per-process basis and hence cannot be 189 # This test sets the umask on a per-process basis and hence cannot be
188 # used in multi-threaded runs. 190 # used in multi-threaded runs.
189 # On android there is no /tmp directory. 191 # On android there is no /tmp directory.
190 # Currently d8-os generates a temporary directory name using Math.random(), so 192 # Currently d8-os generates a temporary directory name using Math.random(), so
191 # we cannot run several variants of d8-os simultaneously, since all of them 193 # we cannot run several variants of d8-os simultaneously, since all of them
192 # get the same random seed and would generate the same directory name. Besides 194 # get the same random seed and would generate the same directory name. Besides
193 # that, it doesn't make sense to run several variants of d8-os anyways. 195 # that, it doesn't make sense to run several variants of d8-os anyways.
194 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr oid_arm64 or arch == android_ia32', SKIP]], 196 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr oid_arm64 or arch == android_ia32', SKIP]],
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'never-optimize': [SKIP], 554 'never-optimize': [SKIP],
553 'regress/regress-2185-2': [SKIP], 555 'regress/regress-2185-2': [SKIP],
554 'harmony/object-observe': [SKIP], 556 'harmony/object-observe': [SKIP],
555 'readonly': [SKIP], 557 'readonly': [SKIP],
556 'array-feedback': [SKIP], 558 'array-feedback': [SKIP],
557 559
558 # Deopt every n garbage collections collides with deopt every n times. 560 # Deopt every n garbage collections collides with deopt every n times.
559 'regress/regress-2653': [SKIP], 561 'regress/regress-2653': [SKIP],
560 }], # 'deopt_fuzzer == True' 562 }], # 'deopt_fuzzer == True'
561 ] 563 ]
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