@@ -3,6 +3,7 @@ package com.getkeepsafe.dexcount
3
3
import org.apache.commons.io.FileUtils
4
4
import org.gradle.testkit.runner.GradleRunner
5
5
import org.gradle.testkit.runner.TaskOutcome
6
+ import spock.lang.Ignore
6
7
import spock.lang.Shared
7
8
import spock.lang.Specification
8
9
import spock.lang.Unroll
@@ -31,20 +32,16 @@ class IntegrationSpec extends Specification {
31
32
32
33
where :
33
34
agpVersion | gradleVersion || numMethods | numClasses | numFields
34
- " 8.0.0-alpha09 " | " 7.5" || 6928 | 1018 | 2527
35
+ " 8.0.0-alpha11 " | " 7.5" || 6935 | 1026 | 2528
35
36
" 7.4.0-rc01" | " 7.5" || 7289 | 1072 | 2657
36
37
" 7.3.1" | " 7.5" || 7263 | 1037 | 2666
37
38
" 7.2.2" | " 7.5" || 7410 | 925 | 2666
38
39
" 7.1.1" | " 7.5" || 7421 | 926 | 2676
39
40
" 7.0.0" | " 7.5" || 7355 | 926 | 2592
40
- " 4.2.0" | " 6.8.1" || 7422 | 926 | 2677
41
- " 4.1.0" | " 6.7.1" || 7356 | 926 | 2597
42
- " 3.6.0" | " 6.5.1" || 7370 | 926 | 3780
43
- " 3.5.4" | " 6.5.1" || 7369 | 926 | 3780
44
- " 3.4.0" | " 6.5.1" || 7435 | 926 | 3847
45
41
}
46
42
47
43
@Unroll
44
+ @Ignore
48
45
def " completes successfully using AGP #agpVersion and Gradle #gradleVersion" () {
49
46
given : " an integration test project"
50
47
def project = projectDir(agpVersion, gradleVersion)
@@ -87,17 +84,12 @@ class IntegrationSpec extends Specification {
87
84
88
85
where :
89
86
agpVersion | gradleVersion || numMethods | numClasses | numFields
90
- " 8.0.0-alpha09 " | " 7.5" || 4 | 3 | 0
87
+ " 8.0.0-alpha11 " | " 7.5" || 4 | 3 | 0
91
88
" 7.4.0-rc01" | " 7.5" || 7 | 5 | 3
92
89
" 7.3.1" | " 7.5" || 7 | 5 | 3
93
90
" 7.2.2" | " 7.5" || 7 | 5 | 3
94
91
" 7.1.1" | " 7.5" || 7 | 5 | 3
95
92
" 7.0.0" | " 7.5" || 7 | 5 | 3
96
- " 4.2.0" | " 6.8.1" || 7 | 5 | 3
97
- " 4.1.0" | " 6.7.1" || 7 | 5 | 3
98
- " 3.6.0" | " 6.5.1" || 7 | 6 | 7
99
- " 3.5.4" | " 6.5.1" || 7 | 6 | 7
100
- " 3.4.0" | " 6.5.1" || 7 | 6 | 6
101
93
}
102
94
103
95
@Unroll
@@ -121,17 +113,12 @@ class IntegrationSpec extends Specification {
121
113
122
114
where :
123
115
agpVersion | gradleVersion || numMethods | numClasses | numFields
124
- " 8.0.0-alpha09 " | " 7.5" || 4240 | 725 | 1265
116
+ " 8.0.0-alpha11 " | " 7.5" || 4240 | 725 | 1265
125
117
" 7.4.0-rc01" | " 7.5" || 4244 | 728 | 1268
126
118
" 7.3.1" | " 7.5" || 4277 | 745 | 1284
127
119
" 7.2.2" | " 7.5" || 4266 | 723 | 1268
128
120
" 7.1.1" | " 7.5" || 4266 | 723 | 1268
129
121
" 7.0.0" | " 7.5" || 4266 | 723 | 1268
130
- " 4.2.0" | " 6.8.1" || 4266 | 723 | 1268
131
- " 4.1.0" | " 6.7.1" || 4266 | 723 | 1268
132
- " 3.6.0" | " 6.5.1" || 4298 | 740 | 1287
133
- " 3.5.4" | " 6.5.1" || 4299 | 740 | 1287
134
- " 3.4.0" | " 6.5.1" || 4300 | 740 | 1287
135
122
}
136
123
137
124
@Unroll
@@ -155,14 +142,12 @@ class IntegrationSpec extends Specification {
155
142
156
143
where :
157
144
agpVersion | gradleVersion || numMethods | numClasses | numFields
158
- " 8.0.0-alpha09 " | " 7.5" || 6928 | 1018 | 2527
145
+ " 8.0.0-alpha11 " | " 7.5" || 6935 | 1026 | 2528
159
146
" 7.4.0-rc01" | " 7.5" || 7289 | 1072 | 2657
160
147
" 7.3.1" | " 7.5" || 7263 | 1037 | 2666
161
148
" 7.2.2" | " 7.5" || 7410 | 925 | 2666
162
149
" 7.1.1" | " 7.5" || 7421 | 926 | 2676
163
150
" 7.0.0" | " 7.5" || 7355 | 926 | 2592
164
- " 4.2.0" | " 6.8.1" || 7422 | 926 | 2677
165
- " 4.1.0" | " 6.7.1" || 7356 | 926 | 2597
166
151
}
167
152
168
153
private File projectDir (String agpVersion , String gradleVersion ) {
0 commit comments