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
Running test MULTICORE0005 (Test remote delete thread running on other cores)
<error>counter != old_counter at line 153 of file /github/workspace/projects/sel4test/apps/sel4test-tests/src/tests/multicore.c</error>
Test MULTICORE0005 failed
<failure type="failure">result == SUCCESS at line 291 of file /github/workspace/projects/sel4test/apps/sel4test-driver/src/testtypes.c</failure>
<error>result == SUCCESS at line 217 of file /github/workspace/projects/sel4test/apps/sel4test-driver/src/main.c</error>
volatile seL4_Word counter;
...
create_helper_thread(env, &t1);
...
old_counter = counter;
/* Let it run on the current core. */
sleep_busy(env, 10 * NS_IN_MS);
/* Now, counter should not have moved. */
test_check(counter == old_counter);
The text was updated successfully, but these errors were encountered:
After the merge of seL4/seL4#712 the CI run https://github.com/seL4/seL4/actions/runs/1606856772 failed. The change in the merge seems quite unrelated.
The code is https://github.com/seL4/sel4test/blob/master/apps/sel4test-tests/src/tests/multicore.c#L143
The text was updated successfully, but these errors were encountered: