From 51857521f770caae7b36e3a36a30d5b6986e66d1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 27 Sep 2020 17:53:53 +0200 Subject: Added should be dead check, Moved philo classes in src/test/philo.py --- src/main.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/main.py') 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 -- cgit