Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
1 result
Created with Raphaël 2.2.014Nov131131Oct627Sep12108430Aug292717- the 100% cpu was from forever running user programs ... p.waitFor won't kill the process!!mastermaster- created new project where the critical i/o is fully threaded (reading from streams)- forgot to unset the debug test content- some error occurred where the program never finishes and uses 100% cpu (maybe infinite while loop?) so we capped the while loops at some value (100)- timeout was not applied (runner was not terminating when the users program not terminated)- make the test-runnercompatible with the new one request, multiple tests approach- writing to the stderror is now received (after every test line, only 1 line is read if there is any content in stderr)- empty tests should not be handled correctly (e.g. when the program waits for input then the timeoutis hit)- changed regex test output to display the used regex- when compiling 2 files the and no the main file had an error then the path is now removed (./ or .\)added wildcard function for black box test outputcompile script for linuxcleanup (same as safe runners but without the sandbox)cleanupchanged special char sign for runner arguments from $ to # (easier for linux!)initial (currently no sandbox)
Loading