Skip to content

community/chromium: enable base_unittests test suite

elly requested to merge elly/aports:chromium-tests into master

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

Merge request reports