[gnumeric] t2005: exclude ilog.gnumeric from this test.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t2005: exclude ilog.gnumeric from this test.
- Date: Wed, 9 Mar 2022 15:01:57 +0000 (UTC)
commit aa64bab42ed3bb9df0f08f9b581c2d0a6f6bb82d
Author: Morten Welinder <terra gnome org>
Date: Wed Mar 9 10:01:20 2022 -0500
t2005: exclude ilog.gnumeric from this test.
It's s-l-o-w (and not very interesting for recalc testing).
test/t2005-recalc.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/t2005-recalc.pl b/test/t2005-recalc.pl
index 404073f6a..cace08ded 100755
--- a/test/t2005-recalc.pl
+++ b/test/t2005-recalc.pl
@@ -13,7 +13,7 @@ my @sources = &GnumericTest::corpus();
@sources = grep {
!m{(^|/)(chart-tests\.gnumeric|datefuns\.xls|vba-725220\.xls|docs-samples\.gnumeric|numbermatch\.gnumeric)$}
} @sources;
# Avoid slow stuff
@sources = grep { !m{(^|/)(address\.xls|bitwise\.xls|operator\.xls|linest\.xls)$} } @sources;
-@sources = grep { !m{(^|/)(amath\.gnumeric|gamma\.gnumeric|crlibm\.gnumeric)$} } @sources;
+@sources = grep { !m{(^|/)(amath\.gnumeric|gamma\.gnumeric|crlibm\.gnumeric|ilog\.gnumeric)$} } @sources;
@sources = grep { !m{(^|/)(numtheory\.gnumeric)$} } @sources;
# Currently fails, dending investigation
@sources = grep { !m{(^|/)(arrays\.xls)$} } @sources;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]