File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
gcc/testsuite/rust/compile/nr2 Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 14
14
# along with GCC; see the file COPYING3. If not see
15
15
# <http://www.gnu.org/licenses/>.
16
16
17
- # Compile tests, no torture testing, for name resolution 2.0
18
- #
19
- # These tests raise errors in the front end; torture testing doesn't apply.
17
+ # Run compile tests with name resolution 2.0 enabled
20
18
21
19
# Load support procs.
22
20
load_lib rust-dg.exp
@@ -44,7 +42,7 @@ namespace eval rust-nr2-ns {
44
42
# Run tests in directories
45
43
# Manually specifying these, in case some other test file
46
44
# does something weird
47
- set test_dirs {{} {macros builtin} {macros mbe} {macros proc}}
45
+ set test_dirs {{} {macros builtin} {macros mbe} {macros proc} {torture} }
48
46
49
47
set tests_expect_ok ""
50
48
set tests_expect_err ""
Original file line number Diff line number Diff line change @@ -50,4 +50,21 @@ for-loop2.rs
50
50
issue-3403.rs
51
51
derive-eq-invalid.rs
52
52
derive-hash1.rs
53
+ torture/alt_patterns1.rs
54
+ torture/builtin_abort.rs
55
+ torture/impl_block3.rs
56
+ torture/issue-1434.rs
57
+ torture/loop4.rs
58
+ torture/loop8.rs
59
+ torture/methods1.rs
60
+ torture/methods2.rs
61
+ torture/methods3.rs
62
+ torture/name_resolve1.rs
63
+ torture/nested_struct1.rs
64
+ torture/struct_init_3.rs
65
+ torture/uninit-intrinsic-1.rs
66
+ torture/generics1.rs
67
+ torture/generics10.rs
68
+ torture/generics13.rs
69
+ torture/generics6.rs
53
70
# please don't delete the trailing newline
You can’t perform that action at this time.
0 commit comments