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