Changeset 5cd2290 in mainline for uspace/app/tester/proc/task_wait.c
- Timestamp:
- 2019-08-07T05:35:46Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/proc/task_wait.c
r1fb4a49 r5cd2290 262 262 TASSERT(rc == EOK); 263 263 TASSERT(task_wait_get(&wait) == 0); 264 //TASSERT(texit == TASK_EXIT_UNEXPECTED); // TODO resolve this in taskman/kernel264 TASSERT(texit == TASK_EXIT_UNEXPECTED); 265 265 TPRINTF("OK\n"); 266 266 /* ---- */
Note:
See TracChangeset
for help on using the changeset viewer.