This file contains 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
defmodule Container do | |
use GenServer | |
def start_link(url, state \\ %{}) when is_map(state) do | |
GenServer.start_link(__MODULE__, Map.put(state, :connection_url, url), []) | |
end | |
def cast_frame(pid, frame) do | |
GenServer.cast(pid, {:frame, frame}) | |
end |
This file contains 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
ruby 2.2.6p396 (2016-11-15 revision 56800) [x64-mingw32] | |
15709 tests, 2556412 assertions, 5 failures, 1 errors, 148 skips | |
[ 4161/15709] TestFile#test_utime = 0.00 s | |
1) Failure: | |
TestFile#test_utime [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_file.rb:311]: | |
[ruby-core:44776]. | |
<2011-05-27 15:10:39 -0500> expected but was | |
<2011-05-27 14:10:39 -0500>. |
This file contains 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
ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32] | |
15625 tests, 2216437 assertions, 3 failures, 1 errors, 151 skips | |
[ 4361/15630] TestFile#test_utime = 0.00 s | |
1) Failure: | |
TestFile#test_utime [D:/Projects/rubyinstaller/sandbox/ruby_2_3/test/ruby/test_file.rb:346]: | |
[ruby-core:44776]. | |
<2011-05-27 15:10:39 -0500> expected but was | |
<2011-05-27 14:10:39 -0500>. |
This file contains 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
ruby 2.1.9p490 (2016-03-30 revision 54437) [i386-mingw32] | |
14823 tests, 2455049 assertions, 3 failures, 0 errors, 147 skips | |
[ 9138/14823] TestProcess#test_execopts_open_chdir_m17n_path = 0.05 s | |
Failure: | |
TestProcess#test_execopts_open_chdir_m17n_path [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_1/test/ruby/test_process.rb:422]: | |
<"C:/Users/Justin/AppData/Local/Temp/d20160716-4020-e4gnaq/\u30C6\u30B9\u30C8"> expected but was | |
<"C:/Users/Justin/AppData/Local/Temp/d20160716-4020-e4gnaq/???">. |
This file contains 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
ruby 2.2.5p319 (2016-04-26 revision 54774) [i386-mingw32] | |
15700 tests, 2543362 assertions, 5 failures, 0 errors, 147 skips | |
Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20160715-12584-1sz0jna.rb (closed)> | |
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20160715-12584-1qd6h1a.rb (closed)> | |
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_env_make: #<Tempfile:./siteconf20160715-12584-1ro3u1x.rb (closed)> | |
[ 9862/15700] TestProcess#test_execopts_open_chdir_m17n_path = 0.06 s | |
1) Failure: |
This file contains 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
ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32] | |
15564 tests, 2211918 assertions, 2 failures, 2 errors, 149 skips | |
[ 4406/15568] TestFileExhaustive#test_realpath_mount_pointAccess is denied. | |
Access is denied. | |
Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20160715-11076-1va2z8i.rb (closed)> | |
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20160715-11076-1xfo22u.rb (closed)> | |
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_env_make: #<Tempfile:./siteconf20160715-11076-1vlja4b.rb (closed)> |
This file contains 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
ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32] | |
15561 tests, 2217162 assertions, 4 failures, 2 errors, 167 skips | |
1) Failure: | |
Bug::Time::Test_New#test_timespec_new [D:/Projects/rubyinstaller/sandbox/ruby_2_3/test/-ext-/time/test_new.rb:26]: | |
<-18000> expected but was | |
<-21600>. | |
2) Failure: |
This file contains 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
ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32] | |
15654 tests, 2543132 assertions, 6 failures, 1 errors, 147 skips | |
[ 4134/15654] TestFile#test_utime | |
TestFile#test_utime [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_file.rb:310]: | |
[ruby-core:44776]. | |
<2011-05-27 15:10:39 -0500> expected but was | |
<2011-05-27 14:10:39 -0500>. |
This file contains 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
ruby 2.1.8p440 (2015-12-16 revision 53160) [i386-mingw32] | |
14807 tests, 2446376 assertions, 2 failures, 0 errors, 147 skips | |
[11343/14807] TestRakeApplication#test_load_rakefile_not_found | |
TestRakeApplication#test_load_rakefile_not_found [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_1/test/rake/test_rake_application.rb:204]: | |
[RuntimeError] exception expected, not | |
Class: <LoadError> | |
Message: <"cannot load such file -- rspec/core/rake_task"> | |
---Backtrace--- |
This file contains 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
ruby 2.0.0p648 (2015-12-16) [i386-mingw32] | |
13703 tests, 2244837 assertions, 3 failures, 0 errors, 103 skips | |
[10435/13703] TestRakeApplication#test_load_rakefile_not_found | |
test_load_rakefile_not_found(TestRakeApplication) [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:209]: | |
[RuntimeError] exception expected, not | |
Class: <LoadError> | |
Message: <"cannot load such file -- rspec/core/rake_task"> | |
---Backtrace--- |
NewerOlder