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

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

Issue 9431029: Implement interface types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test. Created 8 years, 8 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) 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 [ $compiler == dart2js && $system == macos ] 5 [ $compiler == dart2js && $system == macos ]
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
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. 183 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails.
184 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. 184 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails.
185 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. 185 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails.
186 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. 186 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails.
187 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. 187 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails.
188 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. 188 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails.
189 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. 189 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails.
190 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. 190 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails.
191 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. 191 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails.
192 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. 192 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails.
193 Language/13_Types/5_Function_Types_A01_t15: Fail # is-check on typedefs.
194 Language/13_Types/5_Function_Types_A01_t16: Fail # is-check on typedefs.
195 Language/13_Types/5_Function_Types_A01_t17: Fail # is-check on typedefs.
196 Language/13_Types/5_Function_Types_A01_t18: Fail # is-check on typedefs.
197 Language/13_Types/5_Function_Types_A01_t19: Fail # is-check on typedefs.
198 Language/13_Types/5_Function_Types_A01_t20: Fail # is-check on typedefs.
199 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs.
200 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs.
201 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs.
193 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 202 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
194 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. 203 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
195 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 204 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
196 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 205 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
197 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 206 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
198 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 207 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
199 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 208 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
201 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
202 211
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 464 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
456 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 465 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
457 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 466 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
458 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err or 467 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err or
459 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error 468 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error
460 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil e-error 469 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil e-error
461 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil e-error 470 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil e-error
462 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil e-error 471 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil e-error
463 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil e-error 472 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil e-error
464 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil e-error 473 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil e-error
465 Language/10_Expressions/10_Instance_Creation_A02_t01: Fail, OK # @compile-error
466 Language/10_Expressions/10_Instance_Creation_A02_t02: Fail, OK # @compile-error
467 Language/10_Expressions/10_Instance_Creation_A03_t01: Fail, OK # @compile-error 474 Language/10_Expressions/10_Instance_Creation_A03_t01: Fail, OK # @compile-error
468 Language/10_Expressions/10_Instance_Creation_A03_t02: Fail, OK # @compile-error 475 Language/10_Expressions/10_Instance_Creation_A03_t02: Fail, OK # @compile-error
469 Language/10_Expressions/10_Instance_Creation_A04_t01: Fail, OK # @compile-error 476 Language/10_Expressions/10_Instance_Creation_A04_t01: Fail, OK # @compile-error
470 Language/10_Expressions/10_Instance_Creation_A04_t02: Fail, OK # @compile-error 477 Language/10_Expressions/10_Instance_Creation_A04_t02: Fail, OK # @compile-error
471 Language/10_Expressions/10_Instance_Creation_A04_t03: Fail, OK # @compile-error 478 Language/10_Expressions/10_Instance_Creation_A04_t03: Fail, OK # @compile-error
472 Language/10_Expressions/10_Instance_Creation_A04_t04: Fail, OK # @compile-error 479 Language/10_Expressions/10_Instance_Creation_A04_t04: Fail, OK # @compile-error
473 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O K # @compile-error 480 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O K # @compile-error
474 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error 481 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error
475 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error 482 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error
476 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error 483 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error
(...skipping 18 matching lines...) Expand all
495 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 502 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
496 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 503 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
497 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 504 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
498 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 505 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
499 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 506 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
500 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 507 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
501 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 508 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
502 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 509 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
503 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 510 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
504 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 511 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 512 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698