dacarver | 9a652dd | 2009-11-08 00:19:01 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
| 3 | <head>
|
| 4 | <title>XML Query Test Suite Release Notes</title>
|
| 5 | </head>
|
| 6 |
|
| 7 | <body>
|
| 8 | <center>
|
| 9 | <h1>XML Query Test Suite Release Notes</h1>
|
| 10 | </center>
|
| 11 |
|
| 12 | <p>This document contains the release notes for the
|
| 13 | <a href="http://www.w3.org/XML/Query/test-suite/">XML Query Test Suite</a>.
|
| 14 | </p>
|
| 15 |
|
| 16 | <h2>XQTS 1.0.2 (Nov. 20, 2006)</h2>
|
| 17 |
|
| 18 | <ul>
|
| 19 | <li>Changed how the XQueryX documents are generated from the XQuery expressions in the test suite.</li>
|
| 20 | </ul>
|
| 21 |
|
| 22 |
|
| 23 | <h2>XQTS 1.0.1 (Oct. 2, 2006)</h2>
|
| 24 |
|
| 25 | <ul>
|
| 26 | <li>Added 19 test cases.</li>
|
| 27 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents (republished on June 8, 2006).
|
| 28 | <br/>Changes have been made to reflect the resolutions of the following CR issues by the XML
|
| 29 | Query and XSL WGs:
|
| 30 | <blockquote>
|
| 31 | <table>
|
| 32 | <tr>
|
| 33 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3416">3416</a></td>
|
| 34 | <td>Base URI of a constructed element</td>
|
| 35 | </tr>
|
| 36 | <tr>
|
| 37 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3637">3637</a></td>
|
| 38 | <td>Adjacent text nodes</td>
|
| 39 | </tr>
|
| 40 | <tr>
|
| 41 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3447">3447</a></td>
|
| 42 | <td>xmlns="QNameXSD"</td>
|
| 43 | </tr>
|
| 44 | <tr>
|
| 45 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3660">3660</a></td>
|
| 46 | <td>Unclear what to do on external variable with no value</td>
|
| 47 | </tr>
|
| 48 | <tr>
|
| 49 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3443">3443</a></td>
|
| 50 | <td>additional expected values for decimal operations</td>
|
| 51 | </tr>
|
| 52 | </table>
|
| 53 | </blockquote>
|
| 54 | </li>
|
| 55 | </ul>
|
| 56 |
|
| 57 |
|
| 58 | <h2>XQTS 1.0 (Aug. 18, 2006)</h2>
|
| 59 |
|
| 60 | <ul>
|
| 61 | <li>Added 230 test cases.</li>
|
| 62 | <li>Added a small number of tests for the fn:collection function.</li>
|
| 63 | <li>Revised the catalog schema in several ways to better support test cases
|
| 64 | that use fn:doc, fn:collection, or use "." to refer to the context item
|
| 65 | provided by the host environment.
|
| 66 | <ol>
|
| 67 | <li>Removed the context attribute from the input-file element.</li>
|
| 68 | <li>Added an input-URI element.</li>
|
| 69 | <li>Added a defaultCollection element.</li>
|
| 70 | <li>Added a contextItem element.</li>
|
| 71 | </ol>
|
| 72 | <p>The Guidelines for Running the XQuery Test Suite have been updated to explain this and provide examples.
|
| 73 | </p>
|
| 74 | </li>
|
| 75 | <li>Added the following items to the list of implementation-defined items in the catalog:
|
| 76 | <blockquote>
|
| 77 | <table border="1">
|
| 78 | <tr>
|
| 79 | <td valign="top">[XQuery] externalFunctionCall</td>
|
| 80 | <td>The result of an unsuccessful call to an external function (for example, if the function implementation cannot be found or does not return a value of the declared type).</td>
|
| 81 | </tr>
|
| 82 | <tr>
|
| 83 | <td valign="top">[FuncOps] stringToDecimal</td>
|
| 84 | <td>The result of casting a string to xs:decimal, when the resulting value is not too large or too small but nevertheless has too many decimal digits to be accurately represented, is implementation-defined. See 17.1.1 Casting from xs:string and xs:untypedAtomic.</td>
|
| 85 | </tr>
|
| 86 | <tr>
|
| 87 | <td valign="top">[FuncOps] weakenStable</td>
|
| 88 | <td>The manner in which implementations provide options to weaken the stable characteristic of 15.5.6 fn:collection and 15.5.4 fn:doc are implementation-defined.</td>
|
| 89 | </tr>
|
| 90 | </table>
|
| 91 | </blockquote>
|
| 92 | </li>
|
| 93 |
|
| 94 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents (republished on June 8, 2006).
|
| 95 | <br/>Changes have been made to reflect the resolutions of the following CR issues by the XML
|
| 96 | Query and XSL WGs:
|
| 97 | <blockquote>
|
| 98 | <table>
|
| 99 | <tr>
|
| 100 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3310">3310</a></td>
|
| 101 | <td>"x" castable as xs:QName</td>
|
| 102 | </tr>
|
| 103 | <tr>
|
| 104 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3312">3312</a></td>
|
| 105 | <td>XPST0080, XPST0003 and XPST0051 overlaps</td>
|
| 106 | </tr>
|
| 107 | <tr>
|
| 108 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2710">2710</a></td>
|
| 109 | <td>extra white space in pragma content</td>
|
| 110 | </tr>
|
| 111 | <tr>
|
| 112 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3358">3358</a></td>
|
| 113 | <td>Rules for min() and max() handling of non-primitive types</td>
|
| 114 | </tr>
|
| 115 | <tr>
|
| 116 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3369">3369</a></td>
|
| 117 | <td>Operations on xs:duration</td>
|
| 118 | </tr>
|
| 119 | <tr>
|
| 120 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3433">3433</a></td>
|
| 121 | <td>Comparing xs:anyURI values</td>
|
| 122 | </tr>
|
| 123 | </table>
|
| 124 | </blockquote>
|
| 125 | </li>
|
| 126 | </ul>
|
| 127 |
|
| 128 |
|
| 129 | <h2>XQTS 0.9.4 (June 9, 2006)</h2>
|
| 130 |
|
| 131 | <ul>
|
| 132 | <li>Added more than 4000 test cases.
|
| 133 | </li>
|
| 134 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents.
|
| 135 | <br/>Changes have been made to reflect the resolutions of the following CR issues by the XML
|
| 136 | Query and XSL WGs:
|
| 137 | <blockquote>
|
| 138 | <table>
|
| 139 | <tr>
|
| 140 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2768">2768</a></td>
|
| 141 | <td>constructing list of union types from PSVI</td>
|
| 142 | </tr>
|
| 143 | <tr>
|
| 144 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3129">3129</a></td>
|
| 145 | <td>Catalog info for cast-within-3 and cast-within-4 are swapped</td>
|
| 146 | </tr>
|
| 147 | <tr>
|
| 148 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3303">3303</a></td>
|
| 149 | <td>fn-base-uri-23 expects the uri to be escaped?</td>
|
| 150 | </tr>
|
| 151 | <tr>
|
| 152 | <td><a href="http://www.w3.org/Member/bugzilla/show_bug.cgi?id=436">436</a></td>
|
| 153 | <td>base-uri-8 should allow error FONS0005.</td>
|
| 154 | </tr>
|
| 155 | <tr>
|
| 156 | <td><a href="http://www.w3.org/Member/bugzilla/show_bug.cgi?id=435">435</a></td>
|
| 157 | <td>base-uri test cases should allow error XQST0046</td>
|
| 158 | </tr>
|
| 159 | <tr>
|
| 160 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3307">3307</a></td>
|
| 161 | <td>XQST0009 is also valid for validateexpr-*</td>
|
| 162 | </tr>
|
| 163 | <tr>
|
| 164 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2900">2900</a></td>
|
| 165 | <td>invalid argument to doc() in fn-doc-xx</td>
|
| 166 | </tr>
|
| 167 | <tr>
|
| 168 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3152">3152</a></td>
|
| 169 | <td>fn-data-1</td>
|
| 170 | </tr>
|
| 171 | <tr>
|
| 172 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3281">3281</a></td>
|
| 173 | <td>value-comparison-3 and value-comparison-4 without schema import</td>
|
| 174 | </tr>
|
| 175 | <tr>
|
| 176 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3151">3151</a></td>
|
| 177 | <td>extexpr-26</td>
|
| 178 | </tr>
|
| 179 | <tr>
|
| 180 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2966">2966</a></td>
|
| 181 | <td>TestSources/test1collide-lib doesn't exist</td>
|
| 182 | </tr>
|
| 183 | <tr>
|
| 184 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2961">2961</a></td>
|
| 185 | <td>fn-base-uri-2 results in XPTY0019 iso FOTY0011</td>
|
| 186 | </tr>
|
| 187 | <tr>
|
| 188 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2959">2959</a></td>
|
| 189 | <td>op-subtract-dateTimes-yielding-DTD-10</td>
|
| 190 | </tr>
|
| 191 | <tr>
|
| 192 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2938">2938</a></td>
|
| 193 | <td>what of the Base URI is set by the implementation?</td>
|
| 194 | </tr>
|
| 195 | <tr>
|
| 196 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2936">2936</a></td>
|
| 197 | <td>negative zero xs:float in expected results?</td>
|
| 198 | </tr>
|
| 199 | <tr>
|
| 200 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3285">3285</a></td>
|
| 201 | <td>fn-data-1: Typed value or not typed value?</td>
|
| 202 | </tr>
|
| 203 | <tr>
|
| 204 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3280">3280</a></td>
|
| 205 | <td>orderBy55 is missing an alternative result</td>
|
| 206 | </tr>
|
| 207 | <tr>
|
| 208 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3279">3279</a></td>
|
| 209 | <td>XQPST0081 is incorrectly used for undeclared variables</td>
|
| 210 | </tr>
|
| 211 | <tr>
|
| 212 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3277">3277</a></td>
|
| 213 | <td>incorrect alternate results in case of InfoSet mapping when testing fn:count(fn:data(.../idrefs))?</td>
|
| 214 | </tr>
|
| 215 | <tr>
|
| 216 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3288">3288</a></td>
|
| 217 | <td>full axis is an optional feature</td>
|
| 218 | </tr>
|
| 219 | <tr>
|
| 220 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3274">3274</a></td>
|
| 221 | <td>op-time-greater-than-2 test 'gt' not 'ge'</td>
|
| 222 | </tr>
|
| 223 | <tr>
|
| 224 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2939">2939</a></td>
|
| 225 | <td>Missing namespace declarations in predicates tests</td>
|
| 226 | </tr>
|
| 227 | <tr>
|
| 228 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2903">2903</a></td>
|
| 229 | <td>fn-idref-xx incorrect input specified</td>
|
| 230 | </tr>
|
| 231 | <tr>
|
| 232 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2943">2943</a></td>
|
| 233 | <td>Can static typing report FORG0006?</td>
|
| 234 | </tr>
|
| 235 | <tr>
|
| 236 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2962">2962</a></td>
|
| 237 | <td>XPDY0002 or FONC0001?</td>
|
| 238 | </tr>
|
| 239 | <tr>
|
| 240 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2626">2626</a></td>
|
| 241 | <td>base-URI-10</td>
|
| 242 | </tr>
|
| 243 | <tr>
|
| 244 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3159">3159</a></td>
|
| 245 | <td>qname-cast-1 etc</td>
|
| 246 | </tr>
|
| 247 | <tr>
|
| 248 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3267">3267</a></td>
|
| 249 | <td>Wrong error code for vardeclwithtype-15</td>
|
| 250 | </tr>
|
| 251 | <tr>
|
| 252 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2954">2954</a></td>
|
| 253 | <td>White space problems in expected result files.</td>
|
| 254 | </tr>
|
| 255 | <tr>
|
| 256 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3157">3157</a></td>
|
| 257 | <td>Schema userdefined.xsd is invalid</td>
|
| 258 | </tr>
|
| 259 | <tr>
|
| 260 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3153">3153</a></td>
|
| 261 | <td>fn-years-from-duration-20</td>
|
| 262 | </tr>
|
| 263 | <tr>
|
| 264 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2815">2815</a></td>
|
| 265 | <td>fn:nilled tests on non-validated element.</td>
|
| 266 | </tr>
|
| 267 | <tr>
|
| 268 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3166">3166</a></td>
|
| 269 | <td>fn-iri-to-uri-18 has wrong baseline</td>
|
| 270 | </tr>
|
| 271 | <tr>
|
| 272 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3158">3158</a></td>
|
| 273 | <td>fn-resolve-uri-3</td>
|
| 274 | </tr>
|
| 275 | <tr>
|
| 276 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3155">3155</a></td>
|
| 277 | <td>fn-encode-for-uri1args-1</td>
|
| 278 | </tr>
|
| 279 | <tr>
|
| 280 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3156">3156</a></td>
|
| 281 | <td>fn-iri-to-uri-3 et seq</td>
|
| 282 | </tr>
|
| 283 | <tr>
|
| 284 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3167">3157</a></td>
|
| 285 | <td>fn-iri-to-uri-6, fn-iri-to-uri-14, fn-iri-to-uri-16, fn-iri-to-uri-3: wrong baselines</td>
|
| 286 | </tr>
|
| 287 | <tr>
|
| 288 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3168">3157</a></td>
|
| 289 | <td>fn-codepoint-equal-17 and fn-codepoint-equal-14 have invalid baselines</td>
|
| 290 | </tr>
|
| 291 | <tr>
|
| 292 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3132">3132</a></td>
|
| 293 | <td>fn-codepoint-equal-14 expects wrong result</td>
|
| 294 | </tr>
|
| 295 | <tr>
|
| 296 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3139">3139</a></td>
|
| 297 | <td>Inspect/implementation defined order fn-trace-*</td>
|
| 298 | </tr>
|
| 299 | <tr>
|
| 300 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3012">3012</a></td>
|
| 301 | <td>xqts static type errors</td>
|
| 302 | </tr>
|
| 303 | <tr>
|
| 304 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3134">3134</a></td>
|
| 305 | <td>fn-max-2 and fn-min-2 have wrong serialization for double number</td>
|
| 306 | </tr>
|
| 307 | <tr>
|
| 308 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3133">3133</a></td>
|
| 309 | <td>fn-codepoint-equal-17 expects wrong result</td>
|
| 310 | </tr>
|
| 311 | <tr>
|
| 312 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3131">3131</a></td>
|
| 313 | <td>Catalog info for qname-cast-1/4 and notation-cast-3</td>
|
| 314 | </tr>
|
| 315 | <tr>
|
| 316 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3130">3130</a></td>
|
| 317 | <td>casthcds10 and casthcds13 expect wrong results</td>
|
| 318 | </tr>
|
| 319 | <tr>
|
| 320 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3128">3128</a></td>
|
| 321 | <td>Catalog info for value-comparison-3 binds the wrong variable</td>
|
| 322 | </tr>
|
| 323 | <tr>
|
| 324 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3125">3125</a></td>
|
| 325 | <td>function-declaration-025: contains two errors, but only tests for one</td>
|
| 326 | </tr>
|
| 327 | <tr>
|
| 328 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2927">2927</a></td>
|
| 329 | <td>Syntax error in vardeclwithtype-13</td>
|
| 330 | </tr>
|
| 331 | <tr>
|
| 332 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2925">2925</a></td>
|
| 333 | <td>seq-queries-results-q5 doesn't use $input-context variable</td>
|
| 334 | </tr>
|
| 335 | <tr>
|
| 336 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2913">2913</a></td>
|
| 337 | <td>Module context-lib.xq is invalid</td>
|
| 338 | </tr>
|
| 339 | <tr>
|
| 340 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2908">2908</a></td>
|
| 341 | <td>fn-normalize-unicode-2 is not valid UTF-8</td>
|
| 342 | </tr>
|
| 343 | <tr>
|
| 344 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2898">2898</a></td>
|
| 345 | <td>document-uri tests have wrong catalog info</td>
|
| 346 | </tr>
|
| 347 | <tr>
|
| 348 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2994">2994</a></td>
|
| 349 | <td>Rules for comparing notations have changed</td>
|
| 350 | </tr>
|
| 351 | <tr>
|
| 352 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3020">3020</a></td>
|
| 353 | <td>wrong definition of int in op-numeric-unary-minusint1args-1</td>
|
| 354 | </tr>
|
| 355 | <tr>
|
| 356 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2932">2932</a></td>
|
| 357 | <td>Type/value mismatches in ExternalVariableWith tests</td>
|
| 358 | </tr>
|
| 359 | <tr>
|
| 360 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3009">3009</a></td>
|
| 361 | <td>testsuite should allow year zero</td>
|
| 362 | </tr>
|
| 363 | <tr>
|
| 364 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2608">2608</a></td>
|
| 365 | <td>Schema Import required?</td>
|
| 366 | </tr>
|
| 367 | <tr>
|
| 368 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2971">2971</a></td>
|
| 369 | <td>Incorrect gMonth format</td>
|
| 370 | </tr>
|
| 371 | <tr>
|
| 372 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2995">2995</a></td>
|
| 373 | <td>orderDecl-2 depends on undefined document order</td>
|
| 374 | </tr>
|
| 375 | <tr>
|
| 376 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2887">2887</a></td>
|
| 377 | <td>Invalid URI in fn-static-base-7</td>
|
| 378 | </tr>
|
| 379 | <tr>
|
| 380 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2709">2709</a></td>
|
| 381 | <td>Wrong overflow for float sum in sumflt3args-6</td>
|
| 382 | </tr>
|
| 383 | <tr>
|
| 384 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2884">2884</a></td>
|
| 385 | <td>fn-resolve-uri-3</td>
|
| 386 | </tr>
|
| 387 | <tr>
|
| 388 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2885">2885</a></td>
|
| 389 | <td>empty base-uris</td>
|
| 390 | </tr>
|
| 391 | <tr>
|
| 392 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2901">2901</a></td>
|
| 393 | <td>Malformed URI in base-URI-24</td>
|
| 394 | </tr>
|
| 395 | <tr>
|
| 396 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2906">2906</a></td>
|
| 397 | <td>fn-resolve-uri-16 should succeed</td>
|
| 398 | </tr>
|
| 399 | <tr>
|
| 400 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2648">2648</a></td>
|
| 401 | <td>fn-nilled-8/9 is miscatalogued</td>
|
| 402 | </tr>
|
| 403 | <tr>
|
| 404 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2897">2897</a></td>
|
| 405 | <td>Missing external variable declaration in Comp-notation</td>
|
| 406 | </tr>
|
| 407 | <tr>
|
| 408 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2636">2636</a></td>
|
| 409 | <td>Wrong query filename in catalog info for schema-import-3</td>
|
| 410 | </tr>
|
| 411 | <tr>
|
| 412 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2889">2889</a></td>
|
| 413 | <td>Catalog and external variable mismatches</td>
|
| 414 | </tr>
|
| 415 | <tr>
|
| 416 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2888">2888</a></td>
|
| 417 | <td>Invalid URI in fn-resolve-QName tests</td>
|
| 418 | </tr>
|
| 419 | <tr>
|
| 420 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2886">2886</a></td>
|
| 421 | <td>invalid uri in fn-base-uri-9</td>
|
| 422 | </tr>
|
| 423 | <tr>
|
| 424 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2803">2803</a></td>
|
| 425 | <td>[FO] Error FONS0003 appears only in the Appendix C, Error Summary</td>
|
| 426 | </tr>
|
| 427 | <tr>
|
| 428 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2647">2647</a></td>
|
| 429 | <td>extexpr-6 is miscatalogued</td>
|
| 430 | </tr>
|
| 431 | <tr>
|
| 432 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2791">2791</a></td>
|
| 433 | <td>Missing tests for duration comparisons?</td>
|
| 434 | </tr>
|
| 435 | <tr>
|
| 436 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2809">2809</a></td>
|
| 437 | <td>fn:resolve-uri() called without base uri paramater and no base uri in the static context.</td>
|
| 438 | </tr>
|
| 439 | </table>
|
| 440 | </blockquote>
|
| 441 | Most of these changes have been reflected in the revised XML Query CR documents
|
| 442 | published on June 9.
|
| 443 | </li>
|
| 444 | </ul>
|
| 445 |
|
| 446 |
|
| 447 | <h2>XQTS 0.9.0 (April 19, 2006)</h2>
|
| 448 |
|
| 449 | <ul>
|
| 450 | <li>Changed the namespace of xdt:anyAtomicType, xdt:yearMonthDuration, xdt:dayTimeDuration,
|
| 451 | xdt:untyped, and xdt:untypedAtomic to
|
| 452 | the XML Schema namespace "http://www.w3.org/2001/XMLSchema" (see the CR issue resolved in
|
| 453 | Bugzilla
|
| 454 | <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2548">2548</a>,
|
| 455 | Change namespace binding for anyAtomicType, yearMonthDuration and dayTimeDuration).
|
| 456 | </li>
|
| 457 | <li>Added small number of tests for Trivial XML Embedding Feature.
|
| 458 | See the description of the new "trivial" scenario in the catalog.
|
| 459 | </li>
|
| 460 | <li>An <test-suite-info> descriptive element was added to XQTSCatalog.xml.
|
| 461 | This was requested in Bug
|
| 462 | <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2517">2517</a>
|
| 463 | </li>
|
| 464 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents.
|
| 465 | <br/>Changes have been made to reflect the resolutions of the following CR issues by the XML
|
| 466 | Query and XSL WGs:
|
| 467 | <blockquote>
|
| 468 | <table>
|
| 469 | <tr>
|
| 470 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2681">2681</a></td>
|
| 471 | <td>Functions taking "." as default argument</td>
|
| 472 | </tr>
|
| 473 | <tr>
|
| 474 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2692">2692</a></td>
|
| 475 | <td>for $p at $p in EXP return $p</td>
|
| 476 | </tr>
|
| 477 | <tr>
|
| 478 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2462">2462</a></td>
|
| 479 | <td>Escaping URILiterals</td>
|
| 480 | </tr>
|
| 481 | <tr>
|
| 482 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2559">2559</a></td>
|
| 483 | <td>Conflicting error codes: FORG0006 vs XPTY0004</td>
|
| 484 | </tr>
|
| 485 | <tr>
|
| 486 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2460">2460</a></td>
|
| 487 | <td>XQuery error XQST0088</td>
|
| 488 | </tr>
|
| 489 | <tr>
|
| 490 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2447">2447</a></td>
|
| 491 | <td>Error codes XPST0008 and XPST0081</td>
|
| 492 | </tr>
|
| 493 | <tr>
|
| 494 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2944">2944</a></td>
|
| 495 | <td>fn:years-from-duration, days-from-duration, etc and wrong argument type.</td>
|
| 496 | </tr>
|
| 497 | <tr>
|
| 498 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2941">2941</a></td>
|
| 499 | <td>fn:avg raise XPTY0004.</td>
|
| 500 | </tr>
|
| 501 | <tr>
|
| 502 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2500">2500</a></td>
|
| 503 | <td>Predicate list evaluation.</td>
|
| 504 | </tr>
|
| 505 | <tr>
|
| 506 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2518">2518</a></td>
|
| 507 | <td>Feature request: allow XInclude and xml:*</td>
|
| 508 | </tr>
|
| 509 | <tr>
|
| 510 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2789">2789</a></td>
|
| 511 | <td>Substitutability of duration subtypes.</td>
|
| 512 | </tr>
|
| 513 | <tr>
|
| 514 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2921">2921</a></td>
|
| 515 | <td>Provide an exemple of a numeric range used as filter expression.</td>
|
| 516 | </tr>
|
| 517 | <tr>
|
| 518 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2950">2950</a></td>
|
| 519 | <td>Modules binding the xml/xmlns prefix is valid.</td>
|
| 520 | </tr>
|
| 521 | <tr>
|
| 522 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3003">3003</a></td>
|
| 523 | <td>Catalog: multiple module imports for same namespace.</td>
|
| 524 | </tr>
|
| 525 | <tr>
|
| 526 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2456">2456</a></td>
|
| 527 | <td>Changes to min() and max().</td>
|
| 528 | </tr>
|
| 529 | <tr>
|
| 530 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2457">2457</a></td>
|
| 531 | <td>Rules for URI encoding don't match RFC 3986/3987.</td>
|
| 532 | </tr>
|
| 533 | <tr>
|
| 534 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2517">2517</a></td>
|
| 535 | <td>Feature request: test-suite/@title.</td>
|
| 536 | </tr>
|
| 537 | <tr>
|
| 538 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2542">2542</a></td>
|
| 539 | <td>fn:id and fn:idref are not affected by ordering mode unordered.</td>
|
| 540 | </tr>
|
| 541 | <tr>
|
| 542 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2710">2710</a></td>
|
| 543 | <td>[xqueryx and xquery] extra white space in pragma content.</td>
|
| 544 | </tr>
|
| 545 | <tr>
|
| 546 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2682">2682</a></td>
|
| 547 | <td>Whitespace text nodes stripped from source document.</td>
|
| 548 | </tr>
|
| 549 | <tr>
|
| 550 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2528">2528</a></td>
|
| 551 | <td>[xqueryx] check for node tests in xsl.</td>
|
| 552 | </tr>
|
| 553 | <tr>
|
| 554 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2644">2644</a></td>
|
| 555 | <td>[F+O] Conversion from float/double to string.</td>
|
| 556 | </tr>
|
| 557 | <tr>
|
| 558 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2459">2459</a></td>
|
| 559 | <td>[Serialization] Phases of Character Expansion.</td>
|
| 560 | </tr>
|
| 561 | <tr>
|
| 562 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2535">2535</a></td>
|
| 563 | <td>One empty sequence is deep-equal to another, but they are not =.</td>
|
| 564 | </tr>
|
| 565 | <tr>
|
| 566 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2447">2447</a></td>
|
| 567 | <td>XPST0008 and XPST0081 used interchangeably.</td>
|
| 568 | </tr>
|
| 569 | <tr>
|
| 570 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2680">2680</a></td>
|
| 571 | <td>Wrong error code for Constr-comppi-compname-9.</td>
|
| 572 | </tr>
|
| 573 | <tr>
|
| 574 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2492">2492</a></td>
|
| 575 | <td>[F+O] op:notation-equal.</td>
|
| 576 | </tr>
|
| 577 | <tr>
|
| 578 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2545">2545</a></td>
|
| 579 | <td>EBV (fn:boolean) and xs:anyURI.</td>
|
| 580 | </tr>
|
| 581 | <tr>
|
| 582 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2672">2672</a></td>
|
| 583 | <td>fn-error-2 expected results.</td>
|
| 584 | </tr>
|
| 585 | <tr>
|
| 586 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2653">2653</a></td>
|
| 587 | <td>fn-escape-html-uri-20 is misencoded.</td>
|
| 588 | </tr>
|
| 589 | <tr>
|
| 590 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2635">2635</a></td>
|
| 591 | <td>Wrong error for validateexpr-1.</td>
|
| 592 | </tr>
|
| 593 | <tr>
|
| 594 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2580">2580</a></td>
|
| 595 | <td>fn:base-uri(), various tests.</td>
|
| 596 | </tr>
|
| 597 | <tr>
|
| 598 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2735">2735</a></td>
|
| 599 | <td>Exact semantics in casting string to decimal.</td>
|
| 600 | </tr>
|
| 601 | <tr>
|
| 602 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2934">2934</a></td>
|
| 603 | <td>Last digit of precision in fn:number tests.</td>
|
| 604 | </tr>
|
| 605 | <tr>
|
| 606 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3001">3001</a></td>
|
| 607 | <td>orderDecl-2 is non-deterministic.</td>
|
| 608 | </tr>
|
| 609 | <tr>
|
| 610 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2896">2896</a></td>
|
| 611 | <td>Validated data in Comp-notation-2.</td>
|
| 612 | </tr>
|
| 613 | <tr>
|
| 614 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2910">2910</a></td>
|
| 615 | <td>External variable tests.</td>
|
| 616 | </tr>
|
| 617 | <tr>
|
| 618 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2716">2716</a></td>
|
| 619 | <td>Constructor tests depending on schema validated data.</td>
|
| 620 | </tr>
|
| 621 | <tr>
|
| 622 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2682">2682</a></td>
|
| 623 | <td>Whitespace text nodes stripped from source document.</td>
|
| 624 | </tr>
|
| 625 | <tr>
|
| 626 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2324">2324</a></td>
|
| 627 | <td>Value/General comparisons: type promotion for xs:anyURI/numeric.</td>
|
| 628 | </tr>
|
| 629 | <tr>
|
| 630 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2678">2678</a></td>
|
| 631 | <td>Can't cast xs:QName to xs:QName.</td>
|
| 632 | </tr>
|
| 633 | </tr>
|
| 634 | <tr>
|
| 635 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2548">2548</a></td>
|
| 636 | <td>Change namespace binding for anyAtomicType, yearMonthDuration and dayTimeDuration</td>
|
| 637 | </tr>
|
| 638 | </table>
|
| 639 | </blockquote>
|
| 640 | </li>
|
| 641 | </ul>
|
| 642 |
|
| 643 |
|
| 644 | <h2>XQTS 0.8.6 (Feb. 15, 2006)</h2>
|
| 645 |
|
| 646 | <ul>
|
| 647 | <li>Added tests for the Module Import,
|
| 648 | Schema Import,
|
| 649 | External Variable References with TypeDeclatation, and
|
| 650 | External Variable References without TypeDeclaration features.
|
| 651 | The addition of these tests required that we extend our catalog schema.
|
| 652 | Our guidelines have been updated to reflect these extensions as well.
|
| 653 | </li>
|
| 654 | <li>An expected error element can now specify "*", indicating that any error is acceptable.
|
| 655 | </li>
|
| 656 | <li>
|
| 657 | End of line characters have been removed from the ends of files of expected results
|
| 658 | that use the Text and Fragment comparator.
|
| 659 | </li>
|
| 660 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents.
|
| 661 | <br/>Changes have been made to reflect the resolutions of the following CR issues by the XML
|
| 662 | Query and XSL WGs:
|
| 663 | <blockquote>
|
| 664 | <table>
|
| 665 | <tr>
|
| 666 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2681">2681</a></td>
|
| 667 | <td>Functions taking "." as default argument</td>
|
| 668 | </tr>
|
| 669 | <tr>
|
| 670 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2692">2692</a></td>
|
| 671 | <td>for $p at $p in EXP return $p</td>
|
| 672 | </tr>
|
| 673 | <tr>
|
| 674 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2462">2462</a></td>
|
| 675 | <td>Escaping URILiterals</td>
|
| 676 | </tr>
|
| 677 | <tr>
|
| 678 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2559">2559</a></td>
|
| 679 | <td>Conflicting error codes: FORG0006 vs XPTY0004</td>
|
| 680 | </tr>
|
| 681 | <tr>
|
| 682 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2460">2460</a></td>
|
| 683 | <td>XQuery error XQST0088</td>
|
| 684 | </tr>
|
| 685 | <tr>
|
| 686 | <td><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2447">2447</a></td>
|
| 687 | <td>Error codes XPST0008 and XPST0081</td>
|
| 688 | </tr>
|
| 689 | </table>
|
| 690 | </blockquote>
|
| 691 | </li>
|
| 692 | </ul>
|
| 693 |
|
| 694 |
|
| 695 | <h2>XQTS 0.8.4 (Jan. 4, 2006)</h2>
|
| 696 |
|
| 697 | <ul>
|
| 698 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents.</li>
|
| 699 | <li>Added 450 tests.</li>
|
| 700 | <li>
|
| 701 | <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=1997">Bugzilla Bug 1997</a>
|
| 702 | noted that some tests require that the input document has
|
| 703 | been constructed after XML Schema validation.
|
| 704 | Some of these tests have been re-written to use typed values constructed in the query.
|
| 705 | For others, we have added expected results for XQuery implementations that do not perform schema
|
| 706 | validation.
|
| 707 | Both the output-file and expected-error elements can now have an optional input-document attribute
|
| 708 | that indicates whether they correspond to typed input documents or untyped input documents.
|
| 709 | </li>
|
| 710 | </ul>
|
| 711 |
|
| 712 |
|
| 713 | <h2>XQTS 0.8.2 (Dec. 7, 2005)</h2>
|
| 714 |
|
| 715 | <ul>
|
| 716 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents.</li>
|
| 717 | <li>Added 612 tests.</li>
|
| 718 | <li><a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2476">Bugzilla Bug 2476</a>
|
| 719 | suggested that the Text comparator should require that both the actual result and the
|
| 720 | expected result be wrapped in an arbitrary element and canonicalized
|
| 721 | before binary comparison takes place.
|
| 722 | This change was suggested because serialization allows some characters to be
|
| 723 | represented multiple ways in the output
|
| 724 | ("<" could be represented by "&lt;", "&#60;", or "&#x3C;", for example) .
|
| 725 | With this change, the Text comparator and the Fragment comparator
|
| 726 | now perform the same comparison.</li>
|
| 727 | </ul>
|
| 728 |
|
| 729 | <h2>XQTS 0.8.0 (Nov. 3, 2005)</h2>
|
| 730 |
|
| 731 | <ul>
|
| 732 | <li>Tests reflect Nov. 3, 2005 XML Query CR documents.</li>
|
| 733 | <li>Added 135 tests.</li>
|
| 734 | <li>
|
| 735 | <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=1997">Bugzilla Bug 1997</a>
|
| 736 | has noted that some tests require that the input document has
|
| 737 | been constructed after XML Schema validation.
|
| 738 | This issue will be addressed by the XML Query WG shortly.
|
| 739 | </li>
|
| 740 | <li>
|
| 741 | <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2400">Bugzilla Bug 2400</a>
|
| 742 | noted that some of the XQueryX tests were not schema valid.
|
| 743 | This has been corrected.
|
| 744 | </li>
|
| 745 | </ul>
|
| 746 |
|
| 747 | <h2>XQTS 0.7.0 (Oct. 16, 2005)</h2>
|
| 748 |
|
| 749 | <ul>
|
| 750 | <li>Tests reflect Sept. 15, 2005 XML Query WDs.</li>
|
| 751 | <li>Added 1069 tests.</li>
|
| 752 | <li>Added XQueryX tests.</li>
|
| 753 | <ul>
|
| 754 | <li>Test harnesses for XQuery should use the XQueryQueryOffsetPath and
|
| 755 | XQueryFileExtension attributes in
|
| 756 | the <test-suite> top-level element to identify the directory and file extension of XQuery tests.
|
| 757 | Test harnesses for XQueryX should use the XQueryXQueryOffsetPath and
|
| 758 | XQueryXFileExtension attributes instead.
|
| 759 | </li>
|
| 760 | <li>Added <syntax> element to result document schema, requiring either XQuery or XQueryX.</li>
|
| 761 | <li>In the future, there will be an XQueryX test case that corresponds to each XQuery test case that
|
| 762 | is not identified as a parse error.
|
| 763 | In this release, many of these XQueryX test cases are missing.
|
| 764 | </ul>
|
| 765 | <li>Updated Implementation-defined items in the catalog.</li>
|
| 766 | </ul>
|
| 767 |
|
| 768 |
|
| 769 | <h2>XQTS 0.6.0 (Aug. 11, 2005)</h2>
|
| 770 | <ul>
|
| 771 | <li>Initial public release of the XML Query Test Suite.</li>
|
| 772 | </ul>
|
| 773 | </body>
|
| 774 | </html>
|