Changeset 5cd2290 in mainline for uspace/app/tester/proc/task_wait.c


Ignore:
Timestamp:
2019-08-07T05:35:46Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
b22b0a94
Parents:
1fb4a49
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-18 10:53:14)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:35:46)
Message:

taskman: Make use of EVENT_EXIT exit_reason parameter

  • Also improved handling of EVENT_FAULT — it only marks task as failed, waiters are notified after EVENT_EXIT happens.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/proc/task_wait.c

    r1fb4a49 r5cd2290  
    262262        TASSERT(rc == EOK);
    263263        TASSERT(task_wait_get(&wait) == 0);
    264         //TASSERT(texit == TASK_EXIT_UNEXPECTED); // TODO resolve this in taskman/kernel
     264        TASSERT(texit == TASK_EXIT_UNEXPECTED);
    265265        TPRINTF("OK\n");
    266266        /* ---- */
Note: See TracChangeset for help on using the changeset viewer.