File: disable_v8_sunspider_tests.patch

package info (click to toggle)
qtscript-opensource-src 5.11.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,872 kB
  • sloc: cpp: 163,657; yacc: 1,768; ansic: 1,718; perl: 425; sh: 169; python: 55; makefile: 24
file content (24 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (8)
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 \