From b08b02a409fef77decb2ce1d0d280fc1f08f7ed7 Mon Sep 17 00:00:00 2001 From: "liang.he" Date: Fri, 31 Oct 2025 15:40:46 +0800 Subject: [PATCH] fix: update git clone branch for threads spec to main-legacy (#4687) --- tests/wamr-test-suites/test_wamr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wamr-test-suites/test_wamr.sh b/tests/wamr-test-suites/test_wamr.sh index 8c637cea9..bf621172a 100755 --- a/tests/wamr-test-suites/test_wamr.sh +++ b/tests/wamr-test-suites/test_wamr.sh @@ -451,10 +451,10 @@ function spec_test() echo "checkout spec from threads proposal" # check spec test cases for threads - git clone -b main --single-branch https://github.com/WebAssembly/threads.git spec + git clone -b main-legacy --single-branch https://github.com/WebAssembly/threads.git spec pushd spec - # May 31, 2012 [interpreter] implement atomic.wait and atomic.notify (#194) + # May 31, 2023 [interpreter] implement atomic.wait and atomic.notify (#194) git reset --hard 09f2831349bf409187abb6f7868482a8079f2264 git apply --ignore-whitespace ../../spec-test-script/thread_proposal_ignore_cases.patch || exit 1 git apply --ignore-whitespace ../../spec-test-script/thread_proposal_fix_atomic_case.patch || exit 1