aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-11-21 11:50:30 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-23 13:22:09 +0100
commit903a48d78ce7ad36660a049a716ae728053605fc (patch)
tree2cadac4e0c48ff758aaac510a72efa3631f2f7b6 /tests
parent92b4c1abcfc64855cd73733f136a86435e562beb (diff)
Debugger: Re-enable autotests for v8 debugger
The crash in getScopes has been fixed in qtbase (commit ecd31946789) Change-Id: I853d2567701ac986b30fc9013dac4c05eb450c9a Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro2
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
index 8867780acd..8df6ad0a77 100644
--- a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
+++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
@@ -15,6 +15,6 @@ testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test insignificant_test
+CONFIG += parallel_test
OTHER_FILES += data/test.qml data/test.js
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
index 90958f8264..3d0a922b9a 100644
--- a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
+++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
@@ -1609,7 +1609,6 @@ void tst_QDeclarativeDebugJS::getScopes()
QVERIFY(QDeclarativeDebugTest::waitForSignal(client, SIGNAL(stopped())));
client->scopes();
- QEXPECT_FAIL("", "Failing after v8 integration", Abort);
QVERIFY(QDeclarativeDebugTest::waitForSignal(client, SIGNAL(result())));
}