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

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

Issue 9232044: Skip language/StringEscape1NegativeTest on Dartium. (Closed) Base URL: https://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 | « 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 (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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 TypeVariableBoundsTest/10: Fail 55 TypeVariableBoundsTest/10: Fail
56 56
57 #Issue 1307. 57 #Issue 1307.
58 NamedParameters2Test: Fail 58 NamedParameters2Test: Fail
59 NamedParameters3Test: Fail 59 NamedParameters3Test: Fail
60 NamedParameters4Test: Fail 60 NamedParameters4Test: Fail
61 61
62 UnaryPlusNegativeTest: Fail # Issue 1229 62 UnaryPlusNegativeTest: Fail # Issue 1229
63 63
64 # Issue 1350. 64 # Issue 1350.
65 StringEscape1NegativeTest: Fail 65 StringEscape1NegativeTest: Skip
ahe 2012/01/27 12:19:43 This test is now skipped on both dartium and vm co
antonm 2012/01/27 12:48:06 No, thanks a lot for catching, see https://chromiu
66 StringEscape4NegativeTest: Fail 66 StringEscape4NegativeTest: Fail
67 67
68 68
69 # DartC or Frog specific tests that should not be run by the VM 69 # DartC or Frog specific tests that should not be run by the VM
70 *DartcTest: Skip 70 *DartcTest: Skip
71 *DartcNegativeTest: Skip 71 *DartcNegativeTest: Skip
72 *FrogTest: Skip 72 *FrogTest: Skip
73 *FrogNegativeTest: Skip 73 *FrogNegativeTest: Skip
74 74
75 # Issue 1034 75 # Issue 1034
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 # these tests are inconsistent in frogium and frogsh-node, investigate 392 # these tests are inconsistent in frogium and frogsh-node, investigate
393 StaticField1RunNegativeTest: Pass # but error is not correct 393 StaticField1RunNegativeTest: Pass # but error is not correct
394 StaticField2RunNegativeTest: Pass # but error is not correct 394 StaticField2RunNegativeTest: Pass # but error is not correct
395 395
396 396
397 [ $arch == simarm ] 397 [ $arch == simarm ]
398 *: Skip 398 *: Skip
399 399
400 [ $arch == arm ] 400 [ $arch == arm ]
401 *: Skip 401 *: Skip
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