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

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

Issue 3012633002: Update --dart2js-with-kernel status (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 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 super_operator_index_test/06: Crash # NoSuchMethodError: The getter 'function' w as called on null. 1119 super_operator_index_test/06: Crash # NoSuchMethodError: The getter 'function' w as called on null.
1120 super_operator_index_test/07: Crash # NoSuchMethodError: The getter 'function' w as called on null. 1120 super_operator_index_test/07: Crash # NoSuchMethodError: The getter 'function' w as called on null.
1121 super_operator_test: Crash # NoSuchMethodError: The getter 'function' was called on null. 1121 super_operator_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
1122 super_setter_interceptor_test: RuntimeError 1122 super_setter_interceptor_test: RuntimeError
1123 super_test: RuntimeError 1123 super_test: RuntimeError
1124 switch_bad_case_test/01: MissingCompileTimeError 1124 switch_bad_case_test/01: MissingCompileTimeError
1125 switch_bad_case_test/02: MissingCompileTimeError 1125 switch_bad_case_test/02: MissingCompileTimeError
1126 switch_case_test/00: MissingCompileTimeError 1126 switch_case_test/00: MissingCompileTimeError
1127 switch_case_test/01: MissingCompileTimeError 1127 switch_case_test/01: MissingCompileTimeError
1128 switch_case_test/02: MissingCompileTimeError 1128 switch_case_test/02: MissingCompileTimeError
1129 switch_label2_test: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTar getForSwitchCase
1130 switch_label_test: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarg etForSwitchCase
1131 switch_try_catch_test: Crash # UnimplementedError: KernelToLocalsMapImpl.getJump TargetForSwitchCase
1132 symbol_conflict_test: Crash # Assertion failure: Missing scope info for j:getter (Iterable.iterator). 1129 symbol_conflict_test: Crash # Assertion failure: Missing scope info for j:getter (Iterable.iterator).
1133 sync_generator1_test/01: Crash # Assertion failure: Missing scope info for j:met hod(Iterator.moveNext). 1130 sync_generator1_test/01: Crash # Assertion failure: Missing scope info for j:met hod(Iterator.moveNext).
1134 sync_generator1_test/none: Crash # Assertion failure: Missing scope info for j:m ethod(Iterator.moveNext). 1131 sync_generator1_test/none: Crash # Assertion failure: Missing scope info for j:m ethod(Iterator.moveNext).
1135 sync_generator2_test/none: Crash # Assertion failure: Missing scope info for j:g etter(Iterable.iterator). 1132 sync_generator2_test/none: Crash # Assertion failure: Missing scope info for j:g etter(Iterable.iterator).
1136 sync_generator3_test/test1: Crash # Assertion failure: Missing scope info for j: getter(Iterable.iterator). 1133 sync_generator3_test/test1: Crash # Assertion failure: Missing scope info for j: getter(Iterable.iterator).
1137 sync_generator3_test/test2: Crash # Assertion failure: Missing scope info for j: getter(Iterable.iterator). 1134 sync_generator3_test/test2: Crash # Assertion failure: Missing scope info for j: getter(Iterable.iterator).
1138 syncstar_less_than_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 1135 syncstar_less_than_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
1139 syncstar_yield_test/copyParameters: Crash # Assertion failure: Missing scope inf o for j:method(Iterator.moveNext). 1136 syncstar_yield_test/copyParameters: Crash # Assertion failure: Missing scope inf o for j:method(Iterator.moveNext).
1140 syncstar_yield_test/none: Crash # Assertion failure: Missing scope info for j:me thod(Iterator.moveNext). 1137 syncstar_yield_test/none: Crash # Assertion failure: Missing scope info for j:me thod(Iterator.moveNext).
1141 syncstar_yieldstar_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 1138 syncstar_yieldstar_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1841 super_operator_index_test/06: Crash # NoSuchMethodError: The getter 'function' w as called on null. 1838 super_operator_index_test/06: Crash # NoSuchMethodError: The getter 'function' w as called on null.
1842 super_operator_index_test/07: Crash # NoSuchMethodError: The getter 'function' w as called on null. 1839 super_operator_index_test/07: Crash # NoSuchMethodError: The getter 'function' w as called on null.
1843 super_operator_test: Crash # NoSuchMethodError: The getter 'function' was called on null. 1840 super_operator_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
1844 super_setter_interceptor_test: RuntimeError 1841 super_setter_interceptor_test: RuntimeError
1845 super_test: RuntimeError 1842 super_test: RuntimeError
1846 switch_bad_case_test/01: MissingCompileTimeError 1843 switch_bad_case_test/01: MissingCompileTimeError
1847 switch_bad_case_test/02: MissingCompileTimeError 1844 switch_bad_case_test/02: MissingCompileTimeError
1848 switch_case_test/00: MissingCompileTimeError 1845 switch_case_test/00: MissingCompileTimeError
1849 switch_case_test/01: MissingCompileTimeError 1846 switch_case_test/01: MissingCompileTimeError
1850 switch_case_test/02: MissingCompileTimeError 1847 switch_case_test/02: MissingCompileTimeError
1851 switch_label2_test: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTar getForSwitchCase
1852 switch_label_test: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarg etForSwitchCase
1853 switch_try_catch_test: Crash # UnimplementedError: KernelToLocalsMapImpl.getJump TargetForSwitchCase
1854 symbol_conflict_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 1848 symbol_conflict_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
1855 sync_generator1_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1849 sync_generator1_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1856 sync_generator1_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1850 sync_generator1_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1857 sync_generator2_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1851 sync_generator2_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1858 sync_generator3_test/test1: Crash # NoSuchMethodError: The getter 'thisLocal' wa s called on null. 1852 sync_generator3_test/test1: Crash # NoSuchMethodError: The getter 'thisLocal' wa s called on null.
1859 sync_generator3_test/test2: Crash # NoSuchMethodError: The getter 'thisLocal' wa s called on null. 1853 sync_generator3_test/test2: Crash # NoSuchMethodError: The getter 'thisLocal' wa s called on null.
1860 syncstar_less_than_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1854 syncstar_less_than_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1861 syncstar_yield_test/copyParameters: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null. 1855 syncstar_yield_test/copyParameters: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
1862 syncstar_yield_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1856 syncstar_yield_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1863 syncstar_yieldstar_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1857 syncstar_yieldstar_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
(...skipping 23 matching lines...) Expand all
1887 type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1881 type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1888 type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1882 type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1889 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1883 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1890 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'. 1884 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'.
1891 type_variable_function_type_test: RuntimeError 1885 type_variable_function_type_test: RuntimeError
1892 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 1886 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
1893 1887
1894 [ $compiler == dart2js && $runtime == drt ] 1888 [ $compiler == dart2js && $runtime == drt ]
1895 conditional_import_string_test: RuntimeError # Issue 30587 1889 conditional_import_string_test: RuntimeError # Issue 30587
1896 conditional_import_test: RuntimeError # Issue 30587 1890 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