Commit f809d03
Update Mix.DepTest for Erlang/OTP 25 (#11636)
:digraph_utils.topsort/1 can return a different (but also valid)
topological ordering
The test failure on Erlang/OTP 25.0-rc1 was:
1) test deps_paths (Mix.DepTest)
test/mix/dep_test.exs:491
Assertion with == failed
code: assert Enum.map(Mix.Dep.load_on_environment([]), & &1.app) == [:git_repo, :abc_repo, :deps_repo]
left: [:abc_repo, :git_repo, :deps_repo]
right: [:git_repo, :abc_repo, :deps_repo]
stacktrace:
test/mix/dep_test.exs:499: anonymous fn/0 in Mix.DepTest."test deps_paths"/1
(elixir 1.14.0-dev) lib/file.ex:1555: File.cd!/2
test/test_helper.exs:127: MixTest.Case.in_fixture/3
test/mix/dep_test.exs:31: Mix.DepTest.with_deps/2
test/mix/dep_test.exs:497: (test)1 parent ee6ed75 commit f809d03
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
501 | 504 | | |
502 | 505 | | |
503 | 506 | | |
| |||
0 commit comments