From 8bc4185d647df4313eada79311c07313139d9b4f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 21 Jun 2015 18:10:49 +0300 Subject: [PATCH] Expect 2 icalendar tests to fail on MS-Windows * test/automated/icalendar-tests.el (icalendar-import-with-timezone) (icalendar-real-world): Make them expected failures on MS-Windows. --- test/automated/icalendar-tests.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 68d0a400137..3614c7adc76 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el @@ -1318,6 +1318,11 @@ DTEND;VALUE=DATE-TIME:20030919T113000" "&9/19/2003 09:00-11:30 non-recurring\n UID: 1234567890uid\n")) (ert-deftest icalendar-import-with-timezone () + ;; This is known to fail on MS-Windows, because the test assumes + ;; Posix features of specifying DST rules. + :expected-result (if (memq system-type '(windows-nt ms-dos)) + :failed + :passed) ;; bug#11473 (icalendar-tests--test-import "BEGIN:VCALENDAR @@ -1446,6 +1451,11 @@ SUMMARY:and diary-anniversary ;; ====================================================================== (ert-deftest icalendar-real-world () "Perform real-world tests, as gathered from problem reports." + ;; This is known to fail on MS-Windows, since it doesn't support DST + ;; specification with month and day. + :expected-result (if (memq system-type '(windows-nt ms-dos)) + :failed + :passed) ;; 2003-05-29 (icalendar-tests--test-import "BEGIN:VCALENDAR -- 2.11.4.GIT