Description
Integration tests are consistently failing in the current environment when running against the main branch.
Environment
- OS:
Linux(Ubuntu/WSL)
- Branch:
SchoolyB/EZ:main
- Go version: 1.23.1
Steps to Reproduce
- Clone repository:
git clone https://github.com/SchoolyB/EZ.git
- Install EZ:
make install
- Run Integration Tests:
make integration-test
When I'm trying to run integration test based on SchoolyB/EZ main branch, below error occurs.
sullung@DESKTOP-1MJVMNK:~/Development/temp/EZ$ make integration-test
Building EZ...
go build -ldflags "-X main.Version=v0.39.2-3-g740ad57 -X main.BuildTime=2026-01-08_10:24:10" -o ez ./cmd/ez
Build complete! Binary: ./ez
./integration-tests/run_tests.sh
========================================
EZ Integration Test Suite
========================================
Running PASS tests...
----------------------------------------
core/arrays... PASS
make: *** [Makefile:61: integration-test] Error 1
The Problem
I found some failing tests on below ez scripts
- integration-tests/pass/stdlib/os.ez
- integration-tests/pass/stdlib/io.ez
- integration-tests/pass/warnings/W2010_chained_nil_access.ez
Description
Integration tests are consistently failing in the current environment when running against the main branch.
Environment
Linux(Ubuntu/WSL)SchoolyB/EZ:mainSteps to Reproduce
git clone https://github.com/SchoolyB/EZ.gitmake installmake integration-testWhen I'm trying to run integration test based on SchoolyB/EZ main branch, below error occurs.
The Problem
I found some failing tests on below ez scripts