From 11ec5802cbbc9738eee7677acf67c0f176b0b0ab Mon Sep 17 00:00:00 2001 From: Kunal Bhargava Date: Mon, 24 Feb 2025 23:47:07 +0000 Subject: [PATCH] remove precompiles till 2.2 --- contrib/test/run_test_vectors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/test/run_test_vectors.sh b/contrib/test/run_test_vectors.sh index 4f47fa00de..c088cd3553 100755 --- a/contrib/test/run_test_vectors.sh +++ b/contrib/test/run_test_vectors.sh @@ -43,8 +43,8 @@ find dump/test-vectors/vm_interp/fixtures/v0 -type f -name '*.fix' | xargs -P $N find dump/test-vectors/vm_interp/fixtures/v1 -type f -name '*.fix' | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824 find dump/test-vectors/vm_interp/fixtures/v2 -type f -name '*.fix' | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824 -LOG=$LOG_PATH/test_exec_precompiles -cat contrib/test/test-vectors-fixtures/precompile-fixtures/*.list | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824 +# LOG=$LOG_PATH/test_exec_precompiles +# cat contrib/test/test-vectors-fixtures/precompile-fixtures/*.list | xargs -P $NUM_PROCESSES -n 1000 ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824 LOG=$LOG_PATH/test_exec_txn cat contrib/test/test-vectors-fixtures/txn-fixtures/*.list | xargs -P $NUM_PROCESSES ./$OBJDIR/unit-test/test_exec_sol_compat --log-path $LOG --wksp-page-sz 1073741824