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

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

Issue 1355683005: Revert "Mark tests problems because of Dartium JSInterop" (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 | « tests/co19/co19-dartium.status ('k') | tests/html/html.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) 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
35 to_string_test: Fail # Issue 7179. 36 to_string_test: Fail # Issue 7179.
36 runtime_type_test: Fail, OK # Tests extected output of Type.toString(). 37 runtime_type_test: Fail, OK # Tests extected output of Type.toString().
37 code_motion_exception_test: Skip # Requires unminified operator names. 38 code_motion_exception_test: Skip # Requires unminified operator names.
38 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil l be broken. 39 mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code wil l be broken.
39 40
40 [ $compiler == dart2js && $runtime == safari ] 41 [ $compiler == dart2js && $runtime == safari ]
41 deferred_fail_and_retry_worker_test: Timeout # Issue 22106 42 deferred_fail_and_retry_worker_test: Timeout # Issue 22106
42 43
43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ] 44 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == safa ri || $runtime == jsshell) ]
44 code_motion_exception_test: Skip # Required V8 specific format of JavaScript er rors. 45 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
80 deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function 81 deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function
81 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple mented 82 deferred/deferred_function_test: Crash # (lib.foo): deferred access is not imple mented
82 deferred/deferred_mirrors1_test: RuntimeError # TypeError: U.loadLibrary is not a function 83 deferred/deferred_mirrors1_test: RuntimeError # TypeError: U.loadLibrary is not a function
83 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi on 84 deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi on
84 deferred_split_test: RuntimeError # TypeError: Z.loadLibrary is not a function 85 deferred_split_test: RuntimeError # TypeError: Z.loadLibrary is not a function
85 lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... can not handle sync*/async* functions 86 lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... can not handle sync*/async* functions
86 mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 87 mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
87 mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functio ns 88 mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functio ns
88 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions 89 reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
89 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 90 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698