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

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

Issue 9597011: Fix one crash in the compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « frog/leg/typechecker.dart ('k') | no next file » | 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) 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 21 matching lines...) Expand all
32 32
33 [ $component == leg && $mode == release ] 33 [ $component == leg && $mode == release ]
34 34
35 35
36 [ $component == leg && $mode == debug ] 36 [ $component == leg && $mode == debug ]
37 37
38 38
39 [ $component == leg ] 39 [ $component == leg ]
40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. 40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate.
41 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate. 41 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate.
42 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Crash # TODO(ahe): Investigate.
43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate. 42 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate.
44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate. 43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate.
45 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate. 44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate.
46 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate. 45 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate.
47 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 46 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
48 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. 47 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate.
49 48
50 49
51 Language/05_Variables/05_Variables_A01_t01: Fail # TODO(ahe): New co19 failure, please triage. 50 Language/05_Variables/05_Variables_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
52 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage. 51 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage.
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 308 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
310 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 309 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
311 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails. 310 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
312 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 311 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
313 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 312 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
314 313
315 314
316 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined 315 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined
317 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier 316 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier
318 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string 317 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string
318 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # Operator 'call' is not supported on closures.
319 319
320 320
321 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo 321 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo
322 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic 322 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic
323 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic 323 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic
324 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic 324 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic
325 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S 325 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S
326 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S 326 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S
327 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T 327 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T
328 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # cannot resolve t ype f1 328 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # cannot resolve t ype f1
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 762 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
763 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 763 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
764 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 764 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
765 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error 765 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error
766 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error 766 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error
767 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error 767 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error
768 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error 768 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error
769 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 769 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
770 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 770 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
771 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 771 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/typechecker.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698