]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Create new test system for name resolution 2.0
authorOwen Avery <powerboat9.gamer@gmail.com>
Mon, 16 Sep 2024 22:27:19 +0000 (18:27 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 19 Mar 2025 14:32:10 +0000 (15:32 +0100)
commit506459fac4e1a4a8d8ed68711cf88bddb1bbf601
treeb63dd86d3b4576980f11d8fe18ce30c66d9b572d
parent8ca55013c295ab4964e21f34083c24ea147768dd
gccrs: Create new test system for name resolution 2.0

This runs the standard compile/**.rs tests
with name resolution 2.0 enabled. The exclude file
can be used to exclude tests which are not yet working
with name resolution 2.0.

gcc/testsuite/ChangeLog:

* rust/compile/nr2/compile.exp: New test.
* rust/compile/nr2/exclude: New.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
gcc/testsuite/rust/compile/nr2/compile.exp [new file with mode: 0644]
gcc/testsuite/rust/compile/nr2/exclude [new file with mode: 0644]