Skip to content

Commit

Permalink
filter: Exclude failing drivers test at debug build
Browse files Browse the repository at this point in the history
Some of tests/drivers/build_all/ test are failing link step only
when debug is enabled, these filters prevent those tests from being
executed under such configuration.

Jira: ZEP-1063

Change-Id: Ib2ff649794a1d73b133fbf998bbe8143a822c753
Signed-off-by: Genaro Saucedo Tejada <[email protected]>
  • Loading branch information
gsaucedo authored and Anas Nashif committed Oct 18, 2016
1 parent dbfc696 commit af18a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/drivers/build_all/testcase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ tags = drivers footprint
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=sensors.conf
#Do not run for debug daily build
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)

[test_build_sensor_triggers]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=sensors_trigger.conf
#Do not run for debug daily build
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)

[test_build_ethernet]
build_only = true
Expand Down

0 comments on commit af18a34

Please sign in to comment.