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

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

Issue 494093004: Blacklist mjsunit/debug-break-inline from turbofan tests. (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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], 91 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS],
92 'debug-step-2': [PASS, NO_VARIANTS], 92 'debug-step-2': [PASS, NO_VARIANTS],
93 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], 93 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS],
94 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], 94 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS],
95 95
96 # Code serializer does not work correctly. 96 # Code serializer does not work correctly.
97 'deserialize-reference': [PASS, NO_VARIANTS], 97 'deserialize-reference': [PASS, NO_VARIANTS],
98 98
99 # Support for %GetFrameDetails is missing and requires checkpoints. 99 # Support for %GetFrameDetails is missing and requires checkpoints.
100 'debug-backtrace-text': [PASS, NO_VARIANTS], 100 'debug-backtrace-text': [PASS, NO_VARIANTS],
101 'debug-break-inline': [PASS, NO_VARIANTS],
101 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], 102 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS],
102 'debug-evaluate-closure': [PASS, NO_VARIANTS], 103 'debug-evaluate-closure': [PASS, NO_VARIANTS],
103 'debug-evaluate-const': [PASS, NO_VARIANTS], 104 'debug-evaluate-const': [PASS, NO_VARIANTS],
104 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 105 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
105 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 106 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
106 'debug-evaluate-locals': [PASS, NO_VARIANTS], 107 'debug-evaluate-locals': [PASS, NO_VARIANTS],
107 'debug-evaluate-with-context': [PASS, NO_VARIANTS], 108 'debug-evaluate-with-context': [PASS, NO_VARIANTS],
108 'debug-evaluate-with': [PASS, NO_VARIANTS], 109 'debug-evaluate-with': [PASS, NO_VARIANTS],
109 'debug-liveedit-double-call': [PASS, NO_VARIANTS], 110 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
110 'debug-liveedit-restart-frame': [PASS, NO_VARIANTS], 111 'debug-liveedit-restart-frame': [PASS, NO_VARIANTS],
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'never-optimize': [SKIP], 598 'never-optimize': [SKIP],
598 'regress/regress-2185-2': [SKIP], 599 'regress/regress-2185-2': [SKIP],
599 'harmony/object-observe': [SKIP], 600 'harmony/object-observe': [SKIP],
600 'readonly': [SKIP], 601 'readonly': [SKIP],
601 'array-feedback': [SKIP], 602 'array-feedback': [SKIP],
602 603
603 # Deopt every n garbage collections collides with deopt every n times. 604 # Deopt every n garbage collections collides with deopt every n times.
604 'regress/regress-2653': [SKIP], 605 'regress/regress-2653': [SKIP],
605 }], # 'deopt_fuzzer == True' 606 }], # 'deopt_fuzzer == True'
606 ] 607 ]
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