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

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

Issue 8952006: Fix factories in Frog to correspond to the new syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged, and update test status Created 9 years 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 | « frog/type.dart ('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 (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 286 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356
287 RegExp3Test: Fail 287 RegExp3Test: Fail
288 ScopeNegativeTest: Fail 288 ScopeNegativeTest: Fail
289 ScriptNegativeTest: Fail 289 ScriptNegativeTest: Fail
290 StringEscapesTest: Fail 290 StringEscapesTest: Fail
291 StringTest: Fail 291 StringTest: Fail
292 SuperImplicitClosureTest: Fail 292 SuperImplicitClosureTest: Fail
293 SuperTest: Fail # this is testing precise ordering of super constructor call 293 SuperTest: Fail # this is testing precise ordering of super constructor call
294 SwitchLabelTest: Fail 294 SwitchLabelTest: Fail
295 TryCatch9NegativeTest: Fail 295 TryCatch9NegativeTest: Fail
296 TypeVariableScopeTest/none: Fail
297 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted 296 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru cted
298 TypeVariableBoundsTest/01: Fail 297 TypeVariableBoundsTest/01: Fail
299 TypeVariableBoundsTest/02: Fail 298 TypeVariableBoundsTest/02: Fail
300 TypeVariableBoundsTest/05: Fail 299 TypeVariableBoundsTest/05: Fail
301 TypeVariableBoundsTest/06: Fail 300 TypeVariableBoundsTest/06: Fail
302 WrongNumberTypeArgumentsTest: Fail 301 WrongNumberTypeArgumentsTest: Fail
303 ImplicitThisTest/01: Fail # Issue 376 302 ImplicitThisTest/01: Fail # Issue 376
304 ImplicitThisTest/02: Fail # Issue 376 303 ImplicitThisTest/02: Fail # Issue 376
305 ImplicitThisTest/03: Fail # Issue 376 304 ImplicitThisTest/03: Fail # Issue 376
306 ImplicitThisTest/04: Fail # Issue 376 305 ImplicitThisTest/04: Fail # Issue 376
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. 340 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined.
342 341
343 [ $arch == x64 ] 342 [ $arch == x64 ]
344 *: Skip 343 *: Skip
345 344
346 [ $arch == simarm ] 345 [ $arch == simarm ]
347 *: Skip 346 *: Skip
348 347
349 [ $arch == arm ] 348 [ $arch == arm ]
350 *: Skip 349 *: Skip
OLDNEW
« no previous file with comments | « frog/type.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698