orc/orc-disable-test-limits.patch
Ismail Dönmez d4e77e982a - Update to version 0.4.21
+ Fix memory leaks
  + Fix list corruption when splitting code memory chunks,
    causing crashes when allocating a lot of code memory and trying
    to free it later
  + Various compiler warnings, coverity warnings and static code
    analysis fixes
  + Documentation fix for mulhsw, mulhuw
- Add orc-disable-test-limits.patch to disable test-limits test,
  it only works on x86-64

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=39
2014-07-04 13:49:07 +00:00

15 lines
446 B
Diff

Index: orc-0.4.21/testsuite/Makefile.am
===================================================================
--- orc-0.4.21.orig/testsuite/Makefile.am
+++ orc-0.4.21/testsuite/Makefile.am
@@ -12,8 +12,7 @@ TESTS = \
exec_parse \
perf_opcodes_sys perf_parse \
memcpy_speed \
- abi \
- test-limits
+ abi
noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \