Debugger: Re-enable autotests for v8 debugger
authorKai Koehne <kai.koehne@nokia.com>
Mon, 21 Nov 2011 10:50:30 +0000 (11:50 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 23 Nov 2011 12:22:09 +0000 (13:22 +0100)
The crash in getScopes has been fixed in qtbase (commit ecd31946789)

Change-Id: I853d2567701ac986b30fc9013dac4c05eb450c9a
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp

index 8867780..8df6ad0 100644 (file)
@@ -15,6 +15,6 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 
-CONFIG += parallel_test insignificant_test
+CONFIG += parallel_test
 
 OTHER_FILES += data/test.qml data/test.js
index 90958f8..3d0a922 100644 (file)
@@ -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())));
 }