Skip to content

Conversation

@lhames
Copy link
Contributor

@lhames lhames commented Nov 24, 2025

WaitingOnGraphTests.Emit_SingleContainerSimpleCycle tests a pair of emit operations where the second completes a simple cycle (1: A -> B, 2: B -> A).

We already had a test of WaitingOnGraph::simplify's behavior in this case, but did not have one for WaitingOnGraph::emit.

WaitingOnGraphTests.Emit_SingleContainerSimpleCycle tests a pair of emit
operations where the second completes a simple cycle (1: A -> B, 2: B -> A).

We already had a test of WaitingOnGraph::simplify's behavior in this case,
but did not have one for WaitingOnGraph::emit.
@lhames lhames merged commit f5cae7b into llvm:main Nov 24, 2025
11 checks passed
@lhames lhames deleted the orc-waiting-on-graph-emit-cycle branch November 24, 2025 07:07
@llvm-ci
Copy link
Collaborator

llvm-ci commented Nov 24, 2025

LLVM Buildbot has detected a new failure on builder ppc64le-mlir-rhel-clang running on ppc64le-mlir-rhel-test while building llvm at step 6 "test-build-check-mlir-build-only-check-mlir".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/129/builds/33739

Here is the relevant piece of the build log for the reference
Step 6 (test-build-check-mlir-build-only-check-mlir) failure: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill
...
PASS: MLIR :: Pass/pipeline-options-parsing.mlir (3669 of 3681)
PASS: MLIR-Unit :: IR/./MLIRIRTests/101/130 (3670 of 3681)
PASS: MLIR :: mlir-tblgen/cpp-class-comments.td (3671 of 3681)
PASS: MLIR-Unit :: IR/./MLIRIRTests/38/130 (3672 of 3681)
PASS: MLIR-Unit :: IR/./MLIRIRTests/0/130 (3673 of 3681)
PASS: MLIR-Unit :: Interfaces/./MLIRInterfacesTests/11/22 (3674 of 3681)
PASS: MLIR-Unit :: Pass/./MLIRPassTests/10/13 (3675 of 3681)
PASS: MLIR-Unit :: Interfaces/./MLIRInterfacesTests/13/22 (3676 of 3681)
PASS: MLIR-Unit :: Interfaces/./MLIRInterfacesTests/12/22 (3677 of 3681)
PASS: MLIR :: mlir-reduce/dce-test.mlir (3678 of 3681)
command timed out: 1200 seconds without output running [b'ninja', b'check-mlir'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=2873.748437

aadeshps-mcw pushed a commit to aadeshps-mcw/llvm-project that referenced this pull request Nov 26, 2025
…69281)

WaitingOnGraphTests.Emit_SingleContainerSimpleCycle tests a pair of emit
operations where the second completes a simple cycle (1: A -> B, 2: B ->
A).

We already had a test of WaitingOnGraph::simplify's behavior in this
case, but did not have one for WaitingOnGraph::emit.
Priyanshu3820 pushed a commit to Priyanshu3820/llvm-project that referenced this pull request Nov 26, 2025
…69281)

WaitingOnGraphTests.Emit_SingleContainerSimpleCycle tests a pair of emit
operations where the second completes a simple cycle (1: A -> B, 2: B ->
A).

We already had a test of WaitingOnGraph::simplify's behavior in this
case, but did not have one for WaitingOnGraph::emit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants