This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/threads/build/tests/threads/priority-donate-nest.result

33 lines
1.8 KiB
Plaintext

FAIL
Test output failed to match any acceptable form.
Acceptable output:
(priority-donate-nest) begin
(priority-donate-nest) Low thread should have priority 32. Actual priority: 32.
(priority-donate-nest) Low thread should have priority 33. Actual priority: 33.
(priority-donate-nest) Medium thread should have priority 33. Actual priority: 33.
(priority-donate-nest) Medium thread got the lock.
(priority-donate-nest) High thread got the lock.
(priority-donate-nest) High thread finished.
(priority-donate-nest) High thread should have just finished.
(priority-donate-nest) Middle thread finished.
(priority-donate-nest) Medium thread should just have finished.
(priority-donate-nest) Low thread should have priority 31. Actual priority: 31.
(priority-donate-nest) end
Differences in `diff -u' format:
(priority-donate-nest) begin
- (priority-donate-nest) Low thread should have priority 32. Actual priority: 32.
- (priority-donate-nest) Low thread should have priority 33. Actual priority: 33.
- (priority-donate-nest) Medium thread should have priority 33. Actual priority: 33.
+ (priority-donate-nest) Low thread should have priority 32. Actual priority: 31.
+ (priority-donate-nest) Low thread should have priority 33. Actual priority: 31.
+ (priority-donate-nest) Medium thread should have priority 33. Actual priority: 32.
(priority-donate-nest) Medium thread got the lock.
- (priority-donate-nest) High thread got the lock.
- (priority-donate-nest) High thread finished.
- (priority-donate-nest) High thread should have just finished.
- (priority-donate-nest) Middle thread finished.
(priority-donate-nest) Medium thread should just have finished.
(priority-donate-nest) Low thread should have priority 31. Actual priority: 31.
(priority-donate-nest) end