ci: run unittests on clean Chromium (#15125)

* ci: run unittests on clean Chromium

* test: add '--run-only-disabled-tests' flag to "script/native-tests.py"

* ci: add a job to run only disabled unittests

* test: use a different GN config for the native tests

* test: enable blink_common_unittests

* test: disable WeakPtrDeathTest*
This commit is contained in:
Alexey Kuzmin 2018-10-22 22:12:19 +02:00 committed by John Kleinschmidt
parent 13247e592b
commit 5e199152e2
7 changed files with 167 additions and 99 deletions

View file

@ -0,0 +1,8 @@
root_extra_deps = [ "//electron/spec" ]
dcheck_always_on = true
is_debug = false
is_component_build = false
is_component_ffmpeg = false
symbol_level = 1
use_jumbo_build = true