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

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

Issue 9616058: Implement parsing and resolving of type-variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix merge error. Created 8 years, 9 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 [ $component == leg && $system == macos ] 5 [ $component == leg && $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 16 matching lines...) Expand all
27 [ $component == leg && $checked ] 27 [ $component == leg && $checked ]
28 # Leg does not support checked mode yet. 28 # Leg does not support checked mode yet.
29 *: Skip 29 *: Skip
30 30
31 31
32 [ $component == legium ] 32 [ $component == legium ]
33 *: Skip 33 *: Skip
34 34
35 35
36 [ $component == leg ] 36 [ $component == leg ]
37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out.
ahe 2012/03/16 13:37:11 Please add two newlines. Are you planning on fixin
karlklose 2012/03/16 14:58:47 Not now.
37 # Issues with co19 test suite. 38 # Issues with co19 test suite.
38 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 39 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
39 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 40 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
40 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 41 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
41 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 42 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
42 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 43 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
43 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 44 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
44 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 45 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
45 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 46 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
46 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. 47 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {.
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 233 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
233 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 234 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
234 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 235 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
235 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 236 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
236 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 237 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
237 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
238 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
239 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 240 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
240 241
241 242
243 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
ahe 2012/03/16 13:37:11 This should be grouped with ones above.
karlklose 2012/03/16 14:58:47 Done.
244 Language/09_Generics/09_Generics_A01_t10: Fail
ahe 2012/03/16 13:37:11 Add '# TODO(ahe): Please categorize' and two newli
karlklose 2012/03/16 14:58:47 Done.
242 # 245 #
243 # The following tests are all semantic tests that we can rely on dartc 246 # The following tests are all semantic tests that we can rely on dartc
244 # catching for now. 247 # catching for now.
245 # 248 #
246 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 249 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
247 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 250 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
248 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 251 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
249 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error 252 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error
250 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error 253 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error
251 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error 254 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error 415 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error
413 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error 416 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error
414 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error 417 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error
415 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error 418 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error
416 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error 419 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error
417 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error 420 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error
418 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error 421 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error
419 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error 422 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error
420 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error 423 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error
421 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error 424 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error
422 Language/08_Interfaces/3_Factories_and_Constructors_A01_t04: Fail, OK # @compile -error
423 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error 425 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error
424 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error 426 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error
425 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error 427 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error
426 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error 428 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error
427 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error 429 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error
428 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error 430 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error
429 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error 431 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error
430 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error 432 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error
431 Language/08_Interfaces/3_Factories_and_Constructors_A04_t01: Fail, OK # @compile -error 433 Language/08_Interfaces/3_Factories_and_Constructors_A04_t01: Fail, OK # @compile -error
432 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error 434 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error
433 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error 435 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error
434 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error 436 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error
435 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error 437 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error
436 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error 438 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error
437 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error 439 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error
438 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error 440 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error
439 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error 441 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error
440 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error 442 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error
441 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 443 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
442 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 444 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
443 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 445 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
444 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 446 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
445 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 447 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
446 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
447 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 448 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
448 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 449 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
449 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 450 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
450 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 451 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
451 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 452 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
452 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
453 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
454 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
455 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
456 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps. 453 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps.
457 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error 454 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
458 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error 455 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error
459 Language/10_Expressions/03_Numbers_A02_t02: Fail, OK # @compile-error 456 Language/10_Expressions/03_Numbers_A02_t02: Fail, OK # @compile-error
460 Language/10_Expressions/03_Numbers_A02_t03: Fail, OK # @compile-error 457 Language/10_Expressions/03_Numbers_A02_t03: Fail, OK # @compile-error
461 Language/10_Expressions/03_Numbers_A03_t02: Fail, OK # @compile-error 458 Language/10_Expressions/03_Numbers_A03_t02: Fail, OK # @compile-error
462 Language/10_Expressions/03_Numbers_A03_t03: Fail, OK # @compile-error 459 Language/10_Expressions/03_Numbers_A03_t03: Fail, OK # @compile-error
463 Language/10_Expressions/03_Numbers_A04_t02: Fail, OK # @compile-error 460 Language/10_Expressions/03_Numbers_A04_t02: Fail, OK # @compile-error
464 Language/10_Expressions/03_Numbers_A04_t03: Fail, OK # @compile-error 461 Language/10_Expressions/03_Numbers_A04_t03: Fail, OK # @compile-error
465 Language/10_Expressions/04_Booleans_A03_t01: Fail, OK # @compile-error 462 Language/10_Expressions/04_Booleans_A03_t01: Fail, OK # @compile-error
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 535 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
539 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 536 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
540 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 537 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
541 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 538 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
542 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 539 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
543 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 540 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
544 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 541 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
545 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 542 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
546 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 543 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
547 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 544 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
548 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698