zephyr/samples/net
Andrew Boie 7b1ee5cf13 tests: CONFIG_TEST_USERSPACE now off by default
Unlike CONFIG_HW_STACK_PROTECTION, which greatly helps
expose stack overflows in test code, activating
userspace without putting threads in user mode is of
very limited value.

Now CONFIG_TEST_USERSPACE is off by default. Any test
which puts threads in user mode will need to set
CONFIG_TEST_USERSPACE.

This should greatly increase sanitycheck build times
as there is non-trivial build time overhead to
enabling this feature. This also allows some tests
which failed the build on RAM-constrained platforms
to compile properly.

tests/drivers/build_all is a special case; it doesn't
put threads in user mode, but we want to ensure all
the syscall handlers compile properly.

Fixes: #15103 (and probably others)

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-06 14:30:42 -04:00
..
common samples: net: removed unused common cmake 2019-02-08 13:57:55 +02:00
dhcpv4_client samples: add test identifier 2019-03-29 17:44:11 -04:00
dns_resolve samples: add test identifier 2019-03-29 17:44:11 -04:00
eth_native_posix samples: add test identifier 2019-03-29 17:44:11 -04:00
google_iot_mqtt all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
gptp tests: CONFIG_TEST_USERSPACE now off by default 2019-04-06 14:30:42 -04:00
ipv4_autoconf net: samples: ipv4_autoconf: Need more buffers for same_70 2019-04-05 16:11:37 -04:00
lldp samples: add test identifier 2019-03-29 17:44:11 -04:00
lwm2m_client samples: add test identifier 2019-03-29 17:44:11 -04:00
mdns_responder samples: add test identifier 2019-03-29 17:44:11 -04:00
mqtt_publisher doc: Fix typos in MQTT sample documentation 2019-04-01 18:38:42 -04:00
nats samples: add test identifier 2019-03-29 17:44:11 -04:00
promiscuous_mode samples: add test identifier 2019-03-29 17:44:11 -04:00
sockets samples: add test identifier 2019-03-29 17:44:11 -04:00
stats samples: add test identifier 2019-03-29 17:44:11 -04:00
syslog_net samples: add test identifier 2019-03-29 17:44:11 -04:00
telnet samples: net: Update TELNET sample to use shell TELNET backend 2019-04-01 10:26:13 -04:00
vlan samples: add test identifier 2019-03-29 17:44:11 -04:00
wifi samples: add test identifier 2019-03-29 17:44:11 -04:00
wpan_serial samples: add test identifier 2019-03-29 17:44:11 -04:00
wpanusb usb: wpanusb: Simplify and cleanup sample 2019-04-05 12:23:57 +02:00
zperf samples: add test identifier 2019-03-29 17:44:11 -04:00
net.rst