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

Unified Diff: dart/tests/co19/co19-runtime.status

Issue 11235058: Restore math exception but for renamed tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-runtime.status
diff --git a/dart/tests/co19/co19-runtime.status b/dart/tests/co19/co19-runtime.status
index 06a9c60fd75b5d03333272cd9d81a110e7acc320..9837912cd5848d8c7331dcbbabad86cd959da838 100644
--- a/dart/tests/co19/co19-runtime.status
+++ b/dart/tests/co19/co19-runtime.status
@@ -284,11 +284,28 @@ LibTest/core/RegExp/firstMatch_A01_t01: Fail
LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
+[ $compiler == none && $runtime == vm ]
+LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
+LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44
+LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44
+LibTest/math/cos_A01_t01: Fail, OK # Issue co19 - 44
+LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
+LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44
+LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
+
+[ $compiler == none && $runtime == vm && $system == linux ]
+LibTest/math/exp_A01_t01: Fail
+
+[ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
+LibTest/math/sin_A01_t01: Fail
+LibTest/math/tan_A01_t01: Fail
+
[ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
[ $compiler == none && $runtime == vm && $system == windows ]
+LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407
LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407
LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407
LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698