From 0a6c2cfc947a8fb38eaecbba60d6b1d9afedac13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 1 Mar 2022 22:35:50 +0100 Subject: Properly note failing tets in recurrence. --- tests/recurrence-advanced.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/recurrence-advanced.scm b/tests/recurrence-advanced.scm index 4f26f2c7..70312a2a 100644 --- a/tests/recurrence-advanced.scm +++ b/tests/recurrence-advanced.scm @@ -27,6 +27,14 @@ ((srfi srfi-41) stream->list) ((srfi srfi-88) keyword->string)) +(test-expect-fail "RSET: The third instance into the month of one of Tuesday, Wednesday, or Thursday, for the next 3 months") +(test-expect-fail "STR: The third instance into the month of one of Tuesday, Wednesday, or Thursday, for the next 3 months") +(test-expect-fail "RSET: The second-to-last weekday of the month") +(test-expect-fail "STR: The second-to-last weekday of the month") + +;; TODO this test is really slow, figure out why (takes approx. 25s to run) +(test-skip "RSET: Every day in January, for 3 years (alt 2)") + (define (run-test comp) (test-equal (string-append "RSET: " (prop comp 'SUMMARY)) @@ -971,8 +979,7 @@ ver (U.S. Presidential Election day)" #2072-11-08T09:00:00)) (vevent - summary: "The third instance into the month of one of Tuesday, Wednesday, or -Thursday, for the next 3 months" + summary: "The third instance into the month of one of Tuesday, Wednesday, or Thursday, for the next 3 months" dtstart: "19970904T090000" rrule: "FREQ=MONTHLY;COUNT=3;BYDAY=TU,WE,TH;BYSETPOS=3" x-summary: "NOT YET IMPLEMENTED" @@ -981,7 +988,7 @@ Thursday, for the next 3 months" #1997-11-06T09:00:00)) (vevent - summary: "The second-to-last weekday of the month NOTE WILL FAIL DUE TO FEW EXAMPLES" + summary: "The second-to-last weekday of the month" dtstart: "19970929T090000" rrule: "FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-2" x-summary: "NOT YET IMPLEMENTED" -- cgit v1.2.3