Last active
August 29, 2015 14:23
-
-
Save bsmr/6150246ec441aba14af0 to your computer and use it in GitHub Desktop.
failing unit tests for elixir-git-master on erlang-git-otp-r18-rc2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> elixir (exunit) | |
| 1) test update maps (MapTest) | |
| test/elixir/map_test.exs:45 | |
| Expected exception ArgumentError but got ErlangError (erlang error: {:badkey, :c}) | |
| stacktrace: | |
| test/elixir/map_test.exs:48 | |
| 2) test protocol defines callbacks (ProtocolTest) | |
| test/elixir/protocol_test.exs:123 | |
| Assertion with == failed | |
| code: get_callbacks(Sample, :ok, 1) == [{:type, 9, :fun, [{:type, 9, :product, [{:user_type, 9, :t, []}]}, {:type, 9, :boolean, []}]}] | |
| lhs: [{:type, '\t', :fun, [{:type, '\t', :product, [{:user_type, '\t', :t, []}]}, {:type, '\t', :boolean, []}]}] | |
| rhs: [{:type, 9, :fun, [{:type, 9, :product, [{:user_type, 9, :t, []}]}, {:type, 9, :boolean, []}]}] | |
| stacktrace: | |
| test/elixir/protocol_test.exs:125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment