wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

Add spec tests on OSX

Open lum1n0us opened this issue 1 year ago • 4 comments

Can't make a simple modification to resolve the issue of accidentally meeting "EOF" on MacOS. Has to

  • Upgrade test scripts to python3
  • Use a new TTYRunner on MacOS
  • Abandon parallel running on MacOS

The left problem is pretty much. The time consumption on MacOS is super long. It will take 1.75 - 2 hours 😮 per workflow.

lum1n0us avatar Jul 08 '22 07:07 lum1n0us

Abandon parallel running on MacOS

why?

yamt avatar Jul 11 '22 05:07 yamt

Abandon parallel running on MacOS

why?

mp doesn't show enough stability on our OSX machine. How about yours?

lum1n0us avatar Jul 15 '22 09:07 lum1n0us

Abandon parallel running on MacOS

why?

mp doesn't show enough stability on our OSX machine. How about yours?

i vaguely remember that it used to work before. but i haven't tried recently.

yamt avatar Jul 19 '22 03:07 yamt

i'm using a local ad-hoc py3 mod to run runtest.py on macos. (as python2 is not available here) as the changes in this PR looks more complete, i hope it lands sooner.

yamt avatar Aug 08 '22 04:08 yamt