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

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

Issue 1893543004: [turbofan] JSTypeOf, JSStrictEqual, JSStrictNotEqual and JSToBoolean are pure. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Really disable all broken tests. Created 4 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 | « src/compiler/simplified-operator.cc ('k') | test/unittests/compiler/js-operator-unittest.cc » ('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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'regress/regress-1122': [PASS, NO_VARIANTS], 143 'regress/regress-1122': [PASS, NO_VARIANTS],
144 144
145 # Assumptions about optimization need investigation in TurboFan. 145 # Assumptions about optimization need investigation in TurboFan.
146 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 146 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
147 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], 147 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],
148 148
149 # issue 4078: 149 # issue 4078:
150 'allocation-site-info': [PASS, NO_VARIANTS], 150 'allocation-site-info': [PASS, NO_VARIANTS],
151 151
152 # TODO(turbofan): The escape analysis needs some investigation. 152 # TODO(turbofan): The escape analysis needs some investigation.
153 'compiler/escape-analysis-deopt-5': [PASS, NO_VARIANTS], 153 'compiler/escape-analysis-*': [PASS, NO_VARIANTS],
154 'compiler/escape-analysis-9': [PASS, NO_VARIANTS],
155 154
156 ############################################################################## 155 ##############################################################################
157 # Too slow in debug mode with --stress-opt mode. 156 # Too slow in debug mode with --stress-opt mode.
158 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 157 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
159 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 158 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
160 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 159 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
161 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 160 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
162 161
163 ############################################################################## 162 ##############################################################################
164 # Too slow in debug mode for validation of elements. 163 # Too slow in debug mode for validation of elements.
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 ############################################################################## 853 ##############################################################################
855 ['gcov_coverage', { 854 ['gcov_coverage', {
856 # Tests taking too long. 855 # Tests taking too long.
857 'array-functions-prototype-misc': [SKIP], 856 'array-functions-prototype-misc': [SKIP],
858 857
859 # Stack overflow. 858 # Stack overflow.
860 'big-array-literal': [SKIP], 859 'big-array-literal': [SKIP],
861 }], # 'gcov_coverage' 860 }], # 'gcov_coverage'
862 861
863 ] 862 ]
OLDNEW
« no previous file with comments | « src/compiler/simplified-operator.cc ('k') | test/unittests/compiler/js-operator-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698