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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  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 ` pinskia at gcc dot gnu.org
  2013-10-25  5:18 ` mpolacek at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-10-25  1:20 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-10-25
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I ran into this also.  I have a fix for both.


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  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
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-10-25  5:18 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |4.9.0


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-10-28 22:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 31101
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31101&action=edit
Patch which I am testing

This is the patch which I am testing right now.


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-22 11:36 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.0                       |4.9.1

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.0 has been released


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-07-16 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.1                       |4.9.2

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.1 has been released.


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-10-30 10:39 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.2                       |4.9.3

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.2 has been released.


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  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
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:37 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  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
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug testsuite/58867] asan and ubsan tests not run for installed testing
  2013-10-25  0:55 [Bug testsuite/58867] New: asan and ubsan tests not run for installed testing jsm28 at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2015-06-26 20:39 ` jakub at gcc dot gnu.org
@ 2015-06-26 21:18 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-06-26 21:18 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|4.9.4                       |5.0

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed so closing.


^ 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).