| commit | 01c852297739f592e0f17524a2ccc206140e0cb8 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <[email protected]> | Tue Jul 09 22:15:42 2019 |
| committer | chrome-bot <[email protected]> | Sun Jul 28 03:40:18 2019 |
| tree | 6c5930f7fd5435841492a948bfb94705b6b5d1cc | |
| parent | f35ccffdaf25bc9396aa96ccb2f72d33b6276ad9 [diff] |
fmap.py: sort the flags tuple The output of this function is arbitrary because it's based on the ordering of the dict keys of FMAP_FLAGS. This leads to the unittest sometimes passing & sometimes failing. Since this is meant for us humans, sort the tuple so it's stable and unittests are reliable. BUG=chromium:982465 TEST=`./fmap.py bin/example.bin` works Change-Id: Ida9e6768aa6662a400655c52bc2ba793197ab591 Reviewed-on: https://chromium-review.googlesource.com/1693887 Tested-by: Mike Frysinger <[email protected]> Commit-Ready: Mike Frysinger <[email protected]> Legacy-Commit-Queue: Commit Bot <[email protected]> Reviewed-by: Duncan Laurie <[email protected]>