Re: Split wchars tests from the normal variant

2021-01-14 Thread Jonathan Wakely via Gcc-patches
On 28/12/20 19:39 +0100, François Dumont via Libstdc++ wrote: On 22/12/20 10:27 pm, Alexandre Oliva wrote: This change extracts apart the wchar specific parts of character conversion tests to allow conditonalizating these parts on actual wchar support while applying the rest more generally. Th

Re: Split wchars tests from the normal variant

2021-01-14 Thread Jonathan Wakely via Gcc-patches
On 22/12/20 18:27 -0300, Alexandre Oliva wrote: This change extracts apart the wchar specific parts of character conversion tests to allow conditonalizating these parts on actual wchar support while applying the rest more generally. This turned out useful during our work on the libstdc++ suppor

Re: Split wchars tests from the normal variant

2020-12-28 Thread Alexandre Oliva
On Dec 28, 2020, François Dumont wrote: > On 22/12/20 10:27 pm, Alexandre Oliva wrote: >> While updating Corentin's patch for mainline, I brought over to the >> split-out test even the preprocessor conditional that is present in the >> current version of the test, but required/implied by dg-requ

Re: Split wchars tests from the normal variant

2020-12-28 Thread François Dumont via Gcc-patches
On 22/12/20 10:27 pm, Alexandre Oliva wrote: This change extracts apart the wchar specific parts of character conversion tests to allow conditonalizating these parts on actual wchar support while applying the rest more generally. This turned out useful during our work on the libstdc++ support fo

Split wchars tests from the normal variant

2020-12-22 Thread Alexandre Oliva
This change extracts apart the wchar specific parts of character conversion tests to allow conditonalizating these parts on actual wchar support while applying the rest more generally. This turned out useful during our work on the libstdc++ support for VxWorks, to expose the problematic areas mo