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

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

Issue 10825337: Add name and library to selectors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge from master. 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
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
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 423
424 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 424 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
425 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 425 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
426 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 426 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
427 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 427 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
428 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 428 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
429 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 429 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
430 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r 430 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
431 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r 431 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
432 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 432 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
433 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented 433 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments
434 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. 434 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
435 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 435 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
436 436
437 [ $compiler == dart2js && $runtime == d8 ] 437 [ $compiler == dart2js && $runtime == d8 ]
438 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 438 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
439 Language/11_Statements/09_Try_A02_t02: Fail, OK # Expects to catch null if throw ing null. We now throw NullPointerException which isn't caught. 439 Language/11_Statements/09_Try_A02_t02: Fail, OK # Expects to catch null if throw ing null. We now throw NullPointerException which isn't caught.
440 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 440 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
441 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 441 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
442 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 442 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
443 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 443 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
444 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 444 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
445 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 445 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
446 LibTest/core/Expect/equals_A01_t03: Fail # not following the spec and expects th e user-defined equality operator 446 LibTest/core/Expect/equals_A01_t03: Fail # not following the spec and expects th e user-defined equality operator
447 # to be called when comparing for equal ity with null. 447 # to be called when comparing for equal ity with null.
448 LibTest/core/Expect/notEquals_A01_t03: Fail # not following the spec and expects the user-defined equality operator 448 LibTest/core/Expect/notEquals_A01_t03: Fail # not following the spec and expects the user-defined equality operator
449 # to be called when comparing for eq uality with null. 449 # to be called when comparing for eq uality with null.
450 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 450 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
451 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 451 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
452 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 452 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
453 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 453 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
454 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 454 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
455 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 455 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
456 456
457 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 457 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
458 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 458 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
459 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 459 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
460 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. 460 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
461 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization. 461 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
462 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-'
463 462
464 # 463 #
465 # The following tests may be broken, but require further review. 464 # The following tests may be broken, but require further review.
466 # 465 #
467 [ $compiler == dart2js && $runtime == d8 ] 466 [ $compiler == dart2js && $runtime == d8 ]
468 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 467 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
469 468
470 469
471 # 470 #
472 # The following tests are all negative tests that should be fixed. 471 # The following tests are all negative tests that should be fixed.
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 756 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
758 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 757 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
759 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 758 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
760 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 759 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
761 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 760 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
762 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 761 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
763 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 762 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
764 763
765 [ $compiler == dart2dart ] 764 [ $compiler == dart2dart ]
766 *: Skip 765 *: Skip
OLDNEW
« lib/compiler/implementation/universe.dart ('K') | « lib/compiler/implementation/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698