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

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

Issue 10825434: Fix lowercasing output filenames for dart:3320 as well as fix for co19 test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added path length validation. Created 8 years, 4 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 | « runtime/bin/path_impl.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) 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
11 LibTest/core/double/toInt_A01_t04: Fail 11 LibTest/core/double/toInt_A01_t04: Fail
12 LibTest/core/Math/parseInt_A02_t01: Fail 12 LibTest/core/Math/parseInt_A02_t01: Fail
13 LibTest/core/Math/parseDouble_A02_t01: Fail 13 LibTest/core/Math/parseDouble_A02_t01: Fail
14 14
15 # Slow tests that needs extra time to finish. 15 # Slow tests that needs extra time to finish.
16 LibTest/core/List/sort_A01_t06: Slow, Pass 16 LibTest/core/List/sort_A01_t06: Slow, Pass
17 17
18 # These test the Clock class which has been removed. 18 # These test the Clock class which has been removed.
19 # issue co19 - 173 19 # issue co19 - 173
20 LibTest/core/Clock/frequency_A01_t01: Fail, OK 20 LibTest/core/Clock/frequency_A01_t01: Fail, OK
21 LibTest/core/Clock/now_A01_t01: Fail, OK 21 LibTest/core/Clock/now_A01_t01: Fail, OK
22 22
23 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 23 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
24 LibTest/core/Math/acos_A01_t01: Fail, OK 24 LibTest/core/Math/acos_A01_t01: Fail, OK
25 LibTest/core/Math/asin_A01_t01: Fail, OK 25 LibTest/core/Math/asin_A01_t01: Fail, OK
26 LibTest/core/Math/atan_A01_t01: Fail, OK 26 LibTest/core/Math/atan_A01_t01: Fail, OK
27 27
28 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 28 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
29 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition
30 LibTest/core/double/operator_remainder_A01_t04: Fail 29 LibTest/core/double/operator_remainder_A01_t04: Fail
31 30
32 [ $compiler == dart2js ] 31 [ $compiler == dart2js ]
33 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 32 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
34 Language/10_Expressions/09_This_A03_t04: Crash 33 Language/10_Expressions/09_This_A03_t04: Crash
35 Language/11_Statements/05_For_A01_t13: Crash 34 Language/11_Statements/05_For_A01_t13: Crash
36 35
37 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 36 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
38 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 37 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
39 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 38 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 739 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
741 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 740 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 741 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
744 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 743 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
745 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 744 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
746 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 745 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
747 746
748 [ $compiler == dart2dart ] 747 [ $compiler == dart2dart ]
749 *: Skip 748 *: Skip
OLDNEW
« no previous file with comments | « runtime/bin/path_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698