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

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

Issue 8509014: Don't mark @static-type-errors as negative tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated status files Created 9 years, 1 month 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 | « dart/tests/co19/co19-compiler.status ('k') | dart/tests/co19/testcfg.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) 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 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 LibTest/core/String/split/String/split/A01/t01: Fail 63 LibTest/core/String/split/String/split/A01/t01: Fail
64 LibTest/core/String/split/String/split/A01/t02: Fail 64 LibTest/core/String/split/String/split/A01/t02: Fail
65 LibTest/core/String/trim/String/trim/A01/t02: Fail 65 LibTest/core/String/trim/String/trim/A01/t02: Fail
66 66
67 67
68 # New failures 68 # New failures
69 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail 69 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail
70 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail 70 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail
71 LangGuideTest/07_Overriding/A03/t01: Fail 71 LangGuideTest/07_Overriding/A03/t01: Fail
72 LangGuideTest/07_Overriding/A03/t02: Fail 72 LangGuideTest/07_Overriding/A03/t02: Fail
73 LangGuideTest/07_Overriding/A05/t01: Fail
74 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail 73 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
75 LibTest/core/List/sort/List/sort/A01/t04: Fail 74 LibTest/core/List/sort/List/sort/A01/t04: Fail
76 LibTest/core/List/sort/List/sort/A01/t05: Fail 75 LibTest/core/List/sort/List/sort/A01/t05: Fail
77 LibTest/core/Queue/every/Queue/every/A01/t06: Fail 76 LibTest/core/Queue/every/Queue/every/A01/t06: Fail
78 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail 77 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
79 LibTest/core/List/sort/List/sort/A01/t06: Fail 78 LibTest/core/List/sort/List/sort/A01/t06: Fail
80 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail 79 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
81 LibTest/core/Queue/some/Queue/some/A01/t06: Fail 80 LibTest/core/Queue/some/Queue/some/A01/t06: Fail
82 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail 81 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail
83 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail 82 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail
84 83
85 # List.fromList has been removed. 84 # List.fromList has been removed.
86 LibTest/core/List/List.fromList/*: Fail 85 LibTest/core/List/List.fromList/*: Fail
87 86
88 87
89 88
90 [ $component == vm && $unchecked ] 89 [ $component == vm && $unchecked ]
91 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail 90 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail
92 LangGuideTest/08_Expressions/A02/t02: Fail
93 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail 91 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail
94 LibTest/core/List/every/List/every/A01/t05: Fail 92 LibTest/core/List/every/List/every/A01/t05: Fail
95 LibTest/core/List/every/List/every/A01/t06: Fail 93 LibTest/core/List/every/List/every/A01/t06: Fail
96 LibTest/core/List/every/List/every/A01/t07: Fail 94 LibTest/core/List/every/List/every/A01/t07: Fail
97 LibTest/core/List/filter/List/filter/A01/t07: Fail 95 LibTest/core/List/filter/List/filter/A01/t07: Fail
98 LibTest/core/List/forEach/List/forEach/A01/t07: Fail 96 LibTest/core/List/forEach/List/forEach/A01/t07: Fail
99 LibTest/core/List/some/List/some/A01/t04: Fail 97 LibTest/core/List/some/List/some/A01/t04: Fail
100 LibTest/core/List/some/List/some/A01/t05: Fail 98 LibTest/core/List/some/List/some/A01/t05: Fail
101 LibTest/core/List/some/List/some/A01/t06: Fail 99 LibTest/core/List/some/List/some/A01/t06: Fail
102 100
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 LibTest/core/Math/pow/Math/pow/A18/t01: Fail 253 LibTest/core/Math/pow/Math/pow/A18/t01: Fail
256 LibTest/core/Math/sin/Math/sin/A01/t01: Fail 254 LibTest/core/Math/sin/Math/sin/A01/t01: Fail
257 LibTest/core/Math/tan/Math/tan/A01/t01: Fail 255 LibTest/core/Math/tan/Math/tan/A01/t01: Fail
258 [ $component == vm && $system == linux ] 256 [ $component == vm && $system == linux ]
259 LibTest/core/Math/exp/Math/exp/A01/t01: Fail 257 LibTest/core/Math/exp/Math/exp/A01/t01: Fail
260 LibTest/core/Math/pow/Math/pow/A18/t01: Fail 258 LibTest/core/Math/pow/Math/pow/A18/t01: Fail
261 LibTest/core/Math/sin/Math/sin/A01/t01: Fail 259 LibTest/core/Math/sin/Math/sin/A01/t01: Fail
262 LibTest/core/Math/tan/Math/tan/A01/t01: Fail 260 LibTest/core/Math/tan/Math/tan/A01/t01: Fail
263 [ $component == vm && $unchecked ] 261 [ $component == vm && $unchecked ]
264 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail 262 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail
265 LangGuideTest/08_Expressions/A01/t02: Fail
266 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
267 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail 263 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
268 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
269 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
270 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
271 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
272 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
273 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
274 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
275 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
276 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
277 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
278 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
279 LibTest/core/TypeError/column/TypeError/column/A01/t01: Fail 264 LibTest/core/TypeError/column/TypeError/column/A01/t01: Fail
280 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Fail 265 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Fail
281 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Fail 266 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Fail
282 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Fail 267 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Fail
283 LibTest/core/TypeError/line/TypeError/line/A01/t01: Fail 268 LibTest/core/TypeError/line/TypeError/line/A01/t01: Fail
284 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail 269 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail
285 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail 270 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
286 [ $component == vm && $checked ] 271 [ $component == vm && $checked ]
287 LangGuideTest/03_Values/03_2_Numbers/A02/t01: Fail 272 LangGuideTest/03_Values/03_2_Numbers/A02/t01: Fail
288 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail 273 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name. 312 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name.
328 LibTest/core/Math/pow/Math/pow/A07/t01: Fail 313 LibTest/core/Math/pow/Math/pow/A07/t01: Fail
329 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail 314 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail
330 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail 315 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail
331 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail 316 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail
332 LibTest/core/double/operator%/double/operator%/A01/t04: Fail 317 LibTest/core/double/operator%/double/operator%/A01/t04: Fail
333 LibTest/core/double/round/double/round/A01/t01: Fail 318 LibTest/core/double/round/double/round/A01/t01: Fail
334 [ $component == vm && $system == win32 && $checked ] 319 [ $component == vm && $system == win32 && $checked ]
335 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail 320 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
336 321
322 # Started failing after making @static-type-error non-negative.
323 [ $component == vm ]
324 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
325 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
326 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t02: Fail
327 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t03: Fail
328 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail
329 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail
330 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail
331 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
332 LibTest/core/Strings/concatAll/Strings/concatAll/A01/t02: Fail
333 LibTest/core/Strings/join/Strings/join/A01/t02: Fail
334 [ $component == vm && $checked ]
335 LangGuideTest/08_Expressions/A02/t02: Fail
336 LangGuideTest/08_Expressions/A01/t02: Fail
337 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
338 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
339 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
340 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
341 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
342 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
343 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
344 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
345 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
346 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
347 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
348 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
349
337 350
338 [ $arch == x64 ] 351 [ $arch == x64 ]
339 *: Skip 352 *: Skip
340 353
341 354
342 [ $arch == simarm ] 355 [ $arch == simarm ]
343 *: Skip 356 *: Skip
344 357
345 358
346 [ $arch == arm ] 359 [ $arch == arm ]
347 *: Skip 360 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-compiler.status ('k') | dart/tests/co19/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698