Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] Relax ordering assumption in max-commands-progress.ninja #712

Merged
merged 1 commit into from
Feb 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/Ninja/Build/max-commands-progress.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# RUN: %{llbuild} ninja build --jobs 1 --chdir %t.build &> %t1.out
# RUN: %{FileCheck} --check-prefix=CHECK-INITIAL < %t1.out %s
#
# CHECK-INITIAL: [1/{{.*}}] cp input-2 output-2
# CHECK-INITIAL: [2/{{.*}}] cp input-1 output-1
# CHECK-INITIAL: [{{1|2}}/{{.*}}] cp input-2 output-2
# CHECK-INITIAL: [{{1|2}}/{{.*}}] cp input-1 output-1
# CHECK-INITIAL: [3/3] cat output-1 output-2 > output

# RUN: %{adjust-times} -now-plus-ulp %t.build/input-1
Expand Down