You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/controller/tests/BUILD.gn
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,9 @@ chip_test_suite("tests") {
37
37
"TestEventNumberCaching.cpp",
38
38
"TestReadChunking.cpp",
39
39
"TestServerCommandDispatch.cpp",
40
+
"TestWriteChunking.cpp",
40
41
]
41
42
42
-
# At some instances, this Test end ups allocating more than 32 Timers, and since the fake platform doesn`t use the heap, the maximum number of allowed timers is 32.
43
-
# So we get failures because we can't allocate any more timers, in the log it looks like:
44
-
# SendMessage() to UDP:[::1]:5541 failed: b
45
-
# deactivating since the Fake platform is mostly done to test Platform APIs
0 commit comments