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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1357783002: assert_with_message_test incorrectly suppressed for dart2js (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 16407_test: Fail # Issue 16407 6 16407_test: Fail # Issue 16407
7 class_test: Fail 7 class_test: Fail
8 statements_test: Fail 8 statements_test: Fail
9 typed_locals_test: Fail 9 typed_locals_test: Fail
10 no_such_method_test: Fail # Wrong Invocation.memberName. 10 no_such_method_test: Fail # Wrong Invocation.memberName.
(...skipping 14 matching lines...) Expand all
25 operator_test: Skip 25 operator_test: Skip
26 string_interpolation_test: Skip 26 string_interpolation_test: Skip
27 27
28 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 28 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
29 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage. 29 no_such_method_mirrors_test: Pass, Slow # TODO(kasperl): Please triage.
30 30
31 [ $compiler == dart2js && $runtime == none ] 31 [ $compiler == dart2js && $runtime == none ]
32 *: Fail, Pass # TODO(ahe): Triage these tests. 32 *: Fail, Pass # TODO(ahe): Triage these tests.
33 33
34 [ $compiler == dart2js && $minified ] 34 [ $compiler == dart2js && $minified ]
35 assert_with_message_test: RuntimeError # Dartium JSInterop failure
36 to_string_test: Fail # Issue 7179. 35 to_string_test: Fail # Issue 7179.
37 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). 36 runtime_type_test: Fail, OK # Tests extected output of Type.toString().
38 code_motion_exception_test: Skip # Requires unminified operator names. 37 code_motion_exception_test: Skip # Requires unminified operator names.
39 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil l be broken. 38 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil l be broken.
40 39
41 [ $compiler == dart2js && $runtime == safari ] 40 [ $compiler == dart2js && $runtime == safari ]
42 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 41 deferred_fail_and_retry_worker_test: Timeout # Issue 22106
43 42
44 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ] 43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ]
45 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors. 44 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function 80 deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function
82 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple mented 81 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple mented
83 deferred/deferred_mirrors1_test: RuntimeError # TypeError: U.loadLibrary is not a function 82 deferred/deferred_mirrors1_test: RuntimeError # TypeError: U.loadLibrary is not a function
84 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi on 83 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi on
85 deferred_split_test: RuntimeError # TypeError: Z.loadLibrary is not a function 84 deferred_split_test: RuntimeError # TypeError: Z.loadLibrary is not a function
86 lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... can not handle sync*/async* functions 85 lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... can not handle sync*/async* functions
87 mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 86 mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
88 mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functio ns 87 mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functio ns
89 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions 88 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
90 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 89 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
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