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

Side by Side Diff: tests/co19/co19-compiler.status

Issue 8659022: Puts JsScope on a diet (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed the strategy to only walk a specific class when TranslationContext is created Created 9 years 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 | « compiler/scripts/dartc_test.sh ('k') | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 7
8 # 8 #
9 # Problems specific to running on Mac OS X 9 # Problems specific to running on Mac OS X
10 # 10 #
11 11
12 [ $component == dartc && $system == macos ] 12 [ $component == dartc && $system == macos ]
13 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash # Out of memory
14 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash # Out of memory
15
16 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44 13 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44
17 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44 14 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44
18 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44 15 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44
19 16
20 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail 17 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail
21 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail 18 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail
22 19
23 # 20 #
24 # Problems specific to compiler in release build (--optimize) 21 # Problems specific to compiler in release build (--optimize)
25 # 22 #
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 414
418 [ $component == dartium ] 415 [ $component == dartium ]
419 *: Skip 416 *: Skip
420 417
421 418
422 [ $component == chromium ] 419 [ $component == chromium ]
423 *: Skip 420 *: Skip
424 421
425 [ $component == frogium ] 422 [ $component == frogium ]
426 *: Skip 423 *: Skip
OLDNEW
« no previous file with comments | « compiler/scripts/dartc_test.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698