Providing cp_minimal build mode.
In the mode built-in objects except Global, Object, Object.prototype, Function, Function.prototype, [[ThrowTypeError]] and CompactProfileError are disabled. Making default builds (without cp cp_minimal modes set) to not define CONFIG_ECMA_COMPACT_PROFILE. Removing some tests that depend on 'eval'-like functionality or CompactProfileError built-in from pre-commit testing.
This commit is contained in:
@@ -46,8 +46,9 @@ export TARGET_RELEASE_MODES = release
|
||||
export TARGET_PC_SYSTEMS = linux
|
||||
export TARGET_MCU_SYSTEMS = $(addprefix stm32f,3 4)
|
||||
|
||||
export TARGET_PC_MODS = musl sanitize valgrind \
|
||||
musl-valgrind float64
|
||||
export TARGET_PC_MODS = musl sanitize valgrind float64 cp cp_minimal \
|
||||
musl-valgrind \
|
||||
musl-cp_minimal
|
||||
|
||||
export TARGET_MCU_MODS =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user