Skip to content

Commit 2c1af74

Browse files
author
rhyskidd
committed
Fix memcheck/tests/xml1 on OS X 10.10
bz#344939 Before == 588 tests, 240 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures == After == 588 tests, 239 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures == git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14989 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent a379e03 commit 2c1af74

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ where XXXXXX is the bug number as listed below.
121121
344621 Fix memcheck/tests/err_disable4 test on OS X
122122
344686 Fix suppression for pthread_rwlock_init on OS X 10.10
123123
344702 Fix missing libobjc suppressions on OS X 10.10
124+
344939 Fix memcheck/tests/xml1 on OS X 10.10
124125
n-i-bz Provide implementations of certain compiler builtins to support
125126
compilers who may not provide those
126127
n-i-bz Old STABS code is still being compiled, but never used. Remove it.

darwin14.supp

+7
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,13 @@
437437
fun:*dyld*link*
438438
}
439439

440+
{
441+
OSX1010:dyld-2
442+
Memcheck:Cond
443+
fun:exit
444+
obj:*libdyld*dylib*
445+
}
446+
440447
{
441448
OSX1010:libsystem_kernel-1
442449
Memcheck:Cond

0 commit comments

Comments
 (0)