Skip to content

Commit b08b02a

Browse files
authored
fix: update git clone branch for threads spec to main-legacy (#4687)
1 parent 89b4043 commit b08b02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/wamr-test-suites/test_wamr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ function spec_test()
451451
echo "checkout spec from threads proposal"
452452

453453
# check spec test cases for threads
454-
git clone -b main --single-branch https://github.com/WebAssembly/threads.git spec
454+
git clone -b main-legacy --single-branch https://github.com/WebAssembly/threads.git spec
455455
pushd spec
456456

457-
# May 31, 2012 [interpreter] implement atomic.wait and atomic.notify (#194)
457+
# May 31, 2023 [interpreter] implement atomic.wait and atomic.notify (#194)
458458
git reset --hard 09f2831349bf409187abb6f7868482a8079f2264
459459
git apply --ignore-whitespace ../../spec-test-script/thread_proposal_ignore_cases.patch || exit 1
460460
git apply --ignore-whitespace ../../spec-test-script/thread_proposal_fix_atomic_case.patch || exit 1

0 commit comments

Comments
 (0)