Skip to content

Commit

Permalink
Update docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and quantum5 committed Jan 7, 2022
1 parent a3c01a4 commit 258f8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
from dmoj.executors import get_available

arch = platform.machine()
ALLOW_FAIL = {'GASARM', 'JAVA9', 'JAVA10', 'LEAN4', 'OBJC'}
ALLOW_FAIL = {'GASARM', 'OBJC'}
EXECUTORS = get_available()

if arch == 'aarch64':
ALLOW_FAIL -= {'GASARM'}
ALLOW_FAIL |= {'D', 'GAS32', 'GAS64', 'NASM', 'NASM64', 'SWIFT', 'TUR'}
ALLOW_FAIL |= {'D', 'GAS32', 'GAS64', 'LEAN4', 'NASM', 'NASM64', 'SWIFT', 'TUR'}
elif arch != 'x86_64':
raise AssertionError('invalid architecture')

Expand Down

0 comments on commit 258f8d9

Please sign in to comment.