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

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

Issue 1205363003: Add tests for gcd, modInverse and modPow that also run on dart2js. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix status file names. Created 5 years, 5 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 | « runtime/lib/bigint.dart ('k') | tests/corelib/int_modulo_arith_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 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 18 matching lines...) Expand all
29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
31 31
32 # new Symbol('void') should be allowed. 32 # new Symbol('void') should be allowed.
33 [ $compiler == dart2js ] 33 [ $compiler == dart2js ]
34 symbol_reserved_word_test/03: RuntimeError # bug 19972 34 symbol_reserved_word_test/03: RuntimeError # bug 19972
35 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 35 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
36 int_parse_radix_test/02: Fail # No bigints. 36 int_parse_radix_test/02: Fail # No bigints.
37 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 37 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
38 integer_to_radix_string_test: RuntimeError # issue 22045 38 integer_to_radix_string_test: RuntimeError # issue 22045
39 int_modulo_arith_test/bignum: RuntimeError # No bigints.
40 int_modulo_arith_test/modPow: RuntimeError # No bigints.
41
39 42
40 # With the exception of 'void', const Symbol() should not accept reserved 43 # With the exception of 'void', const Symbol() should not accept reserved
41 # words. 44 # words.
42 [ $compiler == none || $compiler == dart2js ] 45 [ $compiler == none || $compiler == dart2js ]
43 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 46 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
44 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 47 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
45 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 48 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
46 49
47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 50 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
48 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 51 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 uri_file_test: Crash # Invalid argument(s) 336 uri_file_test: Crash # Invalid argument(s)
334 uri_http_test: Crash # Invalid argument(s) 337 uri_http_test: Crash # Invalid argument(s)
335 uri_ipv4_test: RuntimeError # Please triage this failure. 338 uri_ipv4_test: RuntimeError # Please triage this failure.
336 uri_ipv6_test: Crash # Invalid argument(s) 339 uri_ipv6_test: Crash # Invalid argument(s)
337 uri_normalize_path_test: RuntimeError # Please triage this failure. 340 uri_normalize_path_test: RuntimeError # Please triage this failure.
338 uri_parse_test: Crash # Invalid argument(s) 341 uri_parse_test: Crash # Invalid argument(s)
339 uri_path_test: Crash # Invalid argument(s) 342 uri_path_test: Crash # Invalid argument(s)
340 uri_query_test: Crash # Internal Error: No default constructor available. 343 uri_query_test: Crash # Internal Error: No default constructor available.
341 uri_scheme_test: Crash # Invalid argument(s) 344 uri_scheme_test: Crash # Invalid argument(s)
342 uri_test: Crash # Invalid argument(s) 345 uri_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « runtime/lib/bigint.dart ('k') | tests/corelib/int_modulo_arith_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698