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

Side by Side Diff: dart/tests/language/language_dart2js.status

Issue 10916050: Extend testing of argument definition test expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 compile_time_constant_test/02: Fail, OK # By inlining the use-function we don't compile the static variable. 49 compile_time_constant_test/02: Fail, OK # By inlining the use-function we don't compile the static variable.
50 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 50 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
51 51
52 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 52 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
53 # Crash infinite loop on Mac and dart2js checked mode on linux. 53 # Crash infinite loop on Mac and dart2js checked mode on linux.
54 function_type_alias6_test: Crash, Fail 54 function_type_alias6_test: Crash, Fail
55 55
56 static_initializer_type_error_test: Fail # Checked mode not supported. 56 static_initializer_type_error_test: Fail # Checked mode not supported.
57 57
58 # Compilation errors. 58 # Compilation errors.
59 argument_definition_test/*: Skip # Not implemented.
60 const_var_test: Fail # Map literals take 2 type arguments. 59 const_var_test: Fail # Map literals take 2 type arguments.
61 map_literal3_test: Fail # Map literals take 2 type arguments. 60 map_literal3_test: Fail # Map literals take 2 type arguments.
62 ct_const_test: Fail # We don't take the generic type into account yet. 61 ct_const_test: Fail # We don't take the generic type into account yet.
63 char_escape_test: Fail # Unhandled non-BMP character: U+10000 62 char_escape_test: Fail # Unhandled non-BMP character: U+10000
64 comparison_test: Fail # Issue 4551 63 comparison_test: Fail # Issue 4551
65 constructor6_test: Fail # Closures inside initializers not implemented. 64 constructor6_test: Fail # Closures inside initializers not implemented.
66 default_factory_library_test: Fail # lib is not a type 65 default_factory_library_test: Fail # lib is not a type
67 dynamic_test: Fail # cannot resolve type F1 66 dynamic_test: Fail # cannot resolve type F1
68 factory3_test: Fail # internal error: visitIs for type variables not implemented 67 factory3_test: Fail # internal error: visitIs for type variables not implemented
69 function_literals2_test: Fail # Closures inside initializers not implemented. 68 function_literals2_test: Fail # Closures inside initializers not implemented.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 generic_deep_test: Fail # Expect.isTrue(false) fails. 131 generic_deep_test: Fail # Expect.isTrue(false) fails.
133 generic_inheritance_test: Fail # Expect.isTrue(false) fails. 132 generic_inheritance_test: Fail # Expect.isTrue(false) fails.
134 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. 133 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails.
135 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 134 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
136 instanceof3_test: Fail # cannot resolve type UndeclaredType. 135 instanceof3_test: Fail # cannot resolve type UndeclaredType.
137 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. 136 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test.
138 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test. 137 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test.
139 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test. 138 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f ails. -- checked mode test.
140 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 139 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
141 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test. 140 type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mod e test.
142 141 argument_definition_test/none: Fail # Argument definition test always returns tr ue.
143 142
144 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 143 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
145 external_test/16: Fail, OK # Bad test: assumes eager loading. 144 external_test/16: Fail, OK # Bad test: assumes eager loading.
146 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 145 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
147 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 146 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
148 field7_negative_test: Fail, OK # Bad test: assumes eager loading. 147 field7_negative_test: Fail, OK # Bad test: assumes eager loading.
149 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 148 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
150 syntax_test/47: Fail, OK # Bad test: assumes eager loading. 149 syntax_test/47: Fail, OK # Bad test: assumes eager loading.
151 150
152 151
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 [ $compiler == dart2js && $runtime == safari ] 286 [ $compiler == dart2js && $runtime == safari ]
288 arithmetic_test: Skip # BUG(3492): Times out. 287 arithmetic_test: Skip # BUG(3492): Times out.
289 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 288 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
290 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 289 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
291 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 290 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
292 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 291 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
293 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 292 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
294 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 293 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
295 naming_test: Fail 294 naming_test: Fail
296 295
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698