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

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

Issue 3011853002: Undo status change. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | 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) 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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1871 type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1872 type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 1872 type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
1873 type_variable_conflict2_test/01: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1873 type_variable_conflict2_test/01: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1874 type_variable_conflict2_test/05: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1874 type_variable_conflict2_test/05: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1875 type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1875 type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1876 type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1876 type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1877 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1877 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1878 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'. 1878 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'.
1879 type_variable_function_type_test: RuntimeError 1879 type_variable_function_type_test: RuntimeError
1880 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 1880 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
1881
1882 [ $compiler == dart2js && $runtime == drt ]
1883 conditional_import_string_test: RuntimeError # Issue 30587
1884 conditional_import_test: RuntimeError # Issue 30587
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698