-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the src/controller tests on all platforms except nrfconnect. (#…
…9638) 1) Modify our CHIPClientCallbacks template to suppress the "possibly unbounded stack" warning from a VLA we know we want to remove. 2) Don't try to link in BLELayer in the TestDevice test if BLE networking is disabled (so that BLELayer symbols don't actually exist). 3) Heap-allocate the huge FabricTable so we don't run into compile errors due to a stack frame being too big in TestDevice. 4) Fix the fact that SystemLayerImplSelect did not default-initialize mDispatchQueue. This matters because TestDevice does weird things with a separate SystemLayer that the PlatformManager does not know about, nor does it call InitChipStack in any case. The tests are still disabled on nrfconnect because I could not get them to link there so far. Fixes #9173
- Loading branch information
1 parent
c23f6f4
commit bc2d74b
Showing
7 changed files
with
221 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.