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

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

Issue 9668046: Integer operations might not succeed (division by zero). (Closed) Base URL: https://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/operations.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 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail 6 LibTest/core/Math/acos_A01_t01: Fail
7 LibTest/core/Math/asin_A01_t01: Fail 7 LibTest/core/Math/asin_A01_t01: Fail
8 LibTest/core/Math/atan_A01_t01: Fail 8 LibTest/core/Math/atan_A01_t01: Fail
9 9
10 10
(...skipping 15 matching lines...) Expand all
26 26
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 && $mode == release ]
37 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate.
38
39
40 [ $component == leg && $mode == debug ]
41 Language/10_Expressions/01_Constants_A16_t01: Fail # TODO(ahe): Investigate.
42
43
44 [ $component == leg ] 36 [ $component == leg ]
45 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 37 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
46 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate.
47 38
48 39
49 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage. 40 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage.
50 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage. 41 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage.
51 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage. 42 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage.
52 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage. 43 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage.
53 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage. 44 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage.
54 Language/10_Expressions/01_Constants_A09_t01: Fail # TODO(ahe): New co19 failure , please triage. 45 Language/10_Expressions/01_Constants_A09_t01: Fail # TODO(ahe): New co19 failure , please triage.
55 Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure , please triage. 46 Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure , please triage.
56 Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure , please triage. 47 Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure , please triage.
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 615 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
625 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 616 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
626 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 617 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
627 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 618 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
628 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 619 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
629 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 620 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
630 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 621 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
631 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 622 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
632 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 623 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
633 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 624 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/operations.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698