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

Side by Side Diff: runtime/observatory/tests/observatory_ui/observatory_ui.status

Issue 2833983003: More tests now passsing (Closed)
Patch Set: More tests now passsing Created 3 years, 8 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 | tests/co19/co19-dartium.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 [ $browser == false || $runtime == drt || $fast_startup] 5 [ $browser == false || $runtime == drt || $fast_startup]
6 *: SkipByDesign 6 *: SkipByDesign
7 7
8 [ $runtime == dartium ] 8 [ $runtime == dartium ]
9 isolate/*: Skip 9 isolate/*: Skip
10 allocation_profile: Skip 10 allocation_profile: Skip
11 vm_connect/element_test: Skip # See issue 27714 11 vm_connect/element_test: Skip # See issue 27714
12 heap_snapshot/element_test: RuntimeError # Issue 27925 12 heap_snapshot/element_test: RuntimeError # Issue 27925
13 13
14 [ $runtime == dartium && $checked ]
15 # TODO(terry): Failing tests with Dartium 50 roll (NEED TO FIX All)
16 # ---------------------------------------------
17 class_tree/element_test: RuntimeError # Roll 50 breakage
18 cpu_profile_table/element_test: RuntimeError # Roll 50 breakage
19 persistent_handles_page/element_test: RuntimeError # Roll 50 breakage
20 # ---------------------------------------------
21 # TODO(terry): End of Dartium 50 roll failures
22
23 [ $runtime == ff || $runtime == safari ] 14 [ $runtime == ff || $runtime == safari ]
24 allocation_profile: Skip 15 allocation_profile: Skip
25 cpu_profile_table: Skip 16 cpu_profile_table: Skip
26 persistent_handles_page: Skip 17 persistent_handles_page: Skip
27 vm_connect/element_test: Skip # See issue 27714 18 vm_connect/element_test: Skip # See issue 27714
28 heap_snapshot/element_test: RuntimeError # Issue 27925 19 heap_snapshot/element_test: RuntimeError # Issue 27925
29 20
30 [ $runtime == ff || $runtime == chrome ] 21 [ $runtime == ff || $runtime == chrome ]
31 vm_connect/element_test: Skip # Times out 22 vm_connect/element_test: Skip # Times out
32 heap_snapshot/element_test: RuntimeError # Issue 27925 23 heap_snapshot/element_test: RuntimeError # Issue 27925
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698