community/chromium: enable base_unittests test suite
This test suite has a handful of failing tests caused by two root problems:
- death tests that don't work properly under musl
- SafeSPrintf tests that have ambiguous overloads which are resolved wrongly
I will work on fixing both upstream, but before that, we can enable virtually all of base_unittests by skipping the broken handful.
Edited by elly