blob: 07cb0facc8ab57df4cb9a2635a6c80fbde1b04da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Description: 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.
Author: Timo Jyrinki <timo.jyrinki@canonical.com>
Forwarded: not-needed
--- a/tests/benchmarks/script/script.pro.old 2013-01-29 19:03:26.000000000 +0000
+++ b/tests/benchmarks/script/script.pro 2013-02-11 08:31:02.073365014 +0000
@@ -5,10 +5,8 @@
qscriptclass_bytearray \
qscriptengine \
qscriptvalue \
- sunspider \
qscriptqobject \
- qscriptvalueiterator \
- v8
+ qscriptvalueiterator
TRUSTED_BENCHMARKS += \
qscriptclass \
|