jez
|
80a0455d75
|
skip if default attrs not supported
|
2010-12-21 09:03:25 +00:00 |
|
jez
|
f9d9551ee7
|
compile for all string_types
|
2010-12-20 15:59:06 +00:00 |
|
Jez Higgins
|
53184edc79
|
better error handling when loading docs
|
2010-12-19 22:44:06 +00:00 |
|
Jez Higgins
|
4ab8d34349
|
return 77 from test executables so that make check doesn't stop the build
|
2010-12-18 01:02:52 +00:00 |
|
Jez Higgins
|
2791880703
|
whitespace changes in generated code
|
2010-12-18 01:02:11 +00:00 |
|
Jez Higgins
|
0e8169db54
|
Error in test - check node type is 1 (element) not 3 (entityref)
|
2010-12-18 01:01:51 +00:00 |
|
Jez Higgins
|
dd93306eb9
|
whitespace changes in generated code
|
2010-12-18 01:00:54 +00:00 |
|
Jez Higgins
|
8c57052bf7
|
whitespace changes in generated code
|
2010-12-18 01:00:37 +00:00 |
|
Jez Higgins
|
c10f6a410d
|
wrap static_cast checks in an assertTrue to silence Clang's discarded resutl warning
|
2010-12-18 01:00:13 +00:00 |
|
Jez Higgins
|
f25de324af
|
whitespace changes in generated code
|
2010-12-18 00:59:09 +00:00 |
|
jez
|
d947908c68
|
Don't normalize after loading the test document. (OTOH it's gratifying to know that normalization worked properly :) )
|
2010-12-15 23:00:27 +00:00 |
|
Jez Higgins
|
623a169cf7
|
Setup DOM conformance files path so we can find them when running under hudson
|
2010-12-15 20:10:49 +00:00 |
|
jez
|
d878124d9d
|
More skips if entityrefs not expanded
|
2010-12-11 01:09:50 +00:00 |
|
Jez Higgins
|
2fc91e7965
|
silence unused variable warnings
|
2010-12-09 23:33:49 +00:00 |
|
Jez Higgins
|
59fd79277e
|
regenerated yet again :)
|
2010-12-09 23:33:18 +00:00 |
|
Jez Higgins
|
dd14985902
|
Sigh. VC++ is better, but it's still not as C++ conformant as gcc
|
2010-12-09 20:15:12 +00:00 |
|
jez
|
ce69150111
|
Improved error reporting. Fixed a couple of test functions in dom_conf_test. Skip a couple of entityRef tests
|
2010-12-09 19:03:23 +00:00 |
|
Jez Higgins
|
b001314598
|
tweaked suite name
|
2010-12-09 15:03:07 +00:00 |
|
Jez Higgins
|
fd64040a65
|
Include DOM conformance tests in dist package
|
2010-12-09 14:50:38 +00:00 |
|
Jez Higgins
|
b22d91ff3e
|
Got conformance tests compiling and running on Linux
|
2010-12-09 14:03:55 +00:00 |
|
jez
|
a7569aed2a
|
Base class for conformance tests
|
2010-12-09 12:18:55 +00:00 |
|
jez
|
244217f8f1
|
Silence 4244 loss of precision warning
|
2010-12-09 11:35:06 +00:00 |
|
jez
|
ff61aec7fb
|
Added DOM Level 1 Core conformance tests, derived from W3C DOM Conf tests
|
2010-12-09 11:34:15 +00:00 |
|
jez
|
6bd91d9abe
|
Silence warning 4244 - loss of precision
|
2010-12-09 10:54:46 +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
|
d28849dc48
|
Finally sorted out the attributes and their namespaces issues. hurrah
|
2010-10-03 16:08:54 +01:00 |
|
Jez Higgins
|
1bad5c72a3
|
For some reason I don't remember and can't understand, I'd defined silly_string's operator< as returning an int rather than a bool
|
2010-10-03 16:08:15 +01:00 |
|
Jez Higgins
|
abaaaf4cc4
|
Generate a namespace prefix for unprefixed attributes in namespaces. It's a start, but needs to check for clashes. I also wonder if there are cases when I need to generate them for elements too. Hmmm
|
2010-07-14 22:36:05 +01:00 |
|
jez
|
7080c5049e
|
finished up the test cases. now to get them to work
|
2010-07-14 10:04:34 +01:00 |
|
jez
|
7e8752fe30
|
Getting DOM operator<< to work with other strings
|
2010-07-14 09:08:46 +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
|
a6dcdbd87f
|
tests for std::map interface
|
2010-02-20 23:24:52 +00:00 |
|
Jez Higgins
|
cbc3f6e8d6
|
still chipping away at function-available
|
2010-02-20 21:56:47 +00:00 |
|
Jez Higgins
|
fb380c8e08
|
fixed warnings
|
2010-02-20 13:47:07 +00:00 |
|
Jez Higgins
|
c35185a64c
|
add hasFunction to FunctionResolver interface
|
2010-02-20 13:03:22 +00:00 |
|
Jez Higgins
|
4e29877ac1
|
initial implementation of function-available, currently returned only false
|
2010-02-19 23:21:30 +00:00 |
|
jez
|
b1cffddcba
|
check environment variable against null before trying to stream it
|
2010-02-19 11:20:25 +00:00 |
|
Jez Higgins
|
4d2ecb80c0
|
find returns npos when not found, not -1. I blame Java for making me think like that.
|
2010-01-15 10:22:02 +00:00 |
|
Jez Higgins
|
02ad044150
|
added test_NamedNodeMap.hpp into sources list.
|
2010-01-14 09:11:45 +00:00 |
|
Jez Higgins
|
1252973d78
|
removed several skips
|
2010-01-13 22:54:36 +00:00 |
|
Jez Higgins
|
4cdbecb95d
|
sadly no, but never mind - still a top result
|
2010-01-13 15:55:02 +00:00 |
|
Jez Higgins
|
b62e0a2e5e
|
yay, it's picking up the skipped tests. Let's see if I can get it to pick up the reasons
|
2010-01-13 15:41:17 +00:00 |
|
Jez Higgins
|
7eff8ad9d2
|
trying again to get skipped tests picked up
|
2010-01-13 15:22:45 +00:00 |
|
Jez Higgins
|
2dba657073
|
trying to make Hudson's test reporting pick up skipped tests
|
2010-01-13 14:22:31 +00:00 |
|