Skip to content

Commit 25fb0f9

Browse files
committed
fix: update git clone branch for threads spec to main-legacy (#4687)
1 parent de1d635 commit 25fb0f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/wamr-test-suites/test_wamr.sh

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

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

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

0 commit comments

Comments
 (0)