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

Side by Side Diff: tests/language/language.status

Issue 9214005: Get Firefox and IE working again with Object.defineProperty! (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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 | « tests/isolate/isolate.status ('k') | tools/testing/perf_testing/create_graph.py » ('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 (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 190
191 [ $component == dartium ] 191 [ $component == dartium ]
192 # TODO: These need to be retriaged. 192 # TODO: These need to be retriaged.
193 RichardsTest: Fail 193 RichardsTest: Fail
194 TypedMessageTest: Fail # Bug 5246195 194 TypedMessageTest: Fail # Bug 5246195
195 195
196 196
197 [ $component == frog ] 197 [ $component == frog ]
198 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 198 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
199 199
200 [ $component == frogsh || $component == frog || ($component == webdriver && $br owser == chrome) || $component == frogium ] 200 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff)) || $component == frogium ]
201 Factory3Test: Fail # Issue 417 201 Factory3Test: Fail # Issue 417
202 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 202 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
203 OptimizedSetterTest: Fail # Issue 863 203 OptimizedSetterTest: Fail # Issue 863
204 ExtendTypeParameterNegativeTest: Skip # Issue 886 204 ExtendTypeParameterNegativeTest: Skip # Issue 886
205 ExtendTypeParameter2NegativeTest: Skip # Issue 886 205 ExtendTypeParameter2NegativeTest: Skip # Issue 886
206 ImplementTypeParameterNegativeTest: Skip # Issue 887 206 ImplementTypeParameterNegativeTest: Skip # Issue 887
207 FactoryImplementationTest: Fail # Issue 523 207 FactoryImplementationTest: Fail # Issue 523
208 208
209 # VM or DartC specific tests not to be run by Frog. See language.status 209 # VM or DartC specific tests not to be run by Frog. See language.status
210 *VMTest: Skip 210 *VMTest: Skip
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 TypeVariableBoundsTest/01: Fail 306 TypeVariableBoundsTest/01: Fail
307 TypeVariableBoundsTest/10: Fail 307 TypeVariableBoundsTest/10: Fail
308 WrongNumberTypeArgumentsTest: Fail 308 WrongNumberTypeArgumentsTest: Fail
309 ImplicitThisTest/01: Fail # Issue 376 309 ImplicitThisTest/01: Fail # Issue 376
310 ImplicitThisTest/02: Fail # Issue 376 310 ImplicitThisTest/02: Fail # Issue 376
311 ImplicitThisTest/03: Fail # Issue 376 311 ImplicitThisTest/03: Fail # Issue 376
312 ImplicitThisTest/04: Fail # Issue 376 312 ImplicitThisTest/04: Fail # Issue 376
313 ImplicitThisTest/none: Fail # Issue 376 313 ImplicitThisTest/none: Fail # Issue 376
314 314
315 [ $component == webdriver && $browser == ff ] 315 [ $component == webdriver && $browser == ff ]
316 *: Skip 316 MethodInvocationTest: Fail
317 NamingTest: Fail
318 Private3Test: Fail
319 StackTraceTest: Fail
320 StackOverflowTest: Fail
321 StringConcatTest: Fail
322 StringInterpolateNPETest: Fail
323 ToStringAsFixedTest: Fail
317 324
318 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 325 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
319 *: Skip 326 *: Skip
320 327
321 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 328 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
322 *: Skip 329 *: Skip
323 330
324 331
325 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 332 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
326 PrivateMemberTest/01: Fail # test seems bad - see issue #353 333 PrivateMemberTest/01: Fail # test seems bad - see issue #353
(...skipping 22 matching lines...) Expand all
349 356
350 357
351 [ $arch == x64 ] 358 [ $arch == x64 ]
352 *: Skip 359 *: Skip
353 360
354 [ $arch == simarm ] 361 [ $arch == simarm ]
355 *: Skip 362 *: Skip
356 363
357 [ $arch == arm ] 364 [ $arch == arm ]
358 *: Skip 365 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698