summaryrefslogtreecommitdiff
path: root/python/common.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-14 17:20:50 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-14 17:20:50 +0200
commitb4840742147fd96ce6f7b3a7b5430bfcc9667a34 (patch)
treeee25f69833338ec02296a3b8213a0f91924a31e4 /python/common.py
parentf0978716a04628543161bd77f6e3ca3af3130f2f (diff)
Add "sandbox violated" hint for Python
Diffstat (limited to 'python/common.py')
-rw-r--r--python/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/common.py b/python/common.py
index 2d89c19..bcd0ee3 100644
--- a/python/common.py
+++ b/python/common.py
@@ -16,6 +16,7 @@ hint_type = {
'error': Hint('error'),
'eof_error': Hint('eof_error'),
'timed_out': Hint('timed_out'),
+ 'sandbox_violation': Hint('sandbox_violation'),
'problematic_test_case': Hint('problematic_test_case'),
'no_func_name': Hint('no_func_name')
}