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

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

Issue 640203004: Fix AstGraphBuilder for loops like for(;;). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | « test/cctest/cctest.status ('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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], 113 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS],
114 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], 114 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS],
115 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S], 115 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S],
116 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], 116 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
117 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], 117 'harmony/debug-blockscopes': [PASS, NO_VARIANTS],
118 'regress/regress-1081309': [PASS, NO_VARIANTS], 118 'regress/regress-1081309': [PASS, NO_VARIANTS],
119 'regress/regress-269': [PASS, NO_VARIANTS], 119 'regress/regress-269': [PASS, NO_VARIANTS],
120 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], 120 'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
121 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], 121 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS],
122 122
123 # Infinite loops of the form "for(;;) ;" don't schedule or crash in verifier.
124 'asm/infinite-loops': [PASS, NO_VARIANTS],
125
126 ############################################################################## 123 ##############################################################################
127 # Too slow in debug mode with --stress-opt mode. 124 # Too slow in debug mode with --stress-opt mode.
128 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 125 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
129 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 126 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
130 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 127 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
131 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 128 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
132 129
133 ############################################################################## 130 ##############################################################################
134 # Too slow in debug mode for GC stress mode. 131 # Too slow in debug mode for GC stress mode.
135 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 132 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'never-optimize': [SKIP], 550 'never-optimize': [SKIP],
554 'regress/regress-2185-2': [SKIP], 551 'regress/regress-2185-2': [SKIP],
555 'harmony/object-observe': [SKIP], 552 'harmony/object-observe': [SKIP],
556 'readonly': [SKIP], 553 'readonly': [SKIP],
557 'array-feedback': [SKIP], 554 'array-feedback': [SKIP],
558 555
559 # Deopt every n garbage collections collides with deopt every n times. 556 # Deopt every n garbage collections collides with deopt every n times.
560 'regress/regress-2653': [SKIP], 557 'regress/regress-2653': [SKIP],
561 }], # 'deopt_fuzzer == True' 558 }], # 'deopt_fuzzer == True'
562 ] 559 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698