summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-02 09:17:58 +0200
committerAndras Timar <andras.timar@collabora.com>2015-09-18 10:10:14 +0200
commitdfe28ab91232936479975418c15f7174ec56b599 (patch)
tree87421fc88675b441507d902dad44a001bd7a4b01 /officecfg
parent31415f7d08edfd4db1f578e5a1808ec8a5235e55 (diff)
officecfg: blacklist one more intel opencl driver version
My machine has both an intel and an nvidia vga card, and both support opencl. When the intel one is not blacklisted, then CppunitTest_sc_opencl_test's testFinancialXirrFormula() fails all the time. With the blacklist the nvidia one is used during the tests and the test passes just fine. Change-Id: Ib539faebcaf51867bdc1923f896219afcf92b5ef (cherry picked from commit 452b1872af72d7fb31101aa2fa35aeaf18e41a10) Reviewed-on: https://gerrit.libreoffice.org/18307 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 730c7123b368..3c1f592a2a8c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5632,7 +5632,7 @@
<info>
<desc>Combinations of (OS, OS version, OpenCL platform vendor, OpenCL device name, OpenCL driver version) that are known to be bad. Each entry is a string consisting of five parts separated by slashes. An empty part matches anything. In case a slash, percent or semicolon occurs inside a part, it is replaced by a percent followed by the corresponding number as two hex digits. The parts except OS can contain regular expressions. Inside these regular expressions the usual characters .*()[]\ are special and should be quoted with a backslash to be interpreted literally. OS should be just one of "Linux", "OS X" (including the space) or "Windows" (without quotes). Has higher priority than OpenCLWhiteList.</desc>
</info>
- <value oor:separator=";">Windows//Intel\(R\) Corporation//9\.17\.10\.2884</value>
+ <value oor:separator=";">Windows//Intel\(R\) Corporation//9\.17\.10\.2884;Windows//Intel\(R\) Corporation//4\.2\.0\.99</value>
</prop>
<prop oor:name="OpenCLWhiteList" oor:type="oor:string-list" oor:nillable="false">
<!-- UIHints: Tools - Options General OpenCL -->