This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AArch64/testsuite] Add more TLS local executable testcases


On 26 August 2015 at 14:58, Jiong Wang <jiong.wang@arm.com> wrote:
>
> This patch cover tlsle tiny model tests, tls size truncation for tiny &
> small model included also.
>
> All testcases pass native test.
>
> OK for trunk?
>
> 2015-08-26  Jiong Wang  <jiong.wang@arm.com>
>
> gcc/testsuite/
>   * gcc.target/aarch64/tlsle12_tiny_1.c: New testcase for tiny model.
>   * gcc.target/aarch64/tlsle24_tiny_1.c: Likewise.
>   * gcc.target/aarch64/tlsle_sizeadj_tiny_1.c: TLS size truncation test
>   for tiny model.
>   * gcc.target/aarch64/tlsle_sizeadj_small_1.c: TLS size truncation test
>   for small model.

Hi Jiong
These tests are fragile if the test suite is run with an explicit
-mcmodel=* option.  I think they need appropriate dg-skip-if
directives to ensure they only run with the expected model.
/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]