pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / tests /
2015-12-17 John OusterhoutFixes exec-bound-3 failures
2015-12-17 John OusterhoutAdded more userprog tests, mostly relating to boundary...
2014-03-18 Pablo de OliveiraFix userprog tests for clang
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-07 Ben PfaffRename .cvsignore files to .gitignore.
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2007-11-16 Godmar Backadded IGNORE_USER_FAULTS clause to match specification
2007-03-08 Ben PfaffFix bug in *-persistence tests when prerequisites fail.
2007-01-28 Ben PfaffFix order of checks on load average.
2007-01-11 Ben PfaffSet VERBOSE to empty string by default, which prevents...
2007-01-11 Ben PfaffRemove unnecessary semicolon that gives GNU make 3...
2007-01-08 Godmar Backadjusted scores for P4 as discussed
2007-01-07 Godmar BackCosmetic fix: make first column wider to account for...
2007-01-07 Godmar Back- adjustments to scores for P3 as discussed.
2007-01-07 Godmar Backadjustments to scores for P2 as discussed.
2007-01-06 Godmar Back- added priority-donate-chain test which tests 8-level...
2007-01-04 Ben PfaffSeparate persistence tests from the extended filesys...
2007-01-04 Ben PfaffNew page-merge-mm, page-merge-stk tests.
2006-12-18 Ben PfaffMake comment more readable.
2006-12-15 Ben PfaffFix expected output.
2006-12-15 Ben PfaffFix comment.
2006-12-15 Ben PfaffWhen printing a directory tree, indicate explicitly...
2006-12-08 Ben PfaffFix error message when archive fails to open.
2006-12-04 Ben PfaffUse mkdir, not create.
2006-11-11 Ben PfaffClean tests/vm/zeros.
2006-11-11 Ben PfaffAdopt consistent style in asm statements.
2006-11-10 Ben PfaffMinor style updates.
2006-11-10 Godmar BackRewrite of multi-oom. Now descends 10 times and expect...
2006-11-10 Godmar Back- when ignoring exit codes, ignore exit(-1) also (previ...
2006-11-10 Godmar Backadded accidentally omitted $ to make operand immediate
2006-11-03 Ben PfaffClarify purpose and rationale.
2006-11-03 Ben PfaffDelete .tar, .get-output, and .get-errors files on...
2006-11-01 Godmar Backadded IGNORE_USER_FAULTS flag - so students may report...
2006-10-07 Ben PfaffImprove comment.
2006-10-05 Ben PfaffSleep until recent_cpu actually decays.
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
2006-10-05 Ben PfaffFix message.
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-08-20 Ben PfaffChange several "die"s to "fail"s in read_tar.
2006-08-17 Ben Pfaffmake_tar_archive() needs to initialize `success'.
2006-07-08 Ben PfaffAdd additional explanation to the spontaneous reboot...
2006-06-19 Ben PfaffAllow user fault messages in output in bad-* tests.
2006-06-07 Godmar Backadded bad-jump/read/write bad-jump2/read2/write2 to...
2006-06-06 Godmar Backdefined 'test_name' for msg()/vmsg() to work properly
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-06-01 Ben PfaffDon't put white space before call to $(eval) because...
2006-06-01 Ben PfaffIncrease timeout for MLFQS tests to 480 seconds, which...
2006-05-30 Ben PfaffAdd priority-donate-lower to rubric.
2006-05-30 Ben PfaffReduce number of simultaneously waking threads to 3,
2006-05-27 Ben PfaffAdd "-k" option to pintos script. When used, pintos...
2006-05-27 Ben PfaffAdd file system persistence tests:
2006-05-26 Ben PfaffMake the default simulator qemu for project 2...4,
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2006-05-19 Ben PfaffReplace lsdir system call by readdir, isdir system...
2006-05-19 Ben PfaffImprove automatic test failure interpretation by extend...
2006-05-19 Ben PfaffRemove unused variable.
2006-05-18 Ben PfaffTest interaction between priority donation and thread_s...
2006-05-18 Ben PfaffFix comment typo.
2006-05-18 Ben PfaffAdd test that checks that recent_cpu decays properly...
2006-05-18 Ben PfaffAdd a test for P1 that checks that multiple threads...
2006-05-17 Ben PfaffAdd another test that checks priority scheduling in...
2006-05-17 Ben PfaffAdd another test that locks & unlocks in FIFO order...
2006-05-17 Ben PfaffFully capitalize SYS_* syscall enum names.
2006-04-10 Ben PfaffInvert the priority scheme, so that PRI_MIN is now...
2006-01-08 Ben PfaffFix comment.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to filesys tests.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to userprog tests.
2006-01-08 Ben PfaffRemove file that was not used.
2006-01-07 Ben PfaffAdd explanatory comments to threads tests.
2006-01-04 Ben PfaffDon't check return value of write().
2006-01-04 Ben PfaffNew test for growing the stack using a system call.
2005-12-20 Ben PfaffBe slightly more lenient.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-07-13 Ben PfaffAdd another possible ordering of lines.
2005-07-04 Ben PfaffAdd comment.
2005-06-27 Ben PfaffFix bug that shifted mlfqs-recent-1 output by 1 second.
2005-06-27 Ben PfaffInitialize start_time. Thanks to Ankur Goyal <angoyal...
2005-06-21 Ben PfaffIncrease mmap-shuffle, page-shuffle timeouts further.
2005-06-21 Ben PfaffMake page-merge-seq, page-merge-par even longer.
2005-06-21 Ben PfaffAdd priority-donate-nest.
2005-06-21 Ben PfaffFix stupid bug.
2005-06-21 Ben PfaffUse temporary file instead of reference to string
2005-06-21 Ben PfaffPrint message for perfect score.
2005-06-21 Ben PfaffFix rubric files.
2005-06-21 Ben PfaffIncrease syn-read timeout even more.
2005-06-21 Ben PfaffIncrease syn-read timeout.
2005-06-21 Ben PfaffDeal with `wc -l' putting spaces in the output.
2005-06-21 Ben PfaffIncrease page-linear timeout.
2005-06-21 Ben PfaffUpdate for modified test.
2005-06-20 Ben PfaffIncrease time-outs for page-shuffle, mmap-shuffle.
2005-06-20 Ben PfaffFix file name.
2005-06-20 Ben PfaffDon't print output for triple faults.
2005-06-20 Ben PfaffDon't print recursive reboots.
2005-06-20 Ben PfaffAllow decimal point in percentages.
2005-06-20 Ben PfaffChange line spacing.
2005-06-20 Ben PfaffAlways print output for failing test cases.
2005-06-20 Ben PfaffAdd timeouts.
next