summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-03 12:44:15 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-08 12:13:20 +0300
commite8df11b12fa400fda225450f083eaaf7a68aa2ff (patch)
tree6e8ef943892fa3c90354af3dfdac7430a26b8863 /tests
parent20b42f3469b8fefa90b2541ddf448568071f6441 (diff)
Support locationid in <invoke>.
Change-Id: Ie76d858cdc086dd376b16e9469dd3723cdba261d Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/scion.pro3
-rw-r--r--tests/auto/scion/tst_scion.cpp3
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/scion/scion.pro b/tests/auto/scion/scion.pro
index 1d38733..7b85adb 100644
--- a/tests/auto/scion/scion.pro
+++ b/tests/auto/scion/scion.pro
@@ -68,9 +68,6 @@ BLACKLISTED = \
test207.txml.scxml \
test215.txml.scxml \
test216.txml.scxml \
- test223.txml.scxml \
- test224.txml.scxml \
- test225.txml.scxml \
test226.txml.scxml \
test228.txml.scxml \
test229.txml.scxml \
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index f5bebcf..087d5b1 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -52,9 +52,6 @@ static QSet<QString> weFailOnThese = QSet<QString>()
// We do not (yet?) support invoke.
<< QLatin1String("w3c-ecma/test215.txml")
<< QLatin1String("w3c-ecma/test216.txml")
- << QLatin1String("w3c-ecma/test223.txml")
- << QLatin1String("w3c-ecma/test224.txml")
- << QLatin1String("w3c-ecma/test225.txml")
<< QLatin1String("w3c-ecma/test226.txml")
<< QLatin1String("w3c-ecma/test228.txml")
<< QLatin1String("w3c-ecma/test229.txml")