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

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

Issue 267343003: Skip generated runtime tests that require i18nsupport as needed (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'elements-kind': [SKIP], 136 'elements-kind': [SKIP],
137 'fast-prototype': [SKIP], 137 'fast-prototype': [SKIP],
138 'opt-elements-kind': [SKIP], 138 'opt-elements-kind': [SKIP],
139 'osr-elements-kind': [SKIP], 139 'osr-elements-kind': [SKIP],
140 'regress/regress-165637': [SKIP], 140 'regress/regress-165637': [SKIP],
141 'regress/regress-2249': [SKIP], 141 'regress/regress-2249': [SKIP],
142 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], 142 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]],
143 }], # 'gc_stress == True' 143 }], # 'gc_stress == True'
144 144
145 ############################################################################## 145 ##############################################################################
146 ['no_i18n', {
147 # Don't call runtime functions that don't exist without i18n support.
148 'runtime-gen/availablelocalesof': [SKIP],
149 'runtime-gen/breakiteratoradopttext': [SKIP],
150 'runtime-gen/breakiteratorbreaktype': [SKIP],
151 'runtime-gen/breakiteratorbreaktype': [SKIP],
152 'runtime-gen/breakiteratorcurrent': [SKIP],
153 'runtime-gen/breakiteratorfirst': [SKIP],
154 'runtime-gen/breakiteratornext': [SKIP],
155 'runtime-gen/canonicalizelanguagetag': [SKIP],
156 'runtime-gen/createbreakiterator': [SKIP],
157 'runtime-gen/createcollator': [SKIP],
158 'runtime-gen/getdefaulticulocale': [SKIP],
159 'runtime-gen/getimplfrominitializedintlobject': [SKIP],
160 'runtime-gen/getlanguagetagvariants': [SKIP],
161 'runtime-gen/internalcompare': [SKIP],
162 'runtime-gen/internaldateformat': [SKIP],
163 'runtime-gen/internaldateparse': [SKIP],
164 'runtime-gen/internalnumberformat': [SKIP],
165 'runtime-gen/internalnumberparse': [SKIP],
166 'runtime-gen/isinitializedintlobject': [SKIP],
167 'runtime-gen/isinitializedintlobjectoftype': [SKIP],
168 'runtime-gen/markasinitializedintlobjectoftype': [SKIP],
169 'runtime-gen/stringnormalize': [SKIP],
170 }],
171
172 ##############################################################################
146 ['arch == arm64 or arch == android_arm64', { 173 ['arch == arm64 or arch == android_arm64', {
147 174
148 # Requires bigger stack size in the Genesis and if stack size is increased, 175 # Requires bigger stack size in the Genesis and if stack size is increased,
149 # the test requires too much time to run. However, the problem test covers 176 # the test requires too much time to run. However, the problem test covers
150 # should be platform-independent. 177 # should be platform-independent.
151 'regress/regress-1132': [SKIP], 178 'regress/regress-1132': [SKIP],
152 179
153 # Pass but take too long to run. Skip. 180 # Pass but take too long to run. Skip.
154 # Some similar tests (with fewer iterations) may be included in arm64-js 181 # Some similar tests (with fewer iterations) may be included in arm64-js
155 # tests. 182 # tests.
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'never-optimize': [SKIP], 408 'never-optimize': [SKIP],
382 'regress/regress-2185-2': [SKIP], 409 'regress/regress-2185-2': [SKIP],
383 'harmony/object-observe': [SKIP], 410 'harmony/object-observe': [SKIP],
384 'readonly': [SKIP], 411 'readonly': [SKIP],
385 'array-feedback': [SKIP], 412 'array-feedback': [SKIP],
386 413
387 # Deopt every n garbage collections collides with deopt every n times. 414 # Deopt every n garbage collections collides with deopt every n times.
388 'regress/regress-2653': [SKIP], 415 'regress/regress-2653': [SKIP],
389 }], # 'deopt_fuzzer == True' 416 }], # 'deopt_fuzzer == True'
390 ] 417 ]
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