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

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

Issue 10545116: co19+futures: fix status for changes in Future (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | tests/co19/co19-runtime.status » ('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) 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 && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
11 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
12 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 12 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
13 Language/10_Expressions/09_This_A03_t04: Crash 13 Language/10_Expressions/09_This_A03_t04: Crash
14 Language/11_Statements/05_For_A01_t13: Crash 14 Language/11_Statements/05_For_A01_t13: Crash
15 15
16 LibTest/core/Future/chain_A01_t07: Fail # TODO(ahe): Please triage this failure.
17 LibTest/core/Future/transform_A01_t06: Fail # TODO(ahe): Please triage this fail ure.
18
19 16
20 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 17 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
21 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 18 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
22 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 19 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
23 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 20 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
24 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 21 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
25 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 22 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
26 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 23 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
27 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 24 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
28 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 25 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals' 65 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals'
69 Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals' 66 Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals'
70 Language/10_Expressions/20_Equality_A02_t04: Fail # Compile-time error: unexpect ed token 'equals' 67 Language/10_Expressions/20_Equality_A02_t04: Fail # Compile-time error: unexpect ed token 'equals'
71 Language/10_Expressions/20_Equality_A03_t01: Fail # Compile-time error: unexpect ed token 'equals' 68 Language/10_Expressions/20_Equality_A03_t01: Fail # Compile-time error: unexpect ed token 'equals'
72 Language/10_Expressions/20_Equality_A03_t02: Fail # Compile-time error: unexpect ed token 'equals' 69 Language/10_Expressions/20_Equality_A03_t02: Fail # Compile-time error: unexpect ed token 'equals'
73 Language/10_Expressions/20_Equality_A03_t03: Fail # Compile-time error: unexpect ed token 'equals' 70 Language/10_Expressions/20_Equality_A03_t03: Fail # Compile-time error: unexpect ed token 'equals'
74 LibTest/core/Futures/wait_A01_t02: Fail # Runtime error: 1 71 LibTest/core/Futures/wait_A01_t02: Fail # Runtime error: 1
75 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Runtime error: Expect.e quals(expected: <1.2>, actual: <1.1>) fails. 72 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Runtime error: Expect.e quals(expected: <1.2>, actual: <1.1>) fails.
76 Language/10_Expressions/16_Assignment_A05_t05: Fail # Runtime error: Expect.fail ('Method noSuchMethod() was not properly executed!') 73 Language/10_Expressions/16_Assignment_A05_t05: Fail # Runtime error: Expect.fail ('Method noSuchMethod() was not properly executed!')
77 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail # Runtime error: Expect.fail('NoSuchMethodException expected.') 74 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail # Runtime error: Expect.fail('NoSuchMethodException expected.')
78 LibTest/core/Future/chain_A03_t01: Fail # Runtime error: Expect.fail('exception handler should not be called')
79 LibTest/core/Future/transform_A03_t01: Fail # Runtime error: Expect.fail('except ion handler should not be called')
80 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr 75 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr
81 Language/09_Generics/09_Generics_A04_t04: Fail # Runtime error: Expect.isFalse(t rue, 'Using malformed type in a type test expression should result in a run-time error!') fails. 76 Language/09_Generics/09_Generics_A04_t04: Fail # Runtime error: Expect.isFalse(t rue, 'Using malformed type in a type test expression should result in a run-time error!') fails.
82 LibTest/core/Expect/throws_A01_t03: Fail # Runtime error: Expect.isTrue(false) f ails. 77 LibTest/core/Expect/throws_A01_t03: Fail # Runtime error: Expect.isTrue(false) f ails.
83 Language/11_Statements/08_Switch_A02_t01: Fail # Runtime error: Expect.throws() fails 78 Language/11_Statements/08_Switch_A02_t01: Fail # Runtime error: Expect.throws() fails
84 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails 79 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails
85 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Runtime error: NoSuchMethodException : method not found: '$call' 80 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Runtime error: NoSuchMethodException : method not found: '$call'
86 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Runtime error: NoSu chMethodException : method not found: 'get g3tt3r' 81 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Runtime error: NoSu chMethodException : method not found: 'get g3tt3r'
87 Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail # Runtime error: NoSu chMethodException : method not found: 'get v' 82 Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail # Runtime error: NoSu chMethodException : method not found: 'get v'
88 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Runtime error: NoSuchMethodException : method not found: 'm' 83 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Runtime error: NoSuchMethodException : method not found: 'm'
89 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Runtime error: NoSuchMethodException : method not found: 'm' 84 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Runtime error: NoSuchMethodException : method not found: 'm'
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 725 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
731 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 726 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
732 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 727 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
733 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 728 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
734 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 729 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 730 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
736 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 731 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
737 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 732 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
738 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 733 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
739 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 734 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698