Index: tests/corelib/corelib.status |
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
index ee97f3a287662804de4bda85e1bf1d86353c102a..30198467b6a795a29809d2e4d8e26bd2e607f8bb 100644 |
--- a/tests/corelib/corelib.status |
+++ b/tests/corelib/corelib.status |
@@ -34,6 +34,8 @@ string_substring_test: Fail |
string_test: Fail # Needs index out of range checks. |
string_replace_dollar_test: Fail |
+date_time7_test: Skip # New methods (timeZoneName and timeZoneOffset) were not ported to frog. |
Mads Ager (google)
2012/05/21 15:02:55
Use two lines for the comment?
floitsch
2012/05/21 15:06:32
Moved the comment before the Skip line.
|
+ |
[ $compiler == frog && $runtime == drt ] |
list_sort_test: Fail, Pass # Issue 2667 |