public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/66734] New: Many MPX tests are skipped
@ 2015-07-02  4:54 hjl.tools at gmail dot com
  2015-07-02 11:00 ` [Bug testsuite/66734] " hjl.tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-02  4:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66734
           Summary: Many MPX tests are skipped
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: ienkovich at gcc dot gnu.org
  Target Milestone: ---

Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/ mpx21993.c   
-fno-diagnostics-show-caret -fdiagnostics-color=never  -fcheck-pointer-bounds
-mmpx     -o mpx21993.exe    (timeout = 300)
spawn -ignore SIGHUP /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/ mpx21993.c
-fno-diagnostics-show-caret -fdiagnostics-color=never -fcheck-pointer-bounds
-mmpx -o mpx21993.exe^M
xgcc: error: libmpx.spec: No such file or directory^M
compiler exited with status 1
output is:
xgcc: error: libmpx.spec: No such file or directory^M

UNSUPPORTED: gcc.dg/lto/chkp-ctor-merge_0.c
UNSUPPORTED: gcc.dg/lto/chkp-privatize-1_0.c
UNSUPPORTED: gcc.dg/lto/chkp-privatize-2_0.c
UNSUPPORTED: gcc.dg/lto/chkp-privatize_0.c
UNSUPPORTED: gcc.dg/lto/chkp-removed-alias_0


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

* [Bug testsuite/66734] Many MPX tests are skipped
  2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
@ 2015-07-02 11:00 ` hjl.tools at gmail dot com
  2015-07-15  9:56 ` ienkovich at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-02 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Since check_effective_target_mpx caches the result, if the first
MPX check fails, none of MPX tests will run.


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

* [Bug testsuite/66734] Many MPX tests are skipped
  2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
  2015-07-02 11:00 ` [Bug testsuite/66734] " hjl.tools at gmail dot com
@ 2015-07-15  9:56 ` ienkovich at gcc dot gnu.org
  2015-07-15  9:59 ` ienkovich at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ienkovich at gcc dot gnu.org @ 2015-07-15  9:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Author: ienkovich
Date: Wed Jul 15 09:56:00 2015
New Revision: 225815

URL: https://gcc.gnu.org/viewcvs?rev=225815&root=gcc&view=rev
Log:
        PR testsuite/66734
        * gcc.dg/lto/lto.exp: Initialize MPX.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/lto/lto.exp


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

* [Bug testsuite/66734] Many MPX tests are skipped
  2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
  2015-07-02 11:00 ` [Bug testsuite/66734] " hjl.tools at gmail dot com
  2015-07-15  9:56 ` ienkovich at gcc dot gnu.org
@ 2015-07-15  9:59 ` ienkovich at gcc dot gnu.org
  2015-07-15 15:22 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ienkovich at gcc dot gnu.org @ 2015-07-15  9:59 UTC (permalink / raw)
  To: gcc-bugs

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

Ilya Enkovich <ienkovich at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Fixed


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

* [Bug testsuite/66734] Many MPX tests are skipped
  2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2015-07-15  9:59 ` ienkovich at gcc dot gnu.org
@ 2015-07-15 15:22 ` hjl.tools at gmail dot com
  2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
  2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2015-07-15 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2015-07-15
         Depends on|                            |66737
         Resolution|FIXED                       |---
     Ever confirmed|0                           |1

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
MPX tests are still skipped on Linux/ia32 due to PR 66737:

spawn -ignore SIGHUP /export/gnu/import/git/gcc-test-ia32corei7/bld/gcc/xgcc
-B/export/gnu/import/git/gcc-test-ia32corei7/bld/gcc/ mpx30359.c
-B/export/gnu/import/git/gcc-test-ia32corei7/bld/i686-linux/./libmpx/
-B/export/gnu/import/git/gcc-test-ia32corei7/bld/i686-linux/./libmpx/mpxrt
-L/export/gnu/import/git/gcc-test-ia32corei7/bld/i686-linux/./libmpx/mpxrt/.libs
-B/export/gnu/import/git/gcc-test-ia32corei7/bld/i686-linux/./libmpx/
-B/export/gnu/import/git/gcc-test-ia32corei7/bld/i686-linux/./libmpx/mpxwrap
-L/export/gnu/import/git/gcc-test-ia32corei7/bld/i686-linux/./libmpx/mpxwrap/.libs
-fno-diagnostics-show-caret -fdiagnostics-color=never -fcheck-pointer-bounds
-mmpx -o mpx30359.exe^M
/usr/local32/bin/ld: warning: -z bndplt ignored.^M
output is:
/usr/local32/bin/ld: warning: -z bndplt ignored.^M

UNSUPPORTED: gcc.dg/lto/pr66221_0.c


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737
[Bug 66737] ld: warning: -z bndplt ignored


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

* [Bug testsuite/66734] Many MPX tests are skipped
  2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
@ 2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ienkovich at gcc dot gnu.org @ 2015-07-24 10:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66734
Bug 66734 depends on bug 66737, which changed state.

Bug 66737 Summary: ld: warning: -z bndplt ignored
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66737

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


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

* [Bug testsuite/66734] Many MPX tests are skipped
  2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2015-07-15 15:22 ` hjl.tools at gmail dot com
@ 2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
  2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ienkovich at gcc dot gnu.org @ 2015-07-24 10:18 UTC (permalink / raw)
  To: gcc-bugs

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

Ilya Enkovich <ienkovich at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Ilya Enkovich <ienkovich at gcc dot gnu.org> ---
Blocker is fixed


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

end of thread, other threads:[~2015-07-24 10:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-02  4:54 [Bug testsuite/66734] New: Many MPX tests are skipped hjl.tools at gmail dot com
2015-07-02 11:00 ` [Bug testsuite/66734] " hjl.tools at gmail dot com
2015-07-15  9:56 ` ienkovich at gcc dot gnu.org
2015-07-15  9:59 ` ienkovich at gcc dot gnu.org
2015-07-15 15:22 ` hjl.tools at gmail dot com
2015-07-24 10:18 ` ienkovich at gcc dot gnu.org
2015-07-24 10:18 ` ienkovich 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).