Skip to content

Commit

Permalink
Mark elf/tst-protected1[ab] as XFAIL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Sep 3, 2015
1 parent 02d55fe commit 0092d4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-09-03 Roland McGrath <roland@hack.frob.com>

* elf/Makefile (test-xfail-tst-protected1a): New variable.
(test-xfail-tst-protected1b): New variable.

2015-09-03 Joseph Myers <joseph@codesourcery.com>

[BZ #14912]
Expand Down
7 changes: 7 additions & 0 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ tests += tst-protected1a tst-protected1b
$(objpfx)tst-protected1a: $(addprefix $(objpfx),tst-protected1moda.so tst-protected1modb.so)
$(objpfx)tst-protected1b: $(addprefix $(objpfx),tst-protected1modb.so tst-protected1moda.so)
tst-protected1modb.so-no-z-defs = yes
# These tests fail with GCC versions prior to 5.1 and with some versions
# of binutils. See https://sourceware.org/bugzilla/show_bug.cgi?id=17709
# and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 for details.
# Perhaps in future we can make these XFAILs conditional on some detection
# of compiler/linker behavior/version.
test-xfail-tst-protected1a = yes
test-xfail-tst-protected1b = yes
endif
ifeq (yesyes,$(have-fpie)$(build-shared))
modules-names += tst-piemod1
Expand Down

0 comments on commit 0092d4d

Please sign in to comment.