Hello, I noticed a few failures on the alarm_autotest unit test in UNH lab.
The trace: RTE>>alarm_autotest check if the callback will be called Callback setting flag - OK. [cb_arg = (nil)] check if it will fail to set alarm with wrong ms values check if it will fail to set alarm with null callback parameter check if it will fail to remove alarm with null callback parameter Expect 6 callbacks in order... In test_multi_cb - arg = 0x1 In test_multi_cb - arg = 0x2 In test_multi_cb - arg = 0x3 In test_multi_cb - arg = 0x4 In test_multi_cb - arg = 0x5 In test_multi_cb - arg = 0x6 Expect only callbacks with args 1 and 3... In test_multi_cb - arg = 0x1 In test_multi_cb - arg = 0x3 Testing adding and then removing multiple alarms In test_remove_in_callback - arg = 0x2 Error, cancelling head-of-list leads to premature callback Test Failed Does it ring a bell to someone? -- David Marchand