summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-10-26 14:00:20 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-28 12:32:34 +0000
commitfe3295f541ea2894f31525cba6e458cf9a4582e9 (patch)
tree2bdc4091cd754032a3c2eb66d66b9be1e9076464 /tests
parent932d6bbf11e41d7a6721c87697a700f918310b30 (diff)
Add more comments on disabled tests
Change-Id: I539a40b9c17de2ea41e7f52fc18b78a11a0904c6 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/tst_scion.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index c6e548b..7b18201 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -69,9 +69,11 @@ static QSet<QString> differentSemantics = QSet<QString>()
// Scion apparently sets <data> values without a src/expr attribute to 0. We set it to undefined, as specified in B.2.1.
<< QLatin1String("w3c-ecma/test456.txml") // replaced by modified_test456
<< QLatin1String("w3c-ecma/test576.txml")
- // FIXME: Currently we do not support loading scripts from a src.
+ // FIXME: qscxmlc fails on improper scxml file, currently no way of testing it properly for compiled case
<< QLatin1String("w3c-ecma/test301.txml")
+ // FIXME: Currently we do not support loading scripts from a srcexpr.
<< QLatin1String("w3c-ecma/test216.txml")
+ // FIXME: Currently we do not support nested scxml as a child of assign.
<< QLatin1String("w3c-ecma/test530.txml")
;