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

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

Issue 1032623003: Test for wrong arguments object materialization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | test/mjsunit/regress/regress-3985.js » ('j') | 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'regress/regress-634': [PASS, ['mode == debug', SKIP]], 177 'regress/regress-634': [PASS, ['mode == debug', SKIP]],
178 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], 178 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
179 179
180 # BUG(336820). TODO(bmeurer): Investigate. 180 # BUG(336820). TODO(bmeurer): Investigate.
181 'regress/regress-336820': [PASS, FAIL], 181 'regress/regress-336820': [PASS, FAIL],
182 182
183 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for 183 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
184 # nosse2. Also for arm novfp3. 184 # nosse2. Also for arm novfp3.
185 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]], 185 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]],
186 186
187 # BUG(v8:3985). Wrong materialization of arguments object after throwing
188 # an exception.
189 'regress/regress-3985': [PASS, FAIL],
190
187 # Skip endain dependent test for mips due to different typed views of the same 191 # Skip endain dependent test for mips due to different typed views of the same
188 # array buffer. 192 # array buffer.
189 'nans': [PASS, ], 193 'nans': [PASS, ],
190 194
191 # This test variant makes only sense on arm. 195 # This test variant makes only sense on arm.
192 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a rm, android_arm64]', SKIP]], 196 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a rm, android_arm64]', SKIP]],
193 197
194 # Too slow for slow variants. 198 # Too slow for slow variants.
195 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], 199 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS],
196 }], # ALWAYS 200 }], # ALWAYS
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 594 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
591 595
592 # take too long with the simulator. 596 # take too long with the simulator.
593 'regress/regress-1132': [SKIP], 597 'regress/regress-1132': [SKIP],
594 598
595 # these two issues started after uplevel, believe they share common cause 599 # these two issues started after uplevel, believe they share common cause
596 'debug-references': [SKIP], 600 'debug-references': [SKIP],
597 'mirror-object': [SKIP], 601 'mirror-object': [SKIP],
598 }], # 'arch == ppc and simulator_run == True' 602 }], # 'arch == ppc and simulator_run == True'
599 ] 603 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-3985.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698