From dd33c03a5346d8570ba3a3283c0c9db1a31a87b4 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 31 Aug 2011 20:07:31 +0400 Subject: [PATCH] Remove resolved FIXME in tests.am script. (The stated FIXME no longer in force.) * tests/tests.am: Remove ancient FIXME about trace_test that it does not work on MacOS X. --- tests/tests.am | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/tests.am b/tests/tests.am index f3505749..c43ff608 100644 --- a/tests/tests.am +++ b/tests/tests.am @@ -1,5 +1,4 @@ # -# # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED # OR IMPLIED. ANY USE IS AT YOUR OWN RISK. # @@ -9,16 +8,9 @@ # provided the above notices are retained, and a notice that the code was # modified is included with the above copyright notice. - -## FIXME: trace_test doesn't work on macosx 10.3 -## gcc -g -O2 -o .libs/tracetest trace_test.o ../.libs/libgc.dylib -lpthread -## ld: Undefined symbols: -## _GC_generate_random_backtrace - # Common libs to _LDADD for all tests. test_ldadd = $(top_builddir)/libgc.la $(EXTRA_TEST_LIBS) - TESTS += gctest$(EXEEXT) check_PROGRAMS += gctest gctest_SOURCES = tests/test.c -- 2.40.0