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

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

Issue 9252002: Make changes for Safari to run with webdriver on the bots. (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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 189
190 [ $component == dartium ] 190 [ $component == dartium ]
191 # TODO: These need to be retriaged. 191 # TODO: These need to be retriaged.
192 RichardsTest: Fail 192 RichardsTest: Fail
193 TypedMessageTest: Fail # Bug 5246195 193 TypedMessageTest: Fail # Bug 5246195
194 194
195 195
196 [ $component == frog ] 196 [ $component == frog ]
197 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 197 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
198 198
199 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff)) || $component == frogium ] 199 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari)) || $component == frog ium ]
200 Factory3Test: Fail # Issue 417 200 Factory3Test: Fail # Issue 417
201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
202 ExtendTypeParameterNegativeTest: Skip # Issue 886 202 ExtendTypeParameterNegativeTest: Skip # Issue 886
203 ExtendTypeParameter2NegativeTest: Skip # Issue 886 203 ExtendTypeParameter2NegativeTest: Skip # Issue 886
204 ImplementTypeParameterNegativeTest: Skip # Issue 887 204 ImplementTypeParameterNegativeTest: Skip # Issue 887
205 FactoryImplementationTest: Fail # Issue 523 205 FactoryImplementationTest: Fail # Issue 523
206 PseudoKWTest: Fail # Issue 356 206 PseudoKWTest: Fail # Issue 356
207 NamingTest: Fail # Issue 356 207 NamingTest: Fail # Issue 356
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
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted 304 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted
305 TypeVariableBoundsTest/01: Fail 305 TypeVariableBoundsTest/01: Fail
306 TypeVariableBoundsTest/10: Fail 306 TypeVariableBoundsTest/10: Fail
307 WrongNumberTypeArgumentsTest: Fail 307 WrongNumberTypeArgumentsTest: Fail
308 ImplicitThisTest/01: Fail # Issue 376 308 ImplicitThisTest/01: Fail # Issue 376
309 ImplicitThisTest/02: Fail # Issue 376 309 ImplicitThisTest/02: Fail # Issue 376
310 ImplicitThisTest/03: Fail # Issue 376 310 ImplicitThisTest/03: Fail # Issue 376
311 ImplicitThisTest/04: Fail # Issue 376 311 ImplicitThisTest/04: Fail # Issue 376
312 ImplicitThisTest/none: Fail # Issue 376 312 ImplicitThisTest/none: Fail # Issue 376
313 313
314 [ $component == webdriver && $browser == ff ] 314 [ $component == webdriver && ($browser == ff || $browser == safari) ]
315 MethodInvocationTest: Fail 315 MethodInvocationTest: Fail
316 NamingTest: Fail
317 Private3Test: Fail 316 Private3Test: Fail
318 StackTraceTest: Fail 317 StackTraceTest: Fail
318 StringInterpolateNPETest: Fail
319 ToStringAsFixedTest: Fail
320
321 [ $component == webdriver && $browser == safari ]
322 BlockScopeTest: Fail
323 ClosureBreak1Test: Fail
324 ClosureBreakTest: Fail
325 ExecuteFinally7Test: Fail
326 FunctionLiteralsTest: Fail
327 ImplicitClosure1Test: Fail
328 ImplicitClosureTest: Fail
329 MethodBindingTest: Fail
330 Prefix15Test: Fail
331 StringConcatTest: Fail
332
333 [ $component == webdriver && $browser == ff ]
334 NamingTest: Fail
319 StackOverflowTest: Fail 335 StackOverflowTest: Fail
320 StringConcatTest: Fail 336 StringConcatTest: Fail
321 StringInterpolateNPETest: Fail
322 ToStringAsFixedTest: Fail
323 337
324 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 338 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
325 *: Skip 339 *: Skip
326 340
327 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 341 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
328 *: Skip 342 *: Skip
329 343
330 344
331 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ] 345 [ ($component == frogsh || $component == frog || $component == frogium) && $unc hecked ]
332 PrivateMemberTest/01: Fail # test seems bad - see issue #353 346 PrivateMemberTest/01: Fail # test seems bad - see issue #353
(...skipping 18 matching lines...) Expand all
351 # these tests are inconsistent in frogium and frogsh-node, investigate 365 # these tests are inconsistent in frogium and frogsh-node, investigate
352 StaticField1RunNegativeTest: Pass # but error is not correct 366 StaticField1RunNegativeTest: Pass # but error is not correct
353 StaticField2RunNegativeTest: Pass # but error is not correct 367 StaticField2RunNegativeTest: Pass # but error is not correct
354 368
355 369
356 [ $arch == simarm ] 370 [ $arch == simarm ]
357 *: Skip 371 *: Skip
358 372
359 [ $arch == arm ] 373 [ $arch == arm ]
360 *: Skip 374 *: 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