Skip to content

Bug: Integration tests failing on main branch #952

@Scanf-s

Description

@Scanf-s

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

  1. Clone repository: git clone https://github.com/SchoolyB/EZ.git
  2. Install EZ: make install
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is neededtestsRelated to unit tests or test infrastructure

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions