Ignore:
Timestamp:
Nov 30, 2022, 7:18:38 PM (22 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
dd46fd3
Parents:
5a4b403
Message:

Changed fairness tests to use sched_yield in case exhausting the time slice is what causing test failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/away_fair.cfa

    r5a4b403 rbe1d00c  
    4141
    4242                if(last == curr) {
    43                         Pause();
     43                        sched_yield();
    4444                        continue;
    4545                }
Note: See TracChangeset for help on using the changeset viewer.