diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-27 17:53:53 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-27 17:53:53 +0200 |
| commit | 51857521f770caae7b36e3a36a30d5b6986e66d1 (patch) | |
| tree | 8b56e84794c6a3be67db33bc3d9cea435e2a2b2c /src/main.py | |
| parent | 20e0b28ec3c8e9e0a63759116a32438c18941a59 (diff) | |
| download | philosophers_test-51857521f770caae7b36e3a36a30d5b6986e66d1.tar.gz philosophers_test-51857521f770caae7b36e3a36a30d5b6986e66d1.tar.bz2 philosophers_test-51857521f770caae7b36e3a36a30d5b6986e66d1.zip | |
Added should be dead check, Moved philo classes in src/test/philo.py
Diffstat (limited to 'src/main.py')
| -rwxr-xr-x | src/main.py | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main.py b/src/main.py index 861bc8e..dbe33ea 100755 --- a/src/main.py +++ b/src/main.py @@ -12,14 +12,15 @@ # # # ############################################################################ # -# invalid state switch -# none existant fork -# timestamp not in order -# crash -# should be infinity -# print lines after died -# bad output format -# should be dead +# [x] invalid state switch +# [x] none existant fork +# [x] timestamp not in order +# [ ] crash +# [ ] should be infinity +# [ ] argument error +# [x] print lines after died +# [x] bad output format +# [x] should be dead import os import sys |
