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

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

Issue 8592004: null is an instance of Dynamic (fix issue 443). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« runtime/vm/code_generator_ia32.cc ('K') | « runtime/vm/object.cc ('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 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430 79 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 80 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 81 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28
82 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28 82 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 83 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail
84 84
85 # List.fromList has been removed. 85 # List.fromList has been removed.
86 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32 86 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32
87 87
88 [ $component == vm ] 88 [ $component == vm ]
89 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail # Issue 443
90 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail # Issue 444 89 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail # Issue 444
91 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail # Issue 444 90 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail # Issue 444
92 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail # Issue 444 91 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail # Issue 444
93 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail # Issue 444 92 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail # Issue 444
94 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail # Issue 444 93 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail # Issue 444
95 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Issue 444 94 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Issue 444
96 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail # Issue 444 95 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail # Issue 444
97 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail # Issue 444 96 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail # Issue 444
98 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Fail # Issue 444 97 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Fail # Issue 444
99 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail # Issue 444 98 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail # Issue 444
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 [ $arch == x64 ] 324 [ $arch == x64 ]
326 *: Skip 325 *: Skip
327 326
328 327
329 [ $arch == simarm ] 328 [ $arch == simarm ]
330 *: Skip 329 *: Skip
331 330
332 331
333 [ $arch == arm ] 332 [ $arch == arm ]
334 *: Skip 333 *: Skip
OLDNEW
« runtime/vm/code_generator_ia32.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698