aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-11-01 12:52:54 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-11-08 14:54:29 +0000
commit673a17bf11162c8cd1aefceea4d8f84eab9be4a7 (patch)
tree88fd17b2d24b8e7033dc343ca6a0a96a15c84208
parent0a27a14ec1879096e5fffca75b3bd107b813db87 (diff)
V4 debugger: re-enable some more tests
They were fixed by a combination of previous changes. Change-Id: I9551715ff6f149e69b31204f374263c9f4498ed8 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp b/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
index 1889d19282..5162cb55e2 100644
--- a/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
+++ b/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
@@ -692,7 +692,6 @@ void tst_qv4debugger::pauseOnThrow()
void tst_qv4debugger::breakInCatch()
{
- QSKIP("fixme");
QString script =
"try {\n"
" throw 'catch...'\n"
@@ -773,7 +772,6 @@ void tst_qv4debugger::evaluateExpression()
void tst_qv4debugger::stepToEndOfScript()
{
- QSKIP("fixme");
QFETCH(bool, redundantRefs);
m_debuggerAgent->collector.setRedundantRefs(redundantRefs);