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

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

Issue 1075813002: Disable more failing tests after f3338dd3b01c. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'harmony/module-resolution': [SKIP], 88 'harmony/module-resolution': [SKIP],
89 'harmony/regress/regress-343928': [SKIP], 89 'harmony/regress/regress-343928': [SKIP],
90 90
91 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 91 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
92 # not work, but we expect it to not crash. 92 # not work, but we expect it to not crash.
93 'debug-step-turbofan': [PASS, FAIL], 93 'debug-step-turbofan': [PASS, FAIL],
94 94
95 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! 95 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix!
96 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. 96 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware.
97 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. 97 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware.
98 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky.
98 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], 99 'debug-compile-event-newfunction': [PASS, NO_VARIANTS],
99 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], 100 'debug-conditional-breakpoints': [PASS, NO_VARIANTS],
100 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 101 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
101 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 102 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
102 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. 103 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
103 'debug-step': [PASS, NO_VARIANTS], # windows only. 104 'debug-step': [PASS, NO_VARIANTS], # windows only.
104 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. 105 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
105 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. 106 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
106 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. 107 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
107 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug. 108 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug.
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'regress/regress-2653': [SKIP], 620 'regress/regress-2653': [SKIP],
620 }], # 'deopt_fuzzer == True' 621 }], # 'deopt_fuzzer == True'
621 622
622 ############################################################################## 623 ##############################################################################
623 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 624 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
624 625
625 # take too long with the simulator. 626 # take too long with the simulator.
626 'regress/regress-1132': [SKIP], 627 'regress/regress-1132': [SKIP],
627 }], # 'arch == ppc and simulator_run == True' 628 }], # 'arch == ppc and simulator_run == True'
628 ] 629 ]
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