File: disable-tests-compiler-internals.patch

package info (click to toggle)
rust-syn 2.0.105-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,552 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/Cargo.toml b/Cargo.toml
index 4a466f3..cedcfce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -111,10 +111,10 @@ name = "test_derive_input"
 path = "tests/test_derive_input.rs"
 required-features = ["full", "extra-traits", "derive"]
 
-[[test]]
-name = "test_expr"
-path = "tests/test_expr.rs"
-required-features = ["full", "extra-traits", "derive"]
+#[[test]]
+#name = "test_expr"
+#path = "tests/test_expr.rs"
+#required-features = ["full", "extra-traits", "derive"]
 
 [[test]]
 name = "test_generics"
@@ -206,10 +206,10 @@ name = "test_ty"
 path = "tests/test_ty.rs"
 required-features = ["full", "extra-traits", "derive"]
 
-[[test]]
-name = "test_unparenthesize"
-path = "tests/test_unparenthesize.rs"
-required-features = ["full", "visit-mut", "parsing", "derive"]
+#[[test]]
+#name = "test_unparenthesize"
+#path = "tests/test_unparenthesize.rs"
+#required-features = ["full", "visit-mut", "parsing", "derive"]
 
 [[test]]
 name = "test_visibility"