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

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

Issue 2853783003: [tests] Fix and un-skip mjsunit/es6/array-iterator-turbo (Closed)
Patch Set: Created 3 years, 7 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/es6/array-iterator-turbo.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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'regress/regress-599717': [PASS, ['tsan', SKIP]], 176 'regress/regress-599717': [PASS, ['tsan', SKIP]],
177 177
178 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). 178 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
179 'unicodelctest': [PASS, NO_VARIANTS], 179 'unicodelctest': [PASS, NO_VARIANTS],
180 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 180 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
181 181
182 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, 182 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds,
183 # which makes the test useless. 183 # which makes the test useless.
184 'big-object-literal': [PASS, ['mode == debug', SKIP]], 184 'big-object-literal': [PASS, ['mode == debug', SKIP]],
185 185
186 # BUG(v8:6113).
187 'es6/array-iterator-turbo': [SKIP],
188
189 # BUG(v8:6306). 186 # BUG(v8:6306).
190 'wasm/huge-memory': [SKIP], 187 'wasm/huge-memory': [SKIP],
191 }], # ALWAYS 188 }], # ALWAYS
192 189
193 ['novfp3 == True', { 190 ['novfp3 == True', {
194 'asm/embenchen/box2d': [SKIP], 191 'asm/embenchen/box2d': [SKIP],
195 'asm/embenchen/zlib': [SKIP], 192 'asm/embenchen/zlib': [SKIP],
196 'asm/embenchen/memops': [SKIP], 193 'asm/embenchen/memops': [SKIP],
197 'asm/embenchen/lua_binarytrees': [SKIP], 194 'asm/embenchen/lua_binarytrees': [SKIP],
198 }], # novfp3 == True 195 }], # novfp3 == True
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'lithium/*': [SKIP], 682 'lithium/*': [SKIP],
686 'third_party/*': [SKIP], 683 'third_party/*': [SKIP],
687 'tools/*': [SKIP], 684 'tools/*': [SKIP],
688 'apply': [SKIP], 685 'apply': [SKIP],
689 'math-*': [SKIP], 686 'math-*': [SKIP],
690 'unicode-test': [SKIP], 687 'unicode-test': [SKIP],
691 'whitespaces': [SKIP], 688 'whitespaces': [SKIP],
692 }], # variant == wasm_traps 689 }], # variant == wasm_traps
693 690
694 ] 691 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/array-iterator-turbo.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698