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

Side by Side Diff: tests/lib/lib.status

Issue 2987563003: Land D8 6.1.0 again, avoid using D8 Worker (Closed)
Patch Set: status Created 3 years, 5 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 | « tests/corelib/corelib.status ('k') | third_party/d8/README.google » ('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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 149
150 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ] 150 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ]
151 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 151 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
152 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 152 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
153 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 153 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
154 154
155 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 155 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
156 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 156 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
157 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 157 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
158 158
159 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt || $runtime == ie11 ) ] 159 [ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ]
160 math/math_test: RuntimeError 160 math/math_test: RuntimeError
161 math/math2_test: RuntimeError 161 math/math2_test: RuntimeError
162 162
163 [ $compiler == dart2js && $runtime == jsshell ] 163 [ $compiler == dart2js && $runtime == jsshell ]
164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss ue 7728. 164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss ue 7728.
165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. 165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
166 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728. 166 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728.
167 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728. 167 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728.
168 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28. 168 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28.
169 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728. 169 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728.
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 [ $compiler == dartk || $compiler == dartkp ] 587 [ $compiler == dartk || $compiler == dartkp ]
588 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 588 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
589 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 589 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
590 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 590 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
591 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 591 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
592 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 592 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
593 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 593 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
594 594
595 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 595 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
596 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 596 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | third_party/d8/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698