aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qt
diff options
context:
space:
mode:
authorGravatar Robert Löhning <robert.loehning@qt.io>2020-06-09 16:40:49 +0200
committerGravatar GitHub <noreply@github.com>2020-06-09 07:40:49 -0700
commit4f512ca75716307f4f69a171a728b75537c21a00 (patch)
treeed4ef701f8b403e46fead7f266ef7532e0726bad /projects/qt
parent4c5bd1da12842f81665cffe94b64bf5d229c637c (diff)
Remove qtdeclarative (#3949)
It turned out that QQmlComponent::create() is not suitable for fuzzing. This mostly reverts commit 0e401be9deabf739a2ea34b98e044b17bf83026e.
Diffstat (limited to 'projects/qt')
-rw-r--r--projects/qt/Dockerfile1
-rwxr-xr-xprojects/qt/build.sh2
2 files changed, 0 insertions, 3 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index d2b01034..6abb07f5 100644
--- a/projects/qt/Dockerfile
+++ b/projects/qt/Dockerfile
@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y libc6-dev:i386
RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt
WORKDIR qt
RUN git submodule update --init --depth 1 qtbase
-RUN git submodule update --init --depth 1 qtdeclarative
WORKDIR $SRC
RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git
RUN git clone --depth 1 https://github.com/google/AFL.git
diff --git a/projects/qt/build.sh b/projects/qt/build.sh
index c44d9f16..ef8c9d44 100755
--- a/projects/qt/build.sh
+++ b/projects/qt/build.sh
@@ -37,7 +37,6 @@ zip -j $WORK/cbor $SRC/qtqa/fuzzing/testcases/cbor/*
zip -j $WORK/html $SRC/qtqa/fuzzing/testcases/html/*
zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/*
zip -j $WORK/markdown $SRC/qtqa/fuzzing/testcases/markdown/*
-zip -j $WORK/qml $SRC/qtqa/fuzzing/testcases/qml/*
zip -j $WORK/ssl.pem.zip $SRC/qtqa/fuzzing/testcases/ssl.pem/*
zip -j $WORK/text $SRC/qtqa/fuzzing/testcases/text/* $SRC/AFL/testcases/others/text/*
zip -j $WORK/xml $SRC/qtqa/fuzzing/testcases/xml/* $SRC/AFL/testcases/others/xml/*
@@ -93,4 +92,3 @@ build_fuzzer "new" "qtbase" "gui/text/qtextdocument/sethtml/sethtml.pro" "html"
build_fuzzer "old" "qtbase" "gui/text/qtextdocument/setmarkdown/setmarkdown.pro" "markdown"
build_fuzzer "new" "qtbase" "gui/text/qtextlayout/beginlayout/beginlayout.pro" "text"
build_fuzzer "new" "qtbase" "network/ssl/qsslcertificate/qsslcertificate/pem/pem.pro" "ssl.pem"
-build_fuzzer "new" "qtdeclarative" "qml/qml/qqmlcomponent/create/create.pro " "qml"