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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 9285031: Remove support for obsolete syntax of factory methods and default classes. (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
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 prefix co19 5 prefix co19
6 6
7 7
8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx p/firstMatch/CharacterClass/A01/t01: Fail 67 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx p/firstMatch/CharacterClass/A01/t01: Fail
68 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail 68 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail
69 LibTest/core/Set/filter/Set/filter/A01/t03: Fail # Issue co19 - 24 69 LibTest/core/Set/filter/Set/filter/A01/t03: Fail # Issue co19 - 24
70 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail # Issue co19 - 24 70 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail # Issue co19 - 24
71 LibTest/core/String/contains/String/contains/A02/t01: Fail # Issue co19 - 25 71 LibTest/core/String/contains/String/contains/A02/t01: Fail # Issue co19 - 25
72 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail # Issue 429 72 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail # Issue 429
73 LibTest/core/String/split/String/split/A01/t01: Fail # Issue 429 73 LibTest/core/String/split/String/split/A01/t01: Fail # Issue 429
74 LibTest/core/String/split/String/split/A01/t02: Fail # Issue 429 74 LibTest/core/String/split/String/split/A01/t02: Fail # Issue 429
75 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2 0 75 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2 0
76 76
77 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
78 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A16/t02: Fail
79 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A19/t01: Fail
80 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t02: Fail
81 LangSpecTest/13_Types/13_4_Interface_Types/A04/t02: Fail
82 LangSpecTest/13_Types/13_4_Interface_Types/A04/t01: Fail
83 LangSpecTest/13_Types/13_4_Interface_Types/A02/t01: Fail
84 LangSpecTest/13_Types/13_4_Interface_Types/A01/t01: Fail
77 85
78 # New failures 86 # New failures
79 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430 87 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430
80 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail # Issue co19 - 29 88 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail # Issue co19 - 29
81 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28 89 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28
82 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28 90 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28
83 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail 91 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail
84 92
85 # List.fromList has been removed. 93 # List.fromList has been removed.
86 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32 94 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail # Issue co19 - 30 336 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail # Issue co19 - 30
329 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail # Issue co19 - 30 337 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail # Issue co19 - 30
330 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail # Issue co19 - 30 338 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail # Issue co19 - 30
331 339
332 [ $arch == simarm ] 340 [ $arch == simarm ]
333 *: Skip 341 *: Skip
334 342
335 343
336 [ $arch == arm ] 344 [ $arch == arm ]
337 *: Skip 345 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698