File: disable-tests-missing-data.patch

package info (click to toggle)
rust-maxminddb 0.24.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: makefile: 2
file content (93 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
--- a/src/maxminddb/reader_test.rs
+++ b/src/maxminddb/reader_test.rs
@@ -8,3 +8,3 @@
 #[allow(clippy::float_cmp)]
-#[test]
+//#[test]
 fn test_decoder() {
@@ -80,3 +80,3 @@
 
-#[test]
+//#[test]
 fn test_pointers_in_metadata() {
@@ -90,3 +90,3 @@
 
-#[test]
+//#[test]
 fn test_broken_database() {
@@ -110,3 +110,3 @@
 
-#[test]
+//#[test]
 fn test_missing_database() {
@@ -125,3 +125,3 @@
 
-#[test]
+//#[test]
 fn test_non_database() {
@@ -143,3 +143,3 @@
 
-#[test]
+//#[test]
 fn test_reader() {
@@ -162,3 +162,3 @@
 /// Create Reader by explicitly reading the entire file into a buffer.
-#[test]
+//#[test]
 fn test_reader_readfile() {
@@ -180,4 +180,4 @@
 
-#[test]
 #[cfg(feature = "mmap")]
+//#[test]
 fn test_reader_mmap() {
@@ -201,3 +201,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_city() {
@@ -218,3 +218,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_country() {
@@ -235,3 +235,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_connection_type() {
@@ -250,3 +250,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_annonymous_ip() {
@@ -269,3 +269,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_density_income() {
@@ -285,3 +285,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_domain() {
@@ -300,3 +300,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_isp() {
@@ -317,3 +317,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_asn() {
@@ -333,3 +333,3 @@
 
-#[test]
+//#[test]
 fn test_lookup_prefix() {
@@ -361,3 +361,3 @@
 
-#[test]
+//#[test]
 fn test_within_city() {