b18c53
diff --git a/tests/Makefile.am b/tests/Makefile.am
b18c53
index 66fb461..c6e96e4 100644
b18c53
--- a/tests/Makefile.am
b18c53
+++ b/tests/Makefile.am
b18c53
@@ -55,10 +55,6 @@ XFAIL_TESTS = triple-backref
b18c53
 # FIXME-2015: Remove this once the gnulib bug is fixed.
b18c53
 if USE_INCLUDED_REGEX
b18c53
 XFAIL_TESTS += equiv-classes
b18c53
-else
b18c53
-# The backslash-alt test fails for glibc, which needs to be fixed.
b18c53
-# FIXME-2015: Remove this once the glibc bug is fixed.
b18c53
-XFAIL_TESTS += backref-alt
b18c53
 endif
b18c53
 
b18c53
 TESTS =						\
b18c53
diff --git a/tests/Makefile.in b/tests/Makefile.in
b18c53
index 55c72d0..04e64af 100644
b18c53
--- a/tests/Makefile.in
b18c53
+++ b/tests/Makefile.in
b18c53
@@ -108,9 +108,6 @@ check_PROGRAMS = get-mb-cur-max$(EXEEXT)
b18c53
 # The included matcher needs to be fixed.
b18c53
 # FIXME-2015: Remove this once the gnulib bug is fixed.
b18c53
 @USE_INCLUDED_REGEX_TRUE@am__append_1 = equiv-classes
b18c53
-# The backslash-alt test fails for glibc, which needs to be fixed.
b18c53
-# FIXME-2015: Remove this once the glibc bug is fixed.
b18c53
-@USE_INCLUDED_REGEX_FALSE@am__append_2 = backref-alt
b18c53
 subdir = tests
b18c53
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b18c53
 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
b18c53
@@ -1408,7 +1405,7 @@ LDADD = ../lib/libgreputils.a $(LIBINTL) ../lib/libgreputils.a
b18c53
 # matcher (i.e., with glibc) and with the included matcher.
b18c53
 # Both matchers need to be fixed.
b18c53
 # FIXME-2015: Remove this once the glibc and gnulib bugs are fixed.
b18c53
-XFAIL_TESTS = triple-backref $(am__append_1) $(am__append_2)
b18c53
+XFAIL_TESTS = triple-backref $(am__append_1)
b18c53
 TESTS = \
b18c53
   backref					\
b18c53
   backref-alt					\