summaryrefslogtreecommitdiff
path: root/tests/manual/debugger
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-01-15 17:42:45 +0100
committerhjk <hjk121@nokiamail.com>2014-01-15 17:49:13 +0100
commit580a8c16b96cf1f766f6ed0f6e8a88ba2df15288 (patch)
treecb85e520de36f2ce40c261efad670df0c47f96af /tests/manual/debugger
parent6d658c70f085fb57dfac28d1c263f2a3cd1e38ef (diff)
downloadqt-creator-580a8c16b96cf1f766f6ed0f6e8a88ba2df15288.tar.gz
Debugger: Disable fork test in manual test
Change-Id: I32ec9f9bf5bdb0e9ad93b78bbb2d01dec2759a4b Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'tests/manual/debugger')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index a685f4b76c..783ce0688d 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -5790,7 +5790,7 @@ namespace basic {
testColoredMemoryView();
testLongEvaluation1();
testLongEvaluation2();
- testFork();
+// testFork();
testFunctionPointer();
testMemberPointer();
testMemberFunctionPointer();