public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Josh Marshall <joshua.r.marshall.1991@gmail.com>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re: Help troubleshooting why new tests aren't being picked up
Date: Fri, 11 Sep 2020 18:24:09 +0100	[thread overview]
Message-ID: <CAH6eHdS2uvZ9kq_RaJV-R+MYazBWOBBSEcnKt7FPYG4QrgNCcQ@mail.gmail.com> (raw)
In-Reply-To: <CAFkJGRdLvs7boXW5aYj-LNosAkKvm8uiW5XnXXt+=XUofuBf4w@mail.gmail.com>

On Fri, 11 Sep 2020 at 17:42, Josh Marshall
<joshua.r.marshall.1991@gmail.com> wrote:
>
> With that done and the dg standard set to c++20, the tests are picked up but not run with the reason being 'UNSUPPORTED'.  I'm using the string `// { dg-do compile { target c++20 } }` to tell Dejagnu to test these with c++20.  I can't seem to get the tests to actually do this.  When invoking tests with `make 'RUNTESTFLAGS=-std=c++20' check-target-libstdc++-v3` I get the following which tells me that c++20 isn't actually run.

That should be RUNTESTFLAGS=--target_board=unix/-std=c++20

>  How do I make these tests run as needed?

Using dg-options as described at
https://gcc.gnu.org/onlinedocs/libstdc++/manual/test.html#test.new_tests

  reply	other threads:[~2020-09-11 17:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-10  3:08 Josh Marshall
2020-09-10  5:58 ` Jonathan Wakely
2020-09-11 16:42   ` Josh Marshall
2020-09-11 17:24     ` Jonathan Wakely [this message]
2020-09-11 22:20       ` Josh Marshall
2020-09-11 22:51         ` Jonathan Wakely
2020-09-17  2:10           ` Josh Marshall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH6eHdS2uvZ9kq_RaJV-R+MYazBWOBBSEcnKt7FPYG4QrgNCcQ@mail.gmail.com \
    --to=jwakely.gcc@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=joshua.r.marshall.1991@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).