public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing
@ 2013-10-25  0:55 jsm28 at gcc dot gnu.org
  2013-10-25  1:20 ` [Bug testsuite/58867] " pinskia at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-10-25  0:55 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58867

            Bug ID: 58867
           Summary: asan and ubsan tests not run for installed testing
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jsm28 at gcc dot gnu.org

gcc.dg/asan/asan.exp checks if asan_init succeeds before running anything, and
likewise for gcc.dg/ubsan/ubsan.exp.  Success is determined in asan_init as
meaning that a nonempty set of link flags was produced.  But for installed
toolchain testing, the logic for finding like flags won't find any, and this
doesn't matter - the library will already be installed where the installed
compiler can find it, and LD_LIBRARY_PATH is the board file's responsibility. 
Thus, the right way to test for success is whether a test file can be
successfully linked with the determined options, not whether the determined
options are nonempty.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-06-26 21:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
2013-10-25  1:20 ` [Bug testsuite/58867] " pinskia at gcc dot gnu.org
2013-10-25  5:18 ` mpolacek at gcc dot gnu.org
2013-10-28 22:33 ` pinskia at gcc dot gnu.org
2014-04-22 11:36 ` jakub at gcc dot gnu.org
2014-07-16 13:28 ` jakub at gcc dot gnu.org
2014-10-30 10:39 ` jakub at gcc dot gnu.org
2015-06-26 20:37 ` jakub at gcc dot gnu.org
2015-06-26 20:39 ` jakub at gcc dot gnu.org
2015-06-26 21:18 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).