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

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

Issue 10993036: Implement the apply functionality for dart2js and currently just put it in a test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429
10 10
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 554 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
555 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 555 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
556 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 556 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
557 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 557 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
558 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 558 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
559 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 559 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
560 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 560 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
561 561
562 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 562 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
563 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 563 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
564 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
565 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. 564 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
566 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization. 565 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
567 566
568 # 567 #
569 # The following tests may be broken, but require further review. 568 # The following tests may be broken, but require further review.
570 # 569 #
571 [ $compiler == dart2js && $runtime == d8 ] 570 [ $compiler == dart2js && $runtime == d8 ]
572 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 571 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
573 572
574 [ $compiler == dart2js && $browser ] 573 [ $compiler == dart2js && $browser ]
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
862 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
863 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
864 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
865 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
866 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
867 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
868 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
869 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
870 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/codegen.dart ('k') | tests/compiler/dart2js_native/apply_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698