Lines Matching refs:fail

116             fail("XDocumentBuilder.parse(null)");  in testXDocumentBuilder()
126 fail("XDocumentBuilder.parseURI(\"\")"); in testXDocumentBuilder()
305 fail("XDocument.importNode(null)"); in testXDocument()
466 fail("XDocument.setNodeValue()"); in testXDocument()
474 fail("XDocument.setPrefix()"); in testXDocument()
482 fail("XDocument.appendChild(null)"); in testXDocument()
488 fail("XDocument.insertBefore(null,)"); in testXDocument()
492 fail("XDocument.insertBefore(, null)"); in testXDocument()
496 fail("XDocument.insertBefore(x, x)"); in testXDocument()
516 fail("XDocument.replaceChild(null, )"); in testXDocument()
520 fail("XDocument.replaceChild(, null)"); in testXDocument()
524 fail("XDocument.replaceChild(xElemFoo, xElemFoo)"); in testXDocument()
547 fail("XDocument.removeChild(null)"); in testXDocument()
551 fail("XDocument.removeChild()"); in testXDocument()
668 fail("XDocumentFragment.setNodeValue()"); in testXDocumentFragment()
676 fail("XDocumentFragment.setPrefix()"); in testXDocumentFragment()
684 fail("XDocumentFragment.appendChild(null)"); in testXDocumentFragment()
690 fail("XDocumentFragment.insertBefore(null,)"); in testXDocumentFragment()
694 fail("XDocumentFragment.insertBefore(, null)"); in testXDocumentFragment()
698 fail("XDocumentFragment.insertBefore(x, x)"); in testXDocumentFragment()
718 fail("XDocumentFragment.replaceChild(null, )"); in testXDocumentFragment()
722 fail("XDocumentFragment.replaceChild(, null)"); in testXDocumentFragment()
726 fail("XDocumentFragment.replaceChild(xElemFoo, xElemFoo)"); in testXDocumentFragment()
749 fail("XDocumentFragment.removeChild(null)"); in testXDocumentFragment()
753 fail("XDocumentFragment.removeChild()"); in testXDocumentFragment()
849 fail("XElement.removeAttributeNode(null)"); in testXElement()
854 fail("XElement.removeAttributeNode(xAttr)"); in testXElement()
884 fail("XElement.setAttributeNode(xAttrSet)"); in testXElement()
897 fail("XElement.setAttributeNodeNS(xAttrNsSet)"); in testXElement()
1056 fail("XElement.setNodeValue()"); in testXElement()
1067 fail("XElement.appendChild(null)"); in testXElement()
1072 fail("XElemFoo.insertBefore(null,)"); in testXElement()
1076 fail("XElemFoo.insertBefore(, null)"); in testXElement()
1080 fail("XElement.insertBefore(x, x)"); in testXElement()
1100 fail("XElement.replaceChild(null, )"); in testXElement()
1104 fail("XElement.replaceChild(, null)"); in testXElement()
1108 fail("XElement.replaceChild(xElemFoo, xElemFoo)"); in testXElement()
1131 fail("XElement.removeChild(null)"); in testXElement()
1135 fail("XElement.removeChild()"); in testXElement()
1282 fail("XAttr.appendChild(null)"); in testXAttr()
1287 fail("XAttr.insertBefore(null,)"); in testXAttr()
1291 fail("XAttr.insertBefore(, null)"); in testXAttr()
1295 fail("XAttr.insertBefore(x, x)"); in testXAttr()
1318 fail("XAttr.replaceChild(null, )"); in testXAttr()
1322 fail("XAttr.replaceChild(, null)"); in testXAttr()
1326 fail("XAttr.replaceChild(xAttrNs, xAttrNs)"); in testXAttr()
1348 fail("XAttr.removeChild(null)"); in testXAttr()
1352 fail("XAttr.removeChild()"); in testXAttr()
1401 fail("XText.deleteData(999,999)"); in testXText()
1410 fail("XText.insertData(999,\"blah\")"); in testXText()
1420 fail("XText.replaceData(999,999,\"x\")"); in testXText()
1433 fail("XText.subStringData(999,999)"); in testXText()
1503 fail("XText.setPrefix()"); in testXText()
1514 fail("XText.appendChild(null)"); in testXText()
1518 fail("XText.appendChild(xText2)"); in testXText()
1526 fail("XText.insertBefore"); in testXText()
1531 fail("XText.insertBefore"); in testXText()
1536 fail("XText.removeChild(null)"); in testXText()
1541 fail("XText.removeChild"); in testXText()
1583 fail("XCDATASection.deleteData(999,999)"); in testXCDataSection()
1593 fail("XCDATASection.insertData(999,\"blah\")"); in testXCDataSection()
1603 fail("XCDATASection.replaceData(999,999,\"x\")"); in testXCDataSection()
1616 fail("XCDATASection.subStringData(999,999)"); in testXCDataSection()
1693 fail("XCDATASection.setPrefix()"); in testXCDataSection()
1704 fail("XCDATASection.appendChild(null)"); in testXCDataSection()
1708 fail("XCDATASection.appendChild(xCDS2)"); in testXCDataSection()
1716 fail("XCDATASection.insertBefore"); in testXCDataSection()
1721 fail("XCDATASection.insertBefore"); in testXCDataSection()
1726 fail("XCDATASection.removeChild(null)"); in testXCDataSection()
1731 fail("XCDATASection.removeChild"); in testXCDataSection()
1757 fail("XComment.deleteData(999,999)"); in testXComment()
1767 fail("XComment.insertData(999,\"blah\")"); in testXComment()
1777 fail("XComment.replaceData(999,999,\"x\")"); in testXComment()
1790 fail("XComment.subStringData(999,999)"); in testXComment()
1866 fail("XComment.setPrefix()"); in testXComment()
1877 fail("XComment.appendChild(null)"); in testXComment()
1881 fail("XComment.appendChild(xComment2)"); in testXComment()
1889 fail("XComment.insertBefore"); in testXComment()
1894 fail("XComment.insertBefore"); in testXComment()
1899 fail("XComment.removeChild(null)"); in testXComment()
1904 fail("XComment.removeChild"); in testXComment()
2014 fail("XEntityReference.setNodeValue()"); in testXEntityReference()
2022 fail("XEntityReference.setPrefix()"); in testXEntityReference()
2030 fail("XEntityReference.appendChild(null)"); in testXEntityReference()
2035 fail("XEntityReference.insertBefore(null,)"); in testXEntityReference()
2039 fail("XEntityReference.insertBefore(, null)"); in testXEntityReference()
2043 fail("XEntityReference.insertBefore(x, x)"); in testXEntityReference()
2063 fail("XEntityReference.replaceChild(null, )"); in testXEntityReference()
2067 fail("XEntityReference.replaceChild(, null)"); in testXEntityReference()
2071 fail("XEntityReference.replaceChild(xElemFoo, xElemFoo)"); in testXEntityReference()
2094 fail("XEntityReference.removeChild(null)"); in testXEntityReference()
2098 fail("XEntityReference.removeChild()"); in testXEntityReference()
2208 fail("XProcessingInstruction.setPrefix()"); in testXProcessingInstruction()
2219 fail("XProcessingInstruction.appendChild(null)"); in testXProcessingInstruction()
2223 fail("XProcessingInstruction.appendChild(xText2)"); in testXProcessingInstruction()
2231 fail("XProcessingInstruction.insertBefore"); in testXProcessingInstruction()
2236 fail("XProcessingInstruction.insertBefore"); in testXProcessingInstruction()
2241 fail("XProcessingInstruction.removeChild(null)"); in testXProcessingInstruction()
2246 fail("XProcessingInstruction.removeChild"); in testXProcessingInstruction()
2474 fail("XXPathAPI.eval"); in testXXPathAPI()
2478 fail("XXPathAPI.evalNS"); in testXXPathAPI()
2482 fail("XXPathAPI.selectNodeList"); in testXXPathAPI()
2486 fail("XXPathAPI.selectNodeListNS"); in testXXPathAPI()
2490 fail("XXPathAPI.selectSingleNode"); in testXXPathAPI()
2494 fail("XXPathAPI.selectSingleNodeNS"); in testXXPathAPI()
2498 fail("XXPathAPI.eval(null)"); in testXXPathAPI()
2502 fail("XXPathAPI.evalNS(null)"); in testXXPathAPI()
2506 fail("XXPathAPI.selectNodeList(null)"); in testXXPathAPI()
2510 fail("XXPathAPI.selectNodeListNS(null)"); in testXXPathAPI()
2514 fail("XXPathAPI.selectSingleNode(null)"); in testXXPathAPI()
2518 fail("XXPathAPI.selectSingleNodeNS(null)"); in testXXPathAPI()
2563 fail("XXPathAPI.selectSingleNode"); in testXXPathAPI()
2575 fail("XXPathAPI.unregisterNS"); in testXXPathAPI()
2716 fail("MockNode.appendChild called?"); in appendChild()
2720 fail("MockNode.cloneNode called?"); in cloneNode()
2724 fail("MockNode.getAttributes not implemented"); in getAttributes()
2728 fail("MockNode.getChildList not implemented"); in getChildNodes()
2751 fail("MockNode.insertBefore called?"); in insertBefore()
2756 fail("MockNode.normalize called?"); in normalize()
2759 fail("MockNode.removeChild called?"); in removeChild()
2763 fail("MockNode.replaceChild called?"); in replaceChild()
2767 fail("MockNode.setNodeValue called?"); in setNodeValue()
2770 fail("MockNode.setPrefix called?"); in setPrefix()
2783 fail("MockNode.createAttribute called?"); in createAttribute()
2787 fail("MockNode.createAttributeNS called?"); in createAttributeNS()
2791 fail("MockNode.createCDATASection called?"); in createCDATASection()
2795 fail("MockNode.createCDATASection called?"); in createComment()
2799 fail("MockNode.createDocumentFragment called?"); in createDocumentFragment()
2803 fail("MockNode.createElement called?"); in createElement()
2807 fail("MockNode.createElementNS called?"); in createElementNS()
2812 fail("MockNode.createEntityReference called?"); in createEntityReference()
2817 fail("MockNode.createEntityReference called?"); in createProcessingInstruction()
2821 fail("MockNode.createTextNode called?"); in createTextNode()
2825 fail("MockNode.getDoctype called?"); in getDoctype()
2829 fail("MockNode.getDocumentElement called?"); in getDocumentElement()
2833 fail("MockNode.getElementById called?"); in getElementById()
2837 fail("MockNode.getElementsByTagName called?"); in getElementsByTagName()
2841 fail("MockNode.getElementsByTagNameNS called?"); in getElementsByTagNameNS()
2845 fail("MockNode.getImplementation called?"); in getImplementation()
2849 fail("MockNode.importNode called?"); in importNode()
2861 fail("MockNodeMap.getNamedItem not implemented"); in getNamedItem()
2865 fail("MockNodeMap.getNamedItemNS not implemented"); in getNamedItemNS()
2872 fail("MockNodeMap.removeNamedItem called?"); in removeNamedItem()
2876 fail("MockNodeMap.removeNamedItemNS called?"); in removeNamedItemNS()
2880 fail("MockNodeMap.setNamedItem called?"); in setNamedItem()
2884 fail("MockNodeMap.setNamedItemNS called?"); in setNamedItemNS()
2903 fail("MockNode.getAttribute not implemented"); in getAttribute()
2907 fail("MockNode.getAttributeNode not implemented"); in getAttributeNode()
2911 fail("MockNode.getAttributeNodeNS not implemented"); in getAttributeNodeNS()
2915 fail("MockNode.getAttributeNS not implemented"); in getAttributeNS()
2919 fail("MockNode.getElementsByTagName called?"); in getElementsByTagName()
2923 fail("MockNode.getElementsByTagNameNS called?"); in getElementsByTagNameNS()
2930 fail("MockNode.hasAttribute not implemented"); in hasAttribute()
2934 fail("MockNode.hasAttributeNS not implemented"); in hasAttributeNS()
2938 fail("MockNode.removeAttribute called?"); in removeAttribute()
2941 fail("MockNode.removeAttributeNode called?"); in removeAttributeNode()
2945 fail("MockNode.removeAttributeNS called?"); in removeAttributeNS()
2948 fail("MockNode.setAttribute called?"); in setAttribute()
2951 fail("MockNode.setAttributeNode called?"); in setAttributeNode()
2955 fail("MockNode.setAttributeNodeNS called?"); in setAttributeNodeNS()
2960 fail("MockNode.setAttributeNS called?"); in setAttributeNS()
2978 fail("MockNode.setValue called?"); in setValue()