Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Travis CI: Disable EVMJIT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 24, 2017
1 parent 5b12f36 commit 4e38b30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ if [[ "$TESTS" == "On" ]]; then
# The whole automation process is too slow for macOS, and we don't have
# enough time to build LLVM, build EVMJIT and run the tests twice within
# the 48 minute absolute maximum run time for TravisCI.
if [[ "$OSTYPE" != "darwin"* ]]; then
$BUILD_ROOT/test/testeth -t "VMTests*,StateTests*" -- --vm jit --testpath $BUILD_ROOT/../test/jsontests
fi

# Disabled until EVMJIT will catch up with Metropolis features.
# if [[ "$OSTYPE" != "darwin"* ]]; then
# $BUILD_ROOT/test/testeth -t "VMTests*,StateTests*" -- --vm jit --testpath $BUILD_ROOT/../test/jsontests
# fi

fi

0 comments on commit 4e38b30

Please sign in to comment.