[oe-commits] Khem Raj : uclibc-svn: Enable log2_test in uclibc testsuite

GIT User account git at amethyst.openembedded.net
Sat Nov 22 02:17:44 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1abffec73a291a4f32bb81089237c6db13a8abff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1abffec73a291a4f32bb81089237c6db13a8abff

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Nov 21 18:16:11 2008 -0800

uclibc-svn: Enable log2_test in uclibc testsuite

---

 .../uclibc-svn/uclibc_enable_log2_test.patch       |   30 ++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/packages/uclibc/uclibc-svn/uclibc_enable_log2_test.patch b/packages/uclibc/uclibc-svn/uclibc_enable_log2_test.patch
new file mode 100644
index 0000000..f8f3a7d
--- /dev/null
+++ b/packages/uclibc/uclibc-svn/uclibc_enable_log2_test.patch
@@ -0,0 +1,30 @@
+Index: uClibc/test/math/libm-test.inc
+===================================================================
+--- uClibc/test/math/libm-test.inc	(revision 23784)
++++ uClibc/test/math/libm-test.inc	(working copy)
+@@ -3414,7 +3414,6 @@
+ }
+ 
+ 
+-#if 0
+ static void
+ log2_test (void)
+ {
+@@ -3444,7 +3443,6 @@
+ 
+   END (log2);
+ }
+-#endif
+ 
+ 
+ static void
+@@ -4967,9 +4965,7 @@
+   log_test ();
+   log10_test ();
+   log1p_test ();
+-#if 0
+   log2_test ();
+-#endif
+   logb_test ();
+   modf_test ();
+   ilogb_test ();





More information about the Openembedded-commits mailing list