Skip to content

Comments

python3Packages.tinygrad: skip failing test on x86_64-darwin#492886

Merged
kirillrdy merged 1 commit intoNixOS:masterfrom
GaetanLepage:tinygrad
Feb 21, 2026
Merged

python3Packages.tinygrad: skip failing test on x86_64-darwin#492886
kirillrdy merged 1 commit intoNixOS:masterfrom
GaetanLepage:tinygrad

Conversation

@GaetanLepage
Copy link
Contributor

@GaetanLepage GaetanLepage commented Feb 21, 2026

Things done

>     assert len(got) == len(validate), f"Expected {len(validate)} operations, got {len(got)}"
E     AssertionError: Expected 1 operations, got 3
E     assert 3 == 1
E      +  where 3 = len([ExecItem(ast=UOp(Ops.SINK, dtypes.void, arg=None, src=(\n  UOp(Ops.END, dtypes.void, arg=None, src=(\n    UOp(Ops.STORE...dd__', caller='', backward=False),), fixedvars={}, prg=<tinygrad.engine.realize.CompiledRunner object at 0x118a7e450>)])
E      +  and   1 = len([{'cnt': 3, 'type': 'graph'}])

test/test_jit.py:695: AssertionError
  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

@ofborg ofborg bot added the 6.topic: darwin Running or building packages on Darwin label Feb 21, 2026
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 6.topic: python Python is a high-level, general-purpose programming language. labels Feb 21, 2026
@GaetanLepage
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 492886
Commit: 64ec55768f48f2128dee0ad7af2b0db82ad719f5


x86_64-darwin

✅ 4 packages built:
  • python313Packages.tinygrad
  • python313Packages.tinygrad.dist
  • python314Packages.tinygrad
  • python314Packages.tinygrad.dist

@kirillrdy kirillrdy added this pull request to the merge queue Feb 21, 2026
Merged via the queue into NixOS:master with commit 2f686e0 Feb 21, 2026
36 of 39 checks passed
@GaetanLepage GaetanLepage deleted the tinygrad branch February 21, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: darwin Running or building packages on Darwin 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants