From: Kai Koehne Date: Mon, 21 Nov 2011 10:50:30 +0000 (+0100) Subject: Debugger: Re-enable autotests for v8 debugger X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=903a48d78ce7ad36660a049a716ae728053605fc;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro index 8867780..8df6ad0 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 90958f8..3d0a922 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()))); }