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

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

Issue 461233003: Fix test expectations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/mjsunit/es6/throw-caught-by-default-reject-handler.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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'debug-stepout-scope-part7': [PASS, NO_VARIANTS], 120 'debug-stepout-scope-part7': [PASS, NO_VARIANTS],
121 'debug-stepout-to-builtin': [PASS, NO_VARIANTS], 121 'debug-stepout-to-builtin': [PASS, NO_VARIANTS],
122 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS], 122 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS],
123 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS], 123 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS],
124 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS], 124 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS],
125 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS], 125 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS],
126 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS], 126 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS],
127 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS], 127 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS],
128 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], 128 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS],
129 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], 129 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS],
130 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S],
130 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], 131 'harmony/debug-blockscopes': [PASS, NO_VARIANTS],
131 'harmony/generators-debug-scopes': [PASS, NO_VARIANTS], 132 'harmony/generators-debug-scopes': [PASS, NO_VARIANTS],
132 'regress/regress-1081309': [PASS, NO_VARIANTS], 133 'regress/regress-1081309': [PASS, NO_VARIANTS],
133 'regress/regress-1170187': [PASS, NO_VARIANTS], 134 'regress/regress-1170187': [PASS, NO_VARIANTS],
134 'regress/regress-119609': [PASS, NO_VARIANTS], 135 'regress/regress-119609': [PASS, NO_VARIANTS],
135 'regress/regress-131994': [PASS, NO_VARIANTS], 136 'regress/regress-131994': [PASS, NO_VARIANTS],
136 'regress/regress-269': [PASS, NO_VARIANTS], 137 'regress/regress-269': [PASS, NO_VARIANTS],
137 'regress/regress-325676': [PASS, NO_VARIANTS], 138 'regress/regress-325676': [PASS, NO_VARIANTS],
138 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], 139 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
139 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], 140 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'never-optimize': [SKIP], 594 'never-optimize': [SKIP],
594 'regress/regress-2185-2': [SKIP], 595 'regress/regress-2185-2': [SKIP],
595 'harmony/object-observe': [SKIP], 596 'harmony/object-observe': [SKIP],
596 'readonly': [SKIP], 597 'readonly': [SKIP],
597 'array-feedback': [SKIP], 598 'array-feedback': [SKIP],
598 599
599 # Deopt every n garbage collections collides with deopt every n times. 600 # Deopt every n garbage collections collides with deopt every n times.
600 'regress/regress-2653': [SKIP], 601 'regress/regress-2653': [SKIP],
601 }], # 'deopt_fuzzer == True' 602 }], # 'deopt_fuzzer == True'
602 ] 603 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/throw-caught-by-default-reject-handler.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698