@ -1713,13 +1713,13 @@ int main(int argc, char **argv) {
tdir = os . path . join ( self . unit_test_dir , ' 21 warning location ' )
tdir = os . path . join ( self . unit_test_dir , ' 21 warning location ' )
out = self . init ( tdir )
out = self . init ( tdir )
for expected in [
for expected in [
r ' WARNING: Keyword argument " link_with " defined multiple times in file meson .build, line 4 ' ,
r ' meson.build:4: WARNING: Keyword argument " link_with " defined multiple times. ' ,
r ' WARNING: Keyword argument " link_with " defined multiple times in file sub' + os . path . sep + r ' meson.build, line 3 ' ,
r ' sub ' + os . path . sep + r ' meson.build:3: WARNING: Keyword argument " link_with " defined multiple times. ' ,
r ' WARNING: a warning of some sort in file meson.build, line 6 ' ,
r ' meson.build:6: WARNING: a warning of some sort' ,
r ' WARNING: subdir warning in file sub' + os . path . sep + r ' meson.build, line 4 ' ,
r ' sub ' + os . path . sep + r ' meson.build:4: WARNING: subdir warning ' ,
r ' WARNING: Module unstable-simd has no backwards or forwards compatibility and might not exist in future releases in file meson .build, line 7 ' ,
r ' meson.build:7: WARNING: Module unstable-simd has no backwards or forwards compatibility and might not exist in future releases.' ,
r " WARNING: The variable(s) ' MISSING ' in the input file conf.in are not present in the given configuration data in file meson .build, line 10 " ,
r " meson.build:10: WARNING: The variable(s) ' MISSING ' in the input file conf.in are not present in the given configuration data. " ,
r ' WARNING: Passed invalid keyword argument " invalid " in file meson .build, line 1 '
r ' meson.build:1: WARNING: Passed invalid keyword argument " invalid " . ' ,
] :
] :
self . assertRegex ( out , re . escape ( expected ) )
self . assertRegex ( out , re . escape ( expected ) )