sago35

Results 120 comments of sago35

CI is likely to be faster, as intended. CircleCI : test-llvm14-go119 | test | before | after | | -- | ------ | -- | | Pull submodules | 49...

What should I do about this? ``` === RUN TestCompiler === PAUSE TestCompiler === CONT TestCompiler === RUN TestCompiler/basic.go === RUN TestCompiler/pointer.go === RUN TestCompiler/slice.go === RUN TestCompiler/string.go === RUN...

I don't know why, but you are not doing go get tinygo.org/x/device. ``` Run make ASSERT=1 test CGO_CPPFLAGS="-I/home/runner/work/tinygo/tinygo/llvm-project/llvm/include -I/home/runner/work/tinygo/tinygo/llvm-build/include -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/runner/work/tinygo/tinygo/llvm-build/tools/clang/include -I/home/runner/work/tinygo/tinygo/llvm-project/clang/include -I/home/runner/work/tinygo/tinygo/llvm-project/lld/include" CGO_CXXFLAGS="-std=c++14" CGO_LDFLAGS="-L/home/runner/work/tinygo/tinygo/llvm-build/lib -lclang...

Very nice. This code works on windows11. ```go package main import ( "fmt" "runtime" "time" ) func main() { run() fmt.Printf("done\n") } func run() { ch := time.After(1 * time.Second)...

log: ``` $ CGO_CPPFLAGS="-I/home/sago35/tinygo/tinygo/llvm-project/llvm/include -I/home/sago35/tinygo/tinygo/llvm-build/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/hom e/sago35/tinygo/tinygo/llvm-build/tools/clang/include -I/home/sago35/tinygo/tinygo/llvm-project/clang/include -I/home/sago35/tinygo/tinygo/llvm-project/lld/include" CGO_CXXFLAGS="-std=c++14" CGO_LDFLAGS="/home /sago35/tinygo/tinygo/llvm-build/lib/libclang.a -std=c++14 -L/home/sago35/tinygo/tinygo/llvm-build/lib -Wl,--start-group -lclangAnalysis -lclangARCMigrate -lclangAST -lclangASTMatchers -lclangBasic -lclangCode Gen -lclangCrossTU -lclangDriver -lclangDynamicASTMatchers -lclangEdit...

#1299 log: windows (azure pipelines) : 96.496s https://dev.azure.com/tinygo/tinygo/_build/results?buildId=1995&view=logs&j=ca395085-040a-526b-2ce8-bdc85f692774&t=7c342334-42ee-5705-4a52-64af66099390 linux (circleci) : 70.762s https://app.circleci.com/pipelines/github/tinygo-org/tinygo/3462/workflows/9c92d137-ac88-4d33-9e41-f9603a913c41/jobs/17020 macos (circleci) : 84.500s https://app.circleci.com/jobs/github/tinygo-org/tinygo/17022

Some items failed on windows only. > main.go:763: error: rename C:\Users\VssAdministrator\AppData\Local\tinygo\goroot-go1.15-789e54ede5abeee126874a6233b5eff9379b0505b353e361b7ef424e4107038d-syscall.tmp8674665223082153551 C:\Users\VssAdministrator\AppData\Local\tinygo\goroot-go1.15-789e54ede5abeee126874a6233b5eff9379b0505b353e361b7ef424e4107038d-syscall: Access is denied. === CONT TestCompiler/EmulatedRISCV/zeroalloc.go https://dev.azure.com/tinygo/tinygo/_build/results?buildId=2004&view=logs&j=ca395085-040a-526b-2ce8-bdc85f692774&t=7c342334-42ee-5705-4a52-64af66099390&l=271

windows : test failed https://dev.azure.com/tinygo/tinygo/_build/results?buildId=2004&view=logs&j=ca395085-040a-526b-2ce8-bdc85f692774&t=7c342334-42ee-5705-4a52-64af66099390&l=271 linux : 35.319s

I think the test passes by excluding windows. Alternatively, when #1316 is resolved, I think the windows test will pass.

It's a little less, but it still seems to be an error. > main.go:763: error: rename C:\Users\VssAdministrator\AppData\Local\tinygo\goroot-go1.15-789e54ede5abeee126874a6233b5eff9379b0505b353e361b7ef424e4107038d.tmp925366029 C:\Users\VssAdministrator\AppData\Local\tinygo\goroot-go1.15-789e54ede5abeee126874a6233b5eff9379b0505b353e361b7ef424e4107038d-syscall: Access is denied. https://dev.azure.com/tinygo/tinygo/_build/results?buildId=2015&view=logs&j=ca395085-040a-526b-2ce8-bdc85f692774&t=7c342334-42ee-5705-4a52-64af66099390&l=277