mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Change name of test configuration on abi test builder.
Makes the name of the configuration match the pattern of other configurations. Change-Id: If14550d3d84e9414f1c8e1caab3f9fce5070c58d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112387 Reviewed-by: Liam Appelbe <liama@google.com>
This commit is contained in:
parent
ce5556ab36
commit
8b26ae942f
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ def pickOne(d):
|
|||
def diffResults(results):
|
||||
outResult = pickOne(results)
|
||||
exp = results[None]['result'] if None in results else None
|
||||
outResult['configuration'] = 'vm-dartkb-linux-release-x64-abi'
|
||||
outResult['configuration'] = 'dartkb-abi-linux-release-x64'
|
||||
outResult['expected'] = exp
|
||||
outResult['result'] = exp
|
||||
outResult['matches'] = True
|
||||
|
@ -163,7 +163,7 @@ def makeLog(diffs, results, logRecords):
|
|||
logs = ["%s: %s" % (str(v), l['log']) for v, l in logRecords.items()]
|
||||
return {
|
||||
'name': result['name'],
|
||||
'configuration': 'vm-dartkb-linux-release-x64-abi',
|
||||
'configuration': 'dartkb-abi-linux-release-x64',
|
||||
'result': result['result'],
|
||||
'log': '\n\n\n'.join([repr(diffs)] + logs),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue