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

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

Issue 10540052: Only generate assert in checked mode. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « lib/compiler/implementation/warnings.dart ('k') | tests/language/language_dart2js.status » ('j') | 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) 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 && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 LibTest/isolate/Isolate/spawn_A01_t04: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined 114 LibTest/isolate/Isolate/spawn_A01_t04: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
115 LibTest/isolate/Isolate/spawn_A01_t05: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined 115 LibTest/isolate/Isolate/spawn_A01_t05: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
116 LibTest/isolate/Isolate/spawn_A01_t06: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined 116 LibTest/isolate/Isolate/spawn_A01_t06: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
117 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' 117 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2'
118 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' 118 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0'
119 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 119 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
120 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 120 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
121 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 121 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
122 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 122 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
123 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' 123 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
124 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert misusage
125 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert misusage
124 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 126 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
125 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 127 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
126 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 128 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
127 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 129 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
128 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 130 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
129 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned. 131 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned.
130 LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned. 132 LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned.
131 LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned. 133 LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned.
132 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 134 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
133 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned. 135 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 Language/11_Statements/08_Switch_A05_t02: Fail, OK # @compile-error 714 Language/11_Statements/08_Switch_A05_t02: Fail, OK # @compile-error
713 Language/11_Statements/08_Switch_A06_t01: Fail, OK # @compile-error 715 Language/11_Statements/08_Switch_A06_t01: Fail, OK # @compile-error
714 Language/11_Statements/08_Switch_A06_t02: Fail, OK # @compile-error 716 Language/11_Statements/08_Switch_A06_t02: Fail, OK # @compile-error
715 Language/11_Statements/08_Switch_A06_t03: Fail, OK # @compile-error 717 Language/11_Statements/08_Switch_A06_t03: Fail, OK # @compile-error
716 Language/11_Statements/08_Switch_A06_t04: Fail, OK # @compile-error 718 Language/11_Statements/08_Switch_A06_t04: Fail, OK # @compile-error
717 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error 719 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error
718 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error 720 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error
719 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 721 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
720 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 722 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
721 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 723 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
722 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
723 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error 724 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error
724 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error 725 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error
725 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error 726 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error
726 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 727 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
727 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 728 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
728 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error 729 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error
729 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 730 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
730 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 731 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
731 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 732 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
732 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 733 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
733 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 734 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
734 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 736 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
736 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 737 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
737 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 738 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
738 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 739 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/compiler/implementation/warnings.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698