[commit: packages/time] master: revamped tests to use the new cabal testing interface (df3fc69)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 23:00:44 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/df3fc69a5e9b5a668933b1c6cca88a9ab6d14db2
>---------------------------------------------------------------
commit df3fc69a5e9b5a668933b1c6cca88a9ab6d14db2
Author: blackredtree <blackredtree at gmail.com>
Date: Thu Sep 13 15:22:27 2012 -0700
revamped tests to use the new cabal testing interface
Ignore-this: bf07a09bbbf9641fcaa104d0540b9646
tests now use string comparsion instead of diffing to determine test results
.ref files were converted into hs modules exporting the same data
darcs-hash:20120913222227-08fed-71851925b9e0a2a7b67d193b8e92fac37fc95c6f
>---------------------------------------------------------------
df3fc69a5e9b5a668933b1c6cca88a9ab6d14db2
{test => Test}/AddDays.hs | 14 +-
Test/AddDaysRef.hs | 249 ++++++++++
Test/ClipDates.hs | 56 +++
Test/ClipDatesRef.hs | 565 ++++++++++++++++++++++
Test/ConvertBack.hs | 46 ++
{test => Test}/CurrentTime.hs | 0
Test/LongWeekYears.hs | 26 +
Test/LongWeekYearsRef.hs | 154 ++++++
{test => Test}/Makefile | 0
{test => Test}/RealToFracBenchmark.hs | 0
{test => Test}/ShowDST.hs | 0
Test/TAI_UTC_DAT.hs | 41 ++
{test => Test}/TestCalendars.hs | 20 +-
Test/TestCalendarsRef.hs | 8 +
Test/TestEaster.hs | 40 ++
Test/TestEasterRef.hs | 61 +++
{test => Test}/TestFormat.hs | 111 +++--
{test => Test}/TestFormatStuff.c | 0
{test => Test}/TestFormatStuff.h | 0
Test/TestMonthDay.hs | 29 ++
Test/TestMonthDayRef.hs | 750 +++++++++++++++++++++++++++++
{test => Test}/TestParseDAT.hs | 48 +-
Test/TestParseDAT_Ref.hs | 94 ++++
{test => Test}/TestParseTime.hs | 23 +-
Test/TestTime.hs | 112 +++++
Test/TestTimeRef.hs | 880 ++++++++++++++++++++++++++++++++++
{test => Test}/TimeZone.hs | 0
{test => Test}/UseCases.lhs | 0
test/AddDays.ref | 245 ----------
test/ClipDates.hs | 26 -
test/ClipDates.ref | 561 ----------------------
test/ConvertBack.hs | 36 --
test/LongWeekYears.hs | 18 -
test/LongWeekYears.ref | 150 ------
test/TestCalendars.ref | 4 -
test/TestEaster.hs | 23 -
test/TestEaster.ref | 57 ---
test/TestMonthDay.hs | 20 -
test/TestMonthDay.ref | 746 ----------------------------
test/TestParseDAT.ref | 90 ----
test/TestTime.hs | 97 ----
test/TestTime.ref | 874 ---------------------------------
test/tai-utc.dat | 37 --
time.cabal | 66 ++-
44 files changed, 3307 insertions(+), 3070 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc df3fc69a5e9b5a668933b1c6cca88a9ab6d14db2
More information about the ghc-commits
mailing list