Skip to content

Instantly share code, notes, and snippets.

@bjfish
Last active April 4, 2016 18:25
Show Gist options
  • Save bjfish/1bd194865317e5f63ae831f10fc0e118 to your computer and use it in GitHub Desktop.
Save bjfish/1bd194865317e5f63ae831f10fc0e118 to your computer and use it in GitHub Desktop.
$ make test
==> elixir (compile)
==> elixir (eunit)
All 194 tests passed.
==> elixir (exunit)
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 29.6 seconds (16.2s on load, 13.4s on tests)
2904 tests, 0 failures
Randomized with seed 55889
Kernel.CLI.CompileTest fails on missing write access to .beam file 1949.7ms
Kernel.CLI.ErrorTest properly format errors 1890.0ms
Kernel.CLI.AtExitTest invokes at_exit callbacks 1728.1ms
Kernel.CLI.OptionParsingTest properly parses paths 1111.5ms
Kernel.CLI.CompileTest compiles code with verbose mode 1051.3ms
Kernel.CLI.CompileTest compiles code 860.4ms
Kernel.TypespecTest @spec(spec) for unreachable private function 453.0ms
MapTest defstruct can only be used once in a module 418.1ms
Kernel.ErrorsTest private macro 411.8ms
ProtocolTest defimpl with multiple for 396.7ms
Kernel.TypespecTest spec_to_ast 388.8ms
Protocol.ConsolidationTest consolidation errors on missing beams 370.8ms
Kernel.TypespecTest @type with a single type 362.8ms
ProtocolTest doc at Protocol.extract_protocols/1 (2) 341.9ms
Kernel.CLI.CompileTest fails on missing patterns 331.5ms
ProtocolTest protocol documentation 281.8ms
SystemTest argv/0 281.4ms
ProtocolTest derives protocol explicitly with options 276.2ms
StreamTest flat_map/2 does not intercept wrapped lazy enumeration 262.2ms
Kernel.ErrorsTest unhandled stab 262.1ms
Kernel.ErrorsTest clause with defaults 242.5ms
ExceptionTest format_exit with nested calls and exception 223.5ms
ExceptionTest format_exit with call with exception 220.3ms
ExceptionTest format_exit with nested calls 219.9ms
StreamTest drop/2 with negative count stream entries 203.2ms
Kernel.ErrorsTest struct errors 188.5ms
Kernel.TypespecTest @spec(spec) 182.4ms
Kernel.DialyzerTest no warnings on raise 169.4ms
ProtocolTest derive protocol explicitly via API 167.1ms
Kernel.DialyzerTest no warnings on valid remote calls 166.9ms
Kernel.TypespecTest @type with public record 164.8ms
ProtocolTest protocol implementations without any 158.6ms
Kernel.TypespecTest @type with parameters 154.0ms
Kernel.WarningTest undefined macro for protocol 148.1ms
Kernel.DialyzerTest no warnings on rewrites 144.1ms
Kernel.TypespecTest @type with a fun 141.2ms
Kernel.OverridableTest invalid super call 137.8ms
KernelTest defdelegate/2 raises with non-variable arguments 135.7ms
String.Chars.ErrorsTest tuple 133.0ms
Kernel.TypespecTest default is not supported 132.4ms
CodeTest compile string works accross lexical scopes 130.3ms
String.Chars.ErrorsTest port 126.7ms
Kernel.TypespecTest @type with an integer 122.5ms
Kernel.LexicalTrackerTest does not tag aliases nor types as compile time 117.2ms
Kernel.TypespecTest @type with list shortcuts 114.1ms
StreamTest doc at Stream.interval/1 (21) 113.2ms
CodeTest compile quoted 111.9ms
Protocol.ConsolidationTest consolidation prevents new implementations 108.1ms
GenEvent.StreamTest sync stream/2 flushes events on abort 107.9ms
KernelTest =~/2 105.9ms
Kernel.ErrorsTest macro with undefined local 105.5ms
GenEvent.StreamTest async stream/2 flushes events on abort 104.2ms
Kernel.ErrorsTest different defs with defaults 103.9ms
IO.ANSI.DocsTest star/underscore/backtick preceeded by non-space delimiters gets interpreted 103.2ms
StreamTest take/2 101.3ms
GenEvent.StreamTest ack stream/2 flushes events on abort 101.3ms
Kernel.ErrorsTest syntax error before sigil 101.0ms
Kernel.ErrorsTest literal on map and struct 100.8ms
ProcessTest exit(pid, :normal) does not cause the target process to exit 100.2ms
ProcessTest exit(pid, :normal) makes the process receive a message if it traps exits 100.2ms
==> ex_unit (exunit)
.........................................................................................................................................................................................
Finished in 4.0 seconds (2.5s on load, 1.5s on tests)
185 tests, 0 failures
Randomized with seed 671688
ExUnit.DocTestTest doctest failures 132.4ms
ExUnit.CaptureIOTest capture :stderr by two processes 112.7ms
ExUnit.AssertionsTest refute receive waits 103.4ms
==> logger (exunit)
........................................................................................
Finished in 1.7 seconds (1.1s on load, 0.6s on tests)
88 tests, 0 failures
Randomized with seed 968829
Logger.TranslatorTest translates Process crashes 203.6ms
==> mix (exunit)
..................................................................................................................................................................................................................................................................................................................
Finished in 63.8 seconds (4.9s on load, 58.9s on tests)
306 tests, 0 failures
Randomized with seed 408728
Mix.RebarTest get and compile dependencies for rebar 3746.1ms
Mix.CLITest compiles and invokes simple task from CLI 2854.1ms
Mix.RebarTest get and compile dependencies for rebar3 2516.5ms
Mix.Tasks.DepsGitTest recompiles the project when a dep is fetched 1904.5ms
Mix.UmbrellaTest recompiles after path dependency changes 1880.9ms
Mix.CLITest new with tests 1744.6ms
Mix.CLITest new --sup with tests 1565.9ms
Mix.Tasks.Profile.FprofTest profiles the script 1391.8ms
Mix.Tasks.EscriptTest generate escript with path 1155.5ms
Mix.Tasks.EscriptTest generate escript with config 992.8ms
Mix.Tasks.EscriptTest generate escript with deps 961.8ms
Mix.CLITest default task 958.6ms
Mix.Tasks.DepsGitTest all up to date dependencies 948.6ms
Mix.CLITest env config 940.5ms
Mix.Tasks.EscriptTest generate escript with consolidated protocols 917.5ms
Mix.Tasks.EscriptTest generate escript 883.4ms
Mix.Tasks.DepsGitTest handles invalid .git directory 872.2ms
Mix.Tasks.EscriptTest escript install and uninstall 752.6ms
Mix.Tasks.EscriptTest generate escript with erlang and deps 695.1ms
Mix.Tasks.DepsGitTest updates the lock when the repo updates 672.8ms
Mix.CLITest env config defaults to the tasks's preferred cli environment 632.5ms
Mix.CLITest --help smoke test 630.6ms
Mix.Tasks.DepsGitTest updates the repo when the lock updates 606.1ms
Mix.CLITest no task error 596.7ms
Mix.CLITest tasks with slashes in them raise a NoTaskError right away 584.7ms
Mix.CLITest --version smoke test 524.2ms
Mix.Tasks.Compile.ElixirTest recompiles project if elixir version changed 516.1ms
Mix.DepTest nested deps converge and diverge only not in_upper 504.6ms
Mix.Tasks.Compile.ProtocolsTest compiles and consolidates local protocols 481.1ms
Mix.UmbrellaTest uses dependency aliases 466.2ms
Mix.Tasks.DepsGitTest gets and updates many levels deep dependencies 446.1ms
Mix.UmbrellaTest compiles umbrella with protocol consolidation (via build embedded) 434.1ms
Mix.Tasks.Local.PublicKeysTest installs public keys 431.3ms
Mix.UmbrellaTest recursive compiles umbrella with protocol consolidation 430.9ms
Mix.DepTest remote converger is not invoked if deps diverge 429.9ms
Mix.Tasks.DepsGitTest gets and updates git repos with compilation 407.1ms
Mix.UmbrellaTest loads umbrella child dependencies in umbrellas 391.3ms
Mix.Tasks.App.TreeTest show the application tree for umbrella apps 379.4ms
Mix.Tasks.DepsTest works with converged dependencies 359.7ms
Mix.Tasks.CompileTest add logger application metadata 344.1ms
Mix.UmbrellaTest loads umbrella child dependencies in all environments 335.6ms
Mix.Tasks.Compile.ElixirTest recompiles project if scm changed 329.7ms
Mix.Tasks.DepsPathTest compiles ands runs even if lock does not match 327.8ms
Mix.UmbrellaTest compiles umbrella 326.3ms
Mix.Tasks.DepsTest compiles and prunes builds per environment 325.6ms
Mix.Tasks.DepsGitTest compiles many levels deep dependencies 316.1ms
Mix.Tasks.Compile.ProtocolsTest compiles and consolidates deps protocols 311.3ms
Mix.Tasks.App.StartTest compiles and starts the project 299.4ms
Mix.Tasks.DepsGitTest gets and updates git repos with submodules 292.4ms
Mix.Tasks.DepsTest works with overridden dependencies 289.4ms
Mix.DepTest nested deps selects only prod dependencies 288.2ms
Mix.Tasks.CompileTest compile a project with mixfile 285.3ms
Mix.Tasks.DepsTest fails on diverged dependencies by requirement 284.6ms
Mix.Tasks.DepsGitTest does not load bad mixfiles on update 281.9ms
Mix.UmbrellaTest handles dependencies with cycles 269.8ms
Mix.Tasks.ArchiveTest archive update 268.4ms
Mix.Tasks.ArchiveTest archive check 266.4ms
Mix.Tasks.ArchiveTest archive checksum 256.1ms
Mix.Tasks.DepsGitTest does not load bad mixfiles on get 252.3ms
Mix.Tasks.ArchiveTest archive install 251.8ms
Mix.Tasks.DepsGitTest updates the repo and the lock when the mixfile updates 251.6ms
Mix.Tasks.ArchiveTest archive build 244.3ms
Mix.UmbrellaTest compile for umbrella as dependency 237.7ms
Mix.Tasks.RunTest run rewrites System.argv 236.3ms
Mix.Tasks.Profile.FprofTest sort options 235.2ms
Mix.Tasks.Profile.FprofTest expands processes 235.0ms
Mix.Tasks.RunTest run requires files before evaling commands 234.9ms
Mix.RebarTest rebar overrides 230.4ms
Mix.Tasks.Deps.TreeTest shows the dependency tree 226.6ms
Mix.Tasks.Profile.FprofTest expands callers 222.9ms
Mix.Tasks.App.StartTest start checks for invalid configuration 222.6ms
Mix.Tasks.DepsTest fails on diverged dependencies even when optional 217.0ms
Mix.Tasks.Profile.FprofTest profiles evaluated expression 216.1ms
Mix.Tasks.RunTest loads configuration 211.8ms
Mix.Tasks.DepsGitTest updates on git opts change 207.0ms
Mix.Tasks.Compile.AppTest use custom application settings 204.3ms
Mix.Tasks.App.StartTest does not validate the Elixir version with requirement when disabled 204.2ms
Mix.Tasks.App.StartTest compiles and starts a project with build_embedded 201.5ms
Mix.Tasks.App.TreeTest shows the application tree 199.9ms
Mix.Tasks.Profile.FprofTest errors on missing files 195.4ms
Mix.Tasks.Compile.AppTest .app contains description and registered (as required by systools) 190.5ms
Mix.Tasks.App.StartTest start points to report on exception error 190.3ms
Mix.Tasks.RunTest run errors on missing files 189.1ms
Mix.Tasks.Compile.ElixirTest compiles dependent changed files 185.1ms
Mix.Tasks.App.StartTest start points to report on bad return 184.2ms
Mix.Tasks.App.TreeTest shows the given application tree 183.9ms
Mix.Tasks.App.StartTest start points to report on exit 183.8ms
Mix.Tasks.App.TreeTest shows the application dependency tree excluding applications 181.7ms
Mix.Tasks.App.StartTest start points to report on normal exit 177.2ms
Mix.Tasks.App.StartTest start points to report on error 172.4ms
Mix.Tasks.DepsTest prints list of dependencies and their lock status 166.6ms
Mix.DepTest remote converger 162.0ms
Mix.UmbrellaTest can select which apps to use 159.7ms
Mix.Tasks.DepsPathTest uses the name of the app, not the path basename 157.9ms
Mix.DepTest nested deps with convergence 155.6ms
Mix.Tasks.DepsGitTest handles missing .git directory 138.8ms
Mix.Tasks.Compile.ElixirTest compiles dependent changed modules 138.3ms
Mix.Tasks.DepsTest fails on diverged dependencies on get/update 124.8ms
Mix.UmbrellaTest list deps for umbrella as dependency 124.4ms
Mix.DepTest nested deps on only conflict 123.6ms
Mix.TaskTest rerun/1 for umbrella 122.6ms
Mix.Tasks.Compile.ElixirTest use custom source paths 122.6ms
Mix.Tasks.DepsTest checks if dependencies are using old scm version 122.0ms
Mix.Tasks.Compile.YeccTest compiles src/test_ok.yrl 121.7ms
Mix.Tasks.DepsTest checks if dependencies are using old elixir version 120.9ms
Mix.ConfigTest read!/1 120.4ms
Mix.Tasks.Compile.AppTest generates .app file when changes happen 118.8ms
Mix.Tasks.Compile.ElixirTest use custom source paths in subdirs 118.7ms
Mix.Tasks.Compile.ElixirTest recompiles with --force 116.2ms
Mix.Tasks.CmdTest runs the command for each app 115.8ms
Mix.ProjectTest builds the project structure without symlinks 114.3ms
Mix.Tasks.DepsPathTest does not mark for compilation on get/update 113.7ms
Mix.Tasks.DepsTest prints elixir req mismatches 113.4ms
Mix.Tasks.DepsTest checks list of dependencies and their status with success 112.2ms
Mix.Tasks.Compile.ElixirTest compiles dependent changed modules even on removal 110.8ms
Mix.UmbrellaTest handles dependencies with cycles and overridden deps 110.0ms
Mix.TaskTest reenable/1 for umbrella 109.2ms
Mix.Tasks.DepsTest fails on diverged dependencies on check 107.6ms
Mix.Tasks.Compile.LeexTest compiles src/test_ok.xrl 107.4ms
Mix.Tasks.Compile.ElixirTest compiles only changed files 105.4ms
Mix.Tasks.Compile.ErlangTest removes old artifact files 105.0ms
Mix.DepTest raises when no SCM is specified 103.7ms
Mix.Tasks.Deps.TreeTest show the dependency tree for umbrella apps 103.3ms
Mix.Tasks.Compile.ErlangTest compiles src/b.erl and src/c.erl 102.9ms
Mix.Tasks.DepsTest converged dependencies errors if not overriding 101.3ms
Mix.DepTest extracts all dependencies paths from the given project 100.8ms
Mix.DepTest extracts all dependencies from the given project 100.5ms
==> eex (exunit)
.......................................................................
Finished in 0.7 seconds (0.6s on load, 0.05s on tests)
71 tests, 0 failures
Randomized with seed 565532
==> iex (exunit)
...........................................................................................................
Finished in 2.9 seconds (1.0s on load, 1.8s on tests)
107 tests, 0 failures
Randomized with seed 312031
IEx.HelpersTest l helper 686.7ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment