jez
1f22af47d1
added a skip
2011-01-08 19:57:28 +00:00
jez
1e77801b9d
added a couple of skips
2011-01-02 18:18:28 +00:00
Jez Higgins
bdfea4d29b
Skip XSLTFunctions_DocumentInUnion because order of nodes from different documents is not defined. In mangle's case even consistent, so this test some times passed and some times fails
2010-10-09 23:27:12 +01:00
Jez Higgins
332fa8cb27
Skip one of the errors tests, because actually running it is ok.
2010-10-09 22:04:23 +01:00
Jez Higgins
f8d7701f12
Named templates now take precedence into account - templates with higher precedence are discarded
2010-10-07 22:48:03 +01:00
Jez Higgins
8660ae4318
Updated expected fails - some of the Xalan namespace tests are looking for discretionary behaviour of recovering and continuing. I've opted (like MSXML and Saxon) to bail
2010-10-05 09:50:06 +01:00
Jez Higgins
944e075488
Changed a couple of tests to skip - the XML namespace is bound to the wrong prefix, which only MSXML seems to accept without warning
2010-10-04 23:44:08 +01:00
Jez Higgins
ade1285c4a
extend_extend03 now compiles
2010-02-21 21:37:37 +00:00
Jez Higgins
44b5d6ed3a
whipped up a quick do-nothing (ie broken) implementation of element-available
2010-02-21 18:35:58 +00:00
Jez Higgins
53730337f7
Miscellaneous 84111 now runs
2010-02-20 23:53:31 +00:00
Jez Higgins
4e29877ac1
initial implementation of function-available, currently returned only false
2010-02-19 23:21:30 +00:00
Jez Higgins
1252973d78
removed several skips
2010-01-13 22:54:36 +00:00
Jez Higgins
acff44245d
updated test results and expected fails
2010-01-02 22:19:01 +00:00
Jez Higgins
5881521c04
reinstated segfaulting test. now I've fixed the actual bug, it doesn't segfault any more :)
2009-12-14 14:46:57 +00:00
Jez Higgins
8890b8e450
skip a test that's causing a segfault on linux
2009-12-12 12:00:07 +00:00
jez
9d0ac38302
removed all the skips relating to lre as stylesheet
2009-04-28 21:56:33 +01:00
jez
c3869b6a53
updated expected-fails
2009-03-31 08:59:19 +01:00
jez
94d5a26c6c
skip test for two arg version of document() - not yet implemented
2009-03-27 08:30:28 +00:00
jez
27fc312bde
Excluded a Stylesheet test case
2009-03-27 08:19:45 +00:00
jez
4f28c8ae71
key as match pattern now runs - woo
2009-03-23 19:38:59 +00:00
jez
1a33572c06
include MS Import tests
2009-03-17 19:07:38 +00:00
jez
72939c397a
expected fails for Keys
2009-03-17 15:57:20 +00:00
jez
c3615c265b
added MS Keys tests
2009-03-17 09:07:38 +00:00
jez
e26f2fc5f8
Fixed - had committed a bad file
2009-03-05 23:39:06 +00:00
jez
e5f7291d57
Updated reasons why some tests don't compile
2009-03-04 12:42:24 +00:00
jez
bbe3f44d8c
run select tests that use key()
2009-03-03 08:00:49 +00:00
jez
9ddbb95491
implemented nodeset version of key()
2009-03-03 07:58:29 +00:00
jez
340093a56d
updated to run xsl:key/key() tests
2009-02-27 17:10:23 +00:00
jez
3e3447dcff
marked a couple of skips
2009-01-03 22:01:33 +00:00
jez
ae1b2f0acb
better frag checking
2009-01-03 21:41:45 +00:00
jez
bd49423c2d
synced laptop. added include tests with loops
2009-01-02 23:54:58 +00:00
jez
c9b50e484e
working on attribute tests
2009-01-02 23:08:49 +00:00
jez
83894f9e17
Started reinstating loop checking during imports and includes. Loops in
...
includes are detected, however imports are not yet.
2008-12-02 17:43:46 +00:00
jez
3ea6fde701
marked another couple of variable tests as skips
2008-12-02 11:31:59 +00:00
jez
b9a2e6e2f6
finished up Sorting expected fails
2008-11-03 10:21:56 +00:00
jez
ae7e196374
Updated Sorting expects
2008-11-02 20:25:58 +00:00
jez
57f793ccc8
provided null implementation for unparsed-entity-uri
2008-10-27 22:20:49 +00:00
jez
4e418a8622
Implemented generate-id function
2008-10-27 19:13:47 +00:00
jez
d1f9efc865
don't have to skip so many tests that sort
2008-10-27 16:00:12 +00:00
jez
8fbedce990
Updated some Text and Variable skips
2008-09-19 09:03:19 +01:00
jez
d173537cde
sync with home
2008-09-03 00:39:39 +01:00
jez
5870c68fa6
fiddled with NamedTemplates tests
2008-08-09 23:12:58 +01:00
jez
119d03572f
started running the Text tests
2008-08-09 21:03:36 +01:00
jez
f7dca473b5
Started work on Stylesheet tests
2008-08-09 20:03:39 +01:00
jez
6f33aea5f3
sorted out Namespace_XPath tests
2008-08-09 18:25:36 +01:00
jez
4e77e95aac
started running some more of the MS tests
2008-08-08 22:00:36 +01:00
jez
363a413a53
When running stylesheet, resolve variable values straightaway. This flushes out unresolved references and so on, although only in templates which are actually run.
...
Added several more test cases.
2008-08-06 12:34:35 +01:00
jez
b559feb7be
Added several more variables tests, related the namespace prefixes
...
fixed internal qname resolution - 2.4 says unprefixed names are not in the default namespace
fixed xsl:element - unprefixed names, when no namespace uri is supplied are in teh default namespace
2008-08-05 22:03:33 +01:00
jez
72e8decc76
added some precedence tests
2008-08-05 20:35:28 +01:00
jez
01db7aad46
added some new tests concerning variable declarations inside variables
2008-08-05 16:17:28 +01:00