@@ -90,27 +90,6 @@ repo-remove () {
90
90
# fi
91
91
# }
92
92
#
93
- # #@test "Default empty configure" {
94
- # # # In the default image none of these tools were installed for:
95
- # # # arch, alpine, opensuse, fedora, debian & ubuntu
96
- # # run pacman -Q
97
- # # refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
98
- # # #repo-remove gcc g++ clang
99
- # # #run pacman -Q
100
- # # #refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
101
- # # #run ./configure
102
- # # #assert_failure 1
103
- # # #assert_line "checking whether configure should try to set CFLAGS... yes"
104
- # # #assert_line "checking whether configure should try to set CXXFLAGS... yes"
105
- # # #assert_line "checking whether configure should try to set LDFLAGS... yes"
106
- # # #assert_line "checking for gcc... no"
107
- # # #assert_line "checking for cc... no"
108
- # # #assert_line "checking for cl.exe... no"
109
- # # #assert_regex "configure: error: in .${test_path}':"
110
- # # #assert_line 'configure: error: no acceptable C compiler found in $PATH'
111
- # # #assert_regex "See [\`']config.log' for more details"
112
- # #}
113
- #
114
93
# # Helper functions
115
94
# setup_user() {
116
95
# uadd=useradd
@@ -202,27 +181,6 @@ repo-remove () {
202
181
# # fi
203
182
# #}
204
183
# #
205
- # ##@test "Default empty configure" {
206
- # ## # In the default image none of these tools were installed for:
207
- # ## # arch, alpine, opensuse, fedora, debian & ubuntu
208
- # ## run pacman -Q
209
- # ## refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
210
- # ## #repo-remove gcc g++ clang
211
- # ## #run pacman -Q
212
- # ## #refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
213
- # ## #run ./configure
214
- # ## #assert_failure 1
215
- # ## #assert_line "checking whether configure should try to set CFLAGS... yes"
216
- # ## #assert_line "checking whether configure should try to set CXXFLAGS... yes"
217
- # ## #assert_line "checking whether configure should try to set LDFLAGS... yes"
218
- # ## #assert_line "checking for gcc... no"
219
- # ## #assert_line "checking for cc... no"
220
- # ## #assert_line "checking for cl.exe... no"
221
- # ## #assert_regex "configure: error: in .${test_path}':"
222
- # ## #assert_line 'configure: error: no acceptable C compiler found in $PATH'
223
- # ## #assert_regex "See [\`']config.log' for more details"
224
- # ##}
225
- # #
226
184
# ## Helper functions
227
185
# #setup_user() {
228
186
# # uadd=useradd
@@ -395,26 +353,6 @@ repo-remove () {
395
353
# # assert_line " * LDFLAGS.............: -fPIE -pie -Wl,-z,relro -Wl,-z,now"
396
354
# #}
397
355
# #
398
- # #@test "Default empty configure" {
399
- # # # In the default image none of these tools were installed for:
400
- # # # arch, alpine, opensuse, fedora, debian & ubuntu
401
- # # run pacman -Q
402
- # # refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
403
- # # #repo-remove gcc g++ clang
404
- # # #run pacman -Q
405
- # # #refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
406
- # # #run ./configure
407
- # # #assert_failure 1
408
- # # #assert_line "checking whether configure should try to set CFLAGS... yes"
409
- # # #assert_line "checking whether configure should try to set CXXFLAGS... yes"
410
- # # #assert_line "checking whether configure should try to set LDFLAGS... yes"
411
- # # #assert_line "checking for gcc... no"
412
- # # #assert_line "checking for cc... no"
413
- # # #assert_line "checking for cl.exe... no"
414
- # # #assert_regex "configure: error: in .${test_path}':"
415
- # # #assert_line 'configure: error: no acceptable C compiler found in $PATH'
416
- # # #assert_regex "See [\`']config.log' for more details"
417
- # #}
418
356
# #
419
357
# ## All compiler checks need the user already
420
358
# #setup_user
0 commit comments