commit | 05d8c6fc78b2f80fd65f1e260ce8a0a645ed75d8 | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjiax.mai@intel.com> | Sat May 15 00:46:08 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 14 16:41:21 2021 -0400 |
tree | 07f5150cac296c94cf7fcc7adf223c262ea58b21 | |
parent | 384d05932f54268e1c1e87168a6543f8b677de8b [diff] |
tests: kernel: fix two semaphroe testcases failed on ADSP Two testcases of semaphore failed in ADSP due to the timeout value we got back from the child thread is invalid. We put the variable in the bss instead of in a stack, trying to avoid this. Fixes #34687 Signed-off-by: Enjia Mai <enjiax.mai@intel.com>