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

Side by Side Diff: runtime/tests/vm/vm.status

Issue 346003003: vmservice: Add /coverage collection to scripts, classes and libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: exclude service_classescoverage from simmips tests Created 6 years, 6 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
« no previous file with comments | « no previous file | runtime/vm/coverage.h » ('j') | runtime/vm/object.cc » ('J')
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 # These tests are expected to crash on all platforms. 5 # These tests are expected to crash on all platforms.
6 cc/ArrayNew_Overflow_Crash: Crash 6 cc/ArrayNew_Overflow_Crash: Crash
7 cc/AllocGeneric_Overflow: Crash 7 cc/AllocGeneric_Overflow: Crash
8 cc/CodeImmutability: Crash 8 cc/CodeImmutability: Crash
9 9
10 cc/SNPrint_BadArgs: Skip 10 cc/SNPrint_BadArgs: Skip
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 cc/ThreadInterrupterLow: Skip 44 cc/ThreadInterrupterLow: Skip
45 45
46 [ $arch == simarm || $arch == simmips ] 46 [ $arch == simarm || $arch == simmips ]
47 cc/ThreadInterrupterHigh: Skip 47 cc/ThreadInterrupterHigh: Skip
48 cc/ThreadInterrupterMedium: Skip 48 cc/ThreadInterrupterMedium: Skip
49 cc/ThreadInterrupterLow: Skip 49 cc/ThreadInterrupterLow: Skip
50 cc/Service_Profile: Skip 50 cc/Service_Profile: Skip
51 51
52 [ $arch == simmips || $arch == mips ] 52 [ $arch == simmips || $arch == mips ]
53 cc/Coverage_MainWithClass: Skip # Dart bug 16250 53 cc/Coverage_MainWithClass: Skip # Dart bug 16250
54 cc/Service_ClassesCoverage: Skip # Dart bug 16250
54 55
55 [ $compiler == dart2js ] 56 [ $compiler == dart2js ]
56 dart/mirrored_compilation_error_test: Skip # VM-specific flag 57 dart/mirrored_compilation_error_test: Skip # VM-specific flag
57 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds 58 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
58 dart/byte_array_test: Skip # compilers not aware of byte arrays 59 dart/byte_array_test: Skip # compilers not aware of byte arrays
59 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 60 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
60 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 61 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
61 dart/simd128float32_test: Skip # compilers not aware of Simd128 62 dart/simd128float32_test: Skip # compilers not aware of Simd128
62 63
63 [ $compiler == dart2js ] 64 [ $compiler == dart2js ]
(...skipping 19 matching lines...) Expand all
83 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 84 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
84 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag 85 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag
85 86
86 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 87 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
87 dart/optimized_stacktrace_test: StaticWarning 88 dart/optimized_stacktrace_test: StaticWarning
88 89
89 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention ally includes invalid method bodies. 90 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention ally includes invalid method bodies.
90 91
91 [ $compiler == none && $runtime == ContentShellOnAndroid ] 92 [ $compiler == none && $runtime == ContentShellOnAndroid ]
92 dart/byte_array_test: RuntimeError # Issue 17612 93 dart/byte_array_test: RuntimeError # Issue 17612
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/coverage.h » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698