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

Side by Side Diff: pkg/pkg.status

Issue 475463005: Implement math.gcd in dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/math/test/powmod_test.dart ('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) 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 [ $compiler == dart2js ] 92 [ $compiler == dart2js ]
93 collection/test/equality_test/01: Fail # Issue 1533 93 collection/test/equality_test/01: Fail # Issue 1533
94 collection/test/equality_test/02: Fail # Issue 1533 94 collection/test/equality_test/02: Fail # Issue 1533
95 collection/test/equality_test/03: Fail # Issue 1533 95 collection/test/equality_test/03: Fail # Issue 1533
96 collection/test/equality_test/04: Fail # Issue 1533 96 collection/test/equality_test/04: Fail # Issue 1533
97 collection/test/equality_test/05: Fail # Issue 1533 97 collection/test/equality_test/05: Fail # Issue 1533
98 collection/test/equality_test/none: Pass, Fail # Issue 14348 98 collection/test/equality_test/none: Pass, Fail # Issue 14348
99 docgen/test/*: Skip # Far too slow 99 docgen/test/*: Skip # Far too slow
100 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 100 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
101 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 101 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
102 math/test/bigint_test: RuntimeError # Requires bigint support.
102 103
103 analysis_server/test/search/element_references_test: Pass, Slow 104 analysis_server/test/search/element_references_test: Pass, Slow
104 analysis_server/test/services/index/store/codec_test: Pass, Slow 105 analysis_server/test/services/index/store/codec_test: Pass, Slow
105 106
106 # Analysis server integration tests don't make sense to run under 107 # Analysis server integration tests don't make sense to run under
107 # dart2js, since the code under test always runs in the Dart vm as a 108 # dart2js, since the code under test always runs in the Dart vm as a
108 # subprocess. 109 # subprocess.
109 analysis_server/test/integration: Skip 110 analysis_server/test/integration: Skip
110 111
111 [ $compiler == dart2js && $runtime == ff && $system == windows ] 112 [ $compiler == dart2js && $runtime == ff && $system == windows ]
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 oauth2/test/authorization_code_grant_test: Fail 472 oauth2/test/authorization_code_grant_test: Fail
472 oauth2/test/client_test: Fail 473 oauth2/test/client_test: Fail
473 oauth2/test/credentials_test: Fail 474 oauth2/test/credentials_test: Fail
474 oauth2/test/handle_access_token_response_test: Fail 475 oauth2/test/handle_access_token_response_test: Fail
475 476
476 [ $runtime == drt ] 477 [ $runtime == drt ]
477 http/test/html/client_test: Skip # Issue 18566 478 http/test/html/client_test: Skip # Issue 18566
478 479
479 [ $system == windows ] 480 [ $system == windows ]
480 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 481 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « pkg/math/test/powmod_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698