X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc309f0bc25802386a5f6d8bf2cfc487139ca1e3..ace6ec5d4b81b85275732c9ba244d358ddc30107:/teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py diff --git a/teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py b/teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py index 0c32f7c573..ce489af9cb 100755 --- a/teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py +++ b/teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py @@ -100,9 +100,9 @@ for s in gen.send + gen.isend: patterns['operation1'] = gen.operation[r]("1") # Generate the incorrect matching - replace = patterns + replace = patterns.copy() replace['shortdesc'] = 'The message ordering is non-deterministic.' - replace['longdesc'] = f'The code assumes a fixed order in the reception of messages while the message ordering is non-deterministic.' + replace['longdesc'] = 'The code assumes a fixed order in the reception of messages while the message ordering is non-deterministic.' replace['outcome'] = 'ERROR: MessageRace' replace['errormsg'] = 'P2P message race which can cause a deadlock. @{r}@ at @{filename}@:@{line:MBIERROR}@ is called with ANY_SRC.' gen.make_file(template, f'MessageRace_{r}_{s}_nok.c', replace)