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
"""Tests that fail in darwin-framework-tool for some reason"""
165
+
return {
166
+
"DL_LockUnlock", # darwin-framework-tool does not currently support reading or subscribing to Events
167
+
"Test_AddNewFabricFromExistingFabric", # darwin-framework-tool does not support the GetCommissionerRootCertificate command.
168
+
# The name of the arguments once converted differs for chip-tool and darwin-framework-tool (attribute-ids vs attribute-id. See #31934)
169
+
"TestAttributesById",
170
+
"TestBasicInformation", # darwin-framework-tool does not support writing readonly attributes by name
171
+
"TestClusterComplexTypes", # Darwin framework has no way to represent a present but null optional nullable field.
172
+
# When reading TestFabricScoped in TestClusterMultiFabric, the result differs because of missing fields that have been declared in the YAML step with null value to workaround some limitation of the test harness (#29110)
173
+
"TestClusterMultiFabric",
174
+
"TestCommandsById", # darwin-framework-tool does not support writing readonly attributes by name
175
+
"TestDiagnosticLogs", # darwin-framework-tool does not implement a BDXTransferServerDelegate
176
+
"TestDiscovery", # darwin-framework-tool does not support dns-sd commands.
177
+
"TestEvents", # darwin-framework-tool does not currently support reading or subscribing to Events
178
+
"TestEventsById", # darwin-framework-tool does not currently support reading or subscribing to Events
179
+
"TestGroupMessaging", # darwin-framework-tool does not support group commands.
180
+
"TestIcdManagementCluster", # darwin-framework-tool does not support ICD registration
181
+
"TestUnitTestingClusterMei", # darwin-framework-tool does not currently support reading or subscribing to Events
182
+
"TestReadNoneSubscribeNone", # darwin-framework-tool does not supports those commands.
183
+
184
+
"Test_TC_ACE_1_6", # darwin-framework-tool does not support group commands.
185
+
"Test_TC_ACL_2_5", # darwin-framework-tool does not currently support reading or subscribing to Events
186
+
"Test_TC_ACL_2_6", # darwin-framework-tool does not currently support reading or subscribing to Events
187
+
"Test_TC_ACL_2_7", # darwin-framework-tool does not currently support reading or subscribing to Events
188
+
"Test_TC_ACL_2_8", # darwin-framework-tool does not currently support reading or subscribing to Events
189
+
"Test_TC_ACL_2_9", # darwin-framework-tool does not currently support reading or subscribing to Events
190
+
"Test_TC_ACL_2_10", # darwin-framework-tool does not currently support reading or subscribing to Events
191
+
"Test_TC_BINFO_2_1", # darwin-framework-tool does not support writing readonly attributes by name
192
+
"Test_TC_BINFO_2_2", # darwin-framework-tool does not currently support reading or subscribing to Events
193
+
# The name of the arguments once converted differs for chip-tool and darwin-framework-tool (attribute-ids vs attribute-id. See #31934)
194
+
"Test_TC_BRBINFO_2_1",
195
+
"Test_TC_DGGEN_2_3", # darwin-framework-tool does not currently support reading or subscribing to Events
196
+
"Test_TC_DRLK_2_1", # darwin-framework-tool does not support writing readonly attributes by name
197
+
"Test_TC_DGTHREAD_2_1", # Thread Network Diagnostics is not implemented under darwin.
198
+
"Test_TC_DGTHREAD_2_2", # Thread Network Diagnostics is not implemented under darwin.
199
+
"Test_TC_DGTHREAD_2_3", # Thread Network Diagnostics is not implemented under darwin.
200
+
"Test_TC_DGTHREAD_2_4", # Thread Network Diagnostics is not implemented under darwin.
201
+
"Test_TC_FLABEL_2_1", # darwin-framework-tool does not support writing readonly attributes by name
202
+
"Test_TC_GRPKEY_2_1", # darwin-framework-tool does not support writing readonly attributes by name
203
+
"Test_TC_LCFG_2_1", # darwin-framework-tool does not support writing readonly attributes by name
204
+
"Test_TC_OPCREDS_3_7", # darwin-framework-tool does not support the GetCommissionerRootCertificate command.
205
+
"Test_TC_OPSTATE_2_4", # darwin-framework-tool does not currently support reading or subscribing to Events
206
+
"Test_TC_SMOKECO_2_2", # darwin-framework-tool does not currently support reading or subscribing to Events
207
+
"Test_TC_SMOKECO_2_3", # darwin-framework-tool does not currently support reading or subscribing to Events
208
+
"Test_TC_SMOKECO_2_4", # darwin-framework-tool does not currently support reading or subscribing to Events
209
+
"Test_TC_SMOKECO_2_5", # darwin-framework-tool does not currently support reading or subscribing to Events
210
+
"Test_TC_SMOKECO_2_6", # darwin-framework-tool does not currently support reading or subscribing to Events
211
+
"Test_TC_SC_4_1", # darwin-framework-tool does not support dns-sd commands.
212
+
"Test_TC_SC_5_2", # darwin-framework-tool does not support group commands.
213
+
"Test_TC_S_2_3", # darwin-framework-tool does not support group commands.
214
+
}
215
+
216
+
163
217
def_GetChipReplUnsupportedTests() ->Set[str]:
164
218
"""Tests that fail in chip-repl for some reason"""
0 commit comments