From 3eeeefa94a1501f627b674a4ee230cf625cd6703 Mon Sep 17 00:00:00 2001 From: Timo Jyrinki Date: Thu, 19 May 2022 17:36:03 +0800 Subject: [PATCH] Remove mixedly licensed tests. The license mix in Qt Script is already quite colorful, and the sunspider and V8 tests are a further mix of licenses and license-not-specified or clearly non-DFSG. Currently the easiest way out is to repackage the tarball not to include those tests. This patch disables the tests provided by the removed sources. Forwarded: not-needed Gbp-Pq: Name disable_v8_sunspider_tests.patch --- tests/benchmarks/script/script.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro index 80278d0..49e06a9 100644 --- a/tests/benchmarks/script/script.pro +++ b/tests/benchmarks/script/script.pro @@ -5,10 +5,8 @@ SUBDIRS = \ qscriptclass_bytearray \ qscriptengine \ qscriptvalue \ - sunspider \ qscriptqobject \ - qscriptvalueiterator \ - v8 + qscriptvalueiterator TRUSTED_BENCHMARKS += \ qscriptclass \