|
From: <sv...@va...> - 2015-03-07 13:34:09
|
Author: rhyskidd
Date: Sat Mar 7 13:34:02 2015
New Revision: 14989
Log:
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 ==
Modified:
trunk/NEWS
trunk/darwin14.supp
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sat Mar 7 13:34:02 2015
@@ -121,6 +121,7 @@
344621 Fix memcheck/tests/err_disable4 test on OS X
344686 Fix suppression for pthread_rwlock_init on OS X 10.10
344702 Fix missing libobjc suppressions on OS X 10.10
+344939 Fix memcheck/tests/xml1 on OS X 10.10
n-i-bz Provide implementations of certain compiler builtins to support
compilers who may not provide those
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
Modified: trunk/darwin14.supp
==============================================================================
--- trunk/darwin14.supp (original)
+++ trunk/darwin14.supp Sat Mar 7 13:34:02 2015
@@ -438,6 +438,13 @@
}
{
+ OSX1010:dyld-2
+ Memcheck:Cond
+ fun:exit
+ obj:*libdyld*dylib*
+}
+
+{
OSX1010:libsystem_kernel-1
Memcheck:Cond
obj:*libsystem_kernel*dylib*
|