Changeset: 9d772ddc905d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9d772ddc905d
Modified Files:
        pathfinder/benchmarks/MBench/Tests/All
        pathfinder/benchmarks/Music/Tests/All
        pathfinder/benchmarks/Music/mod/MIL/Tests/All
        pathfinder/benchmarks/Music/mod/XQ/Tests/All
        pathfinder/benchmarks/X007/Tests/All
        pathfinder/benchmarks/XBench/DC/MD/Tests/All
        pathfinder/benchmarks/XMark/Tests/All
        pathfinder/benchmarks/XMark/XRpc/Tests/All
        pathfinder/benchmarks/XMark/mod/MIL/Tests/All
        pathfinder/benchmarks/XMark/mod/XQ/Tests/All
        pathfinder/benchmarks/XMark/opt/MIL/Tests/All
        pathfinder/benchmarks/XMark/opt/XQ/Tests/All
        pathfinder/benchmarks/XPath/Tests/All
        pathfinder/benchmarks/XPathMark/Tests/All
        pathfinder/compiler/Tests/All
        pathfinder/tests/BugTracker/Tests/All
        pathfinder/tests/BugsViaSourgeforce/Tests/All
        pathfinder/tests/Update/Tests/All
        pathfinder/tests/W3C_use_cases/XQ/R/Tests/All
        pathfinder/tests/W3C_use_cases/XQ/XMP/Tests/All
        pathfinder/tests/WebSite/Tests/All
        pathfinder/tests/XQuery/Tests/All
Branch: Jun2010
Log Message:

skip pathfinder tests with MPS that are bound to fail due to "pf:number not 
supported"
(in the Jun2010 release branch only; changes will not be propagated to default 
branch)


diffs (truncated from 734 to 300 lines):

diff -r 56770664887b -r 9d772ddc905d pathfinder/benchmarks/MBench/Tests/All
--- a/pathfinder/benchmarks/MBench/Tests/All    Thu Jul 29 23:29:02 2010 +0200
+++ b/pathfinder/benchmarks/MBench/Tests/All    Fri Jul 30 07:34:40 2010 +0200
@@ -1,53 +1,62 @@
 unpack_docs
 load_docs
 count_nodes
-qr01
-qr02
-qr03
-qr04
+# pf:number
+WITH_ALGEBRA?qr01
+WITH_ALGEBRA?qr02
+WITH_ALGEBRA?qr03
+WITH_ALGEBRA?qr04
 qs01
 qs02
-qs03
-qs04
+# pf:number
+WITH_ALGEBRA?qs03
+WITH_ALGEBRA?qs04
 qs05
-qs06
-qs07
+# pf:number
+WITH_ALGEBRA?qs06
+WITH_ALGEBRA?qs07
 qs08
-qs09
-qs10
+# pf:number
+WITH_ALGEBRA?qs09
+WITH_ALGEBRA?qs10
 qs11
 qs12
-qs15
-qs16
-qs17
-qs18
-qs19
-qs20
-qs21
-qs22
-qs23
-qs24
-qs25
-qs26
-qs27
-qs28
-qs29
-qs30
-qs31
-qs32
-qs33
-qs34
+# pf:number
+WITH_ALGEBRA?qs15
+WITH_ALGEBRA?qs16
+WITH_ALGEBRA?qs17
+WITH_ALGEBRA?qs18
+WITH_ALGEBRA?qs19
+WITH_ALGEBRA?qs20
+WITH_ALGEBRA?qs21
+WITH_ALGEBRA?qs22
+WITH_ALGEBRA?qs23
+WITH_ALGEBRA?qs24
+WITH_ALGEBRA?qs25
+WITH_ALGEBRA?qs26
+WITH_ALGEBRA?qs27
+WITH_ALGEBRA?qs28
+WITH_ALGEBRA?qs29
+WITH_ALGEBRA?qs30
+WITH_ALGEBRA?qs31
+WITH_ALGEBRA?qs32
+WITH_ALGEBRA?qs33
+WITH_ALGEBRA?qs34
 qs35
-qa01
+# pf:number
+WITH_ALGEBRA?qa01
 # recursive function
 NOT_ALGEBRA?qa02
-qa04
-qa05
-# recursive function
-NOT_ALGEBRA?qa06
-qj01
+# pf:number
+WITH_ALGEBRA?qa04
+WITH_ALGEBRA?qa05
+# recursive function / pf:number
+NOT/WITH_ALGEBRA?qa06
+# pf:number
+WITH_ALGEBRA?qj01
 #_requires_8GB_&_runs_>5min_
 WITH_ALGEBRA?qj02
-qj03
+# pf:number
+WITH_ALGEBRA?qj03
 #_requires_7GB_&_runs_>3.4min_
 WITH_ALGEBRA?qj04
diff -r 56770664887b -r 9d772ddc905d pathfinder/benchmarks/Music/Tests/All
--- a/pathfinder/benchmarks/Music/Tests/All     Thu Jul 29 23:29:02 2010 +0200
+++ b/pathfinder/benchmarks/Music/Tests/All     Fri Jul 30 07:34:40 2010 +0200
@@ -1,13 +1,17 @@
 import_doc
 full_01
-full_02
-full_03
+# pf:number
+WITH_ALGEBRA?full_02
+WITH_ALGEBRA?full_03
 full_04
-full_05
+# pf:number
+WITH_ALGEBRA?full_05
 full_06
 limit_01
-limit_02
-limit_03
+# pf:number
+WITH_ALGEBRA?limit_02
+WITH_ALGEBRA?limit_03
 limit_04
-limit_05
+# pf:number
+WITH_ALGEBRA?limit_05
 limit_06
diff -r 56770664887b -r 9d772ddc905d 
pathfinder/benchmarks/Music/mod/MIL/Tests/All
--- a/pathfinder/benchmarks/Music/mod/MIL/Tests/All     Thu Jul 29 23:29:02 
2010 +0200
+++ b/pathfinder/benchmarks/Music/mod/MIL/Tests/All     Fri Jul 30 07:34:40 
2010 +0200
@@ -1,17 +1,18 @@
 # Loading MIL modules was never supported with the Algebra back-end,
 # and now, also the automatic trasnparent fall-back to MPS has been
 # discontinued.
-NOT_ALGEBRA?xq2mil
-NOT_ALGEBRA?import_doc
-NOT_ALGEBRA?full_01
-NOT_ALGEBRA?full_02
-NOT_ALGEBRA?full_03
-NOT_ALGEBRA?full_04
-NOT_ALGEBRA?full_05
-NOT_ALGEBRA?full_06
-NOT_ALGEBRA?limit_01
-NOT_ALGEBRA?limit_02
-NOT_ALGEBRA?limit_03
-NOT_ALGEBRA?limit_04
-NOT_ALGEBRA?limit_05
-NOT_ALGEBRA?limit_06
+# Moreover, MPS now fails with "function pf:number not supported"
+NOT/WITH_ALGEBRA?xq2mil
+NOT/WITH_ALGEBRA?import_doc
+NOT/WITH_ALGEBRA?full_01
+NOT/WITH_ALGEBRA?full_02
+NOT/WITH_ALGEBRA?full_03
+NOT/WITH_ALGEBRA?full_04
+NOT/WITH_ALGEBRA?full_05
+NOT/WITH_ALGEBRA?full_06
+NOT/WITH_ALGEBRA?limit_01
+NOT/WITH_ALGEBRA?limit_02
+NOT/WITH_ALGEBRA?limit_03
+NOT/WITH_ALGEBRA?limit_04
+NOT/WITH_ALGEBRA?limit_05
+NOT/WITH_ALGEBRA?limit_06
diff -r 56770664887b -r 9d772ddc905d 
pathfinder/benchmarks/Music/mod/XQ/Tests/All
--- a/pathfinder/benchmarks/Music/mod/XQ/Tests/All      Thu Jul 29 23:29:02 
2010 +0200
+++ b/pathfinder/benchmarks/Music/mod/XQ/Tests/All      Fri Jul 30 07:34:40 
2010 +0200
@@ -1,13 +1,14 @@
 import_doc
-full_01
-full_02
-full_03
-full_04
-full_05
-full_06
-limit_01
-limit_02
-limit_03
-limit_04
-limit_05
-limit_06
+# pf:number
+WITH_ALGEBRA?full_01
+WITH_ALGEBRA?full_02
+WITH_ALGEBRA?full_03
+WITH_ALGEBRA?full_04
+WITH_ALGEBRA?full_05
+WITH_ALGEBRA?full_06
+WITH_ALGEBRA?limit_01
+WITH_ALGEBRA?limit_02
+WITH_ALGEBRA?limit_03
+WITH_ALGEBRA?limit_04
+WITH_ALGEBRA?limit_05
+WITH_ALGEBRA?limit_06
diff -r 56770664887b -r 9d772ddc905d pathfinder/benchmarks/X007/Tests/All
--- a/pathfinder/benchmarks/X007/Tests/All      Thu Jul 29 23:29:02 2010 +0200
+++ b/pathfinder/benchmarks/X007/Tests/All      Fri Jul 30 07:34:40 2010 +0200
@@ -1,17 +1,20 @@
 unpack_docs
 load_docs
 count_nodes
-q01
+# pf:number
+WITH_ALGEBRA?q01
 q02
-q03
+# pf:number
+WITH_ALGEBRA?q03
 q04
 q05
 q06
 q07
 q09
 q10
-q11
-q12
+# pf:number
+WITH_ALGEBRA?q11
+WITH_ALGEBRA?q12
 q13
 q14
 q15
@@ -22,4 +25,5 @@
 q20
 q21
 q22
-q23
+# pf:number
+WITH_ALGEBRA?q23
diff -r 56770664887b -r 9d772ddc905d 
pathfinder/benchmarks/XBench/DC/MD/Tests/All
--- a/pathfinder/benchmarks/XBench/DC/MD/Tests/All      Thu Jul 29 23:29:02 
2010 +0200
+++ b/pathfinder/benchmarks/XBench/DC/MD/Tests/All      Fri Jul 30 07:34:40 
2010 +0200
@@ -7,15 +7,18 @@
 load_docs
 count_nodes
 q01
-q03
+# pf:number
+WITH_ALGEBRA?q03
 q04
 q05
-q06
-q07
+# pf:number
+WITH_ALGEBRA?q06
+WITH_ALGEBRA?q07
 q08
 q09
-q10
-q11
+# pf:number
+WITH_ALGEBRA?q10
+WITH_ALGEBRA?q11
 q12
 q14
 q16
diff -r 56770664887b -r 9d772ddc905d pathfinder/benchmarks/XMark/Tests/All
--- a/pathfinder/benchmarks/XMark/Tests/All     Thu Jul 29 23:29:02 2010 +0200
+++ b/pathfinder/benchmarks/XMark/Tests/All     Fri Jul 30 07:34:40 2010 +0200
@@ -9,8 +9,9 @@
 q08
 q09
 q10
-q11
-q12
+# pf:number
+WITH_ALGEBRA?q11
+WITH_ALGEBRA?q12
 q13
 q14
 q15
@@ -18,5 +19,6 @@
 q17
 q18
 q19
-q20
+# pf:number
+WITH_ALGEBRA?q20
 upd
diff -r 56770664887b -r 9d772ddc905d pathfinder/benchmarks/XMark/XRpc/Tests/All
--- a/pathfinder/benchmarks/XMark/XRpc/Tests/All        Thu Jul 29 23:29:02 
2010 +0200
+++ b/pathfinder/benchmarks/XMark/XRpc/Tests/All        Fri Jul 30 07:34:40 
2010 +0200
@@ -1,21 +1,21 @@
-NOT_ALGEBRA?import_doc
-NOT_ALGEBRA?q01
-NOT_ALGEBRA?q02
-NOT_ALGEBRA?q03
-NOT_ALGEBRA?q04
-NOT_ALGEBRA?q05
-NOT_ALGEBRA?q06
-NOT_ALGEBRA?q07
-NOT_ALGEBRA?q08
-NOT_ALGEBRA?q09
-NOT_ALGEBRA?q10
-NOT_ALGEBRA?q11
-NOT_ALGEBRA?q12
-NOT_ALGEBRA?q13
-NOT_ALGEBRA?q14
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to