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

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

Issue 22943005: Add documentation to dart:math pow function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 4 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/math/math.dart ('k') | tests/lib/lib.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 == none] 5 [ $compiler == none]
6 LibTest/math/max_A01_t03: Fail # co19 issue 467 6 LibTest/math/max_A01_t03: Fail # co19 issue 467
7 LibTest/math/min_A01_t03: Fail # co19 issue 467 7 LibTest/math/min_A01_t03: Fail # co19 issue 467
8 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
(...skipping 20 matching lines...) Expand all
31 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 31 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978
32 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978 32 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978
33 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978 33 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978
34 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978 34 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978
35 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954 35 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954
36 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # co19 issue 426 36 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # co19 issue 426
37 LibTest/core/double/parse_A02_t01: Fail # co19 issue 418 37 LibTest/core/double/parse_A02_t01: Fail # co19 issue 418
38 LibTest/math/pow_A01_t01: Fail # co19 issue 44 38 LibTest/math/pow_A01_t01: Fail # co19 issue 44
39 LibTest/math/pow_A11_t01: Fail # co19 issue 512 39 LibTest/math/pow_A11_t01: Fail # co19 issue 512
40 LibTest/math/pow_A13_t01: Fail # co19 issue 507 40 LibTest/math/pow_A13_t01: Fail # co19 issue 507
41 LibTest/math/pow_A18_t01: Fail # co19 issue 507
41 42
42 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 43 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
43 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 44 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
44 45
45 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, co19 issue 389 46 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, co19 issue 389
46 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, co19 issue 389 47 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, co19 issue 389
47 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, co19 issue 389 48 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, co19 issue 389
48 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, co19 issue 389 49 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, co19 issue 389
49 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , co19 issue 389 50 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , co19 issue 389
50 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , co19 issue 389 51 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , co19 issue 389
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 372 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
372 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19 issue 498 373 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19 issue 498
373 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19 issue 498 374 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19 issue 498
374 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19 issue 498 375 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19 issue 498
375 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 376 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
376 377
377 # co19-roll r546 (11.08.2013) caused these failures 378 # co19-roll r546 (11.08.2013) caused these failures
378 [ $compiler == none && $runtime == vm && $unchecked ] 379 [ $compiler == none && $runtime == vm && $unchecked ]
379 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 380 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
380 381
OLDNEW
« no previous file with comments | « sdk/lib/math/math.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698