summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-10-28 13:25:17 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 10:54:34 +0000
commitedbe5301ec1789081ce17d853e176e7c7fb90014 (patch)
treecfc210888fd7c32d5d4d0dd4b4eff5d66d78bd67 /tests
parent4d4ac9d4415fe056888b3ff31fb7917d7786cacc (diff)
Fix routing delayed events
Change-Id: Ic872c6ede523eea1b8c5d5aab70b4bbeb5ceccaa Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/tst_scion.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 724f0e0..242a496 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -31,7 +31,7 @@
Q_DECLARE_METATYPE(std::function<QScxmlStateMachine *()>);
-enum { SpyWaitTime = 8000 };
+enum { SpyWaitTime = 12000 };
static QSet<QString> weFailOnThese = QSet<QString>()
// The following test needs manual inspection of the result. However, note that we do not support multiple identical keys for event data.
@@ -47,8 +47,6 @@ static QSet<QString> weFailOnThese = QSet<QString>()
// Currently we do not support loading data as XML content inside the <data> tag.
<< QLatin1String("w3c-ecma/test557.txml")
- // A nested state machine is used, which we do not support.
- << QLatin1String("w3c-ecma/test187.txml")
// The following test uses the undocumented "exmode" attribute.
<< QLatin1String("w3c-ecma/test441a.txml")
// The following test needs manual inspection of the result. However, note that we do not support the undocumented "exmode" attribute.
@@ -64,9 +62,9 @@ static QSet<QString> differentSemantics = QSet<QString>()
<< QLatin1String("w3c-ecma/test329.txml")
// Qt does not support forcing initial states that are not marked as such.
<< QLatin1String("w3c-ecma/test413.txml") // FIXME: verify initial state setting...
+ << QLatin1String("w3c-ecma/test576.txml") // FIXME: verify initial state setting...
// 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: 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.