summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-template.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-09 20:17:56 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-09 20:44:13 (GMT)
commit831ffbfb9a9e57436058eaead8eedf081b03103e (patch)
tree6adf288649ebff5aa5c6d2c7931ed585e1973fd9 /test/expect/gccxml.any.Class-template.xml.txt
parent174356cdb7f27e741f9668883d1c5d558e20bc6b (diff)
downloadCastXML-831ffbfb9a9e57436058eaead8eedf081b03103e.zip
CastXML-831ffbfb9a9e57436058eaead8eedf081b03103e.tar.gz
CastXML-831ffbfb9a9e57436058eaead8eedf081b03103e.tar.bz2
test: Name expected results by language standard
Name files "gccxml.<std>.<test>.(stdout|stderr|result|xml).txt" where "<std>" is either the language standard or "any" if the result works for any standard.
Diffstat (limited to 'test/expect/gccxml.any.Class-template.xml.txt')
-rw-r--r--test/expect/gccxml.any.Class-template.xml.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.Class-template.xml.txt b/test/expect/gccxml.any.Class-template.xml.txt
new file mode 100644
index 0000000..b2cd410
--- /dev/null
+++ b/test/expect/gccxml.any.Class-template.xml.txt
@@ -0,0 +1,30 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Class id="_1" name="start&lt;char&gt;" context="_4" location="f1:3" file="f1" line="3" incomplete="1"/>
+ <Class id="_2" name="start&lt;int&gt;" context="_4" location="f1:4" file="f1" line="4" members="_5 _6 _7 _8"/>
+ <Struct id="_3" name="start&lt;int &amp;&gt;" context="_4" location="f1:5" file="f1" line="5" members="_9 _10 _11 _12"/>
+ <Constructor id="_5" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/>
+ <Constructor id="_6" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1">
+ <Argument type="_13" location="f1:4" file="f1" line="4"/>
+ </Constructor>
+ <OperatorMethod id="_7" name="=" returns="_14" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1">
+ <Argument type="_13" location="f1:4" file="f1" line="4"/>
+ </OperatorMethod>
+ <Destructor id="_8" name="start" context="_2" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/>
+ <Constructor id="_9" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"/>
+ <Constructor id="_10" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1">
+ <Argument type="_15" location="f1:5" file="f1" line="5"/>
+ </Constructor>
+ <OperatorMethod id="_11" name="=" returns="_16" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1">
+ <Argument type="_15" location="f1:5" file="f1" line="5"/>
+ </OperatorMethod>
+ <Destructor id="_12" name="start" context="_3" access="public" location="f1:5" file="f1" line="5" inline="1" artificial="1"/>
+ <ReferenceType id="_13" type="_2c"/>
+ <ReferenceType id="_14" type="_2"/>
+ <ReferenceType id="_15" type="_3c"/>
+ <ReferenceType id="_16" type="_3"/>
+ <Namespace id="_4" name="::"/>
+ <CvQualifiedType id="_2c" type="_2" const="1"/>
+ <CvQualifiedType id="_3c" type="_3" const="1"/>
+ <File id="f1" name=".*/test/input/Class-template.cxx"/>
+</GCC_XML>$