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

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

Issue 12320072: Revert "Revert "Use browsers JSON.parse for parsing JSON (#3)"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « sdk/lib/json/json_base.dart ('k') | tests/corelib/json_test.dart » ('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 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 44 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
45 45
46 [ $compiler == dart2js && $runtime == none ] 46 [ $compiler == dart2js && $runtime == none ]
47 *: Fail, Pass # TODO(ahe): Triage these tests. 47 *: Fail, Pass # TODO(ahe): Triage these tests.
48 48
49 [ $compiler == dart2js && $runtime == safari ] 49 [ $compiler == dart2js && $runtime == safari ]
50 core_runtime_types_test: Fail 50 core_runtime_types_test: Fail
51 51
52 [ $compiler == dart2js && $runtime == ie9 ] 52 [ $compiler == dart2js && $runtime == ie9 ]
53 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 53 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
54 json_strict_test: Fail # IE parses slightly harmless no-standard JSON.
54 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 55 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
55 56
56 [ $compiler == dart2dart ] 57 [ $compiler == dart2dart ]
57 compare_to2_test: Fail # inherited from VM 58 compare_to2_test: Fail # inherited from VM
58 unicode_test: Fail # inherited from VM 59 unicode_test: Fail # inherited from VM
59 60
60 # Library changes 61 # Library changes
61 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 62 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
62 map_keys2_test: Fail # Generic types aren't right. 63 map_keys2_test: Fail # Generic types aren't right.
63 64
(...skipping 10 matching lines...) Expand all
74 *: Skip 75 *: Skip
75 76
76 [ $arch == simarm ] 77 [ $arch == simarm ]
77 *: Skip 78 *: Skip
78 79
79 [ $arch == mips ] 80 [ $arch == mips ]
80 *: Skip 81 *: Skip
81 82
82 [ $arch == simmips ] 83 [ $arch == simmips ]
83 *: Skip 84 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/json/json_base.dart ('k') | tests/corelib/json_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698