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:
parent
13247e592b
commit
5e199152e2
7 changed files with 167 additions and 99 deletions
8
build/args/native_tests.gn
Normal file
8
build/args/native_tests.gn
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue