[macruby-changes] [2556] MacRuby/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Thu Sep 17 15:00:12 PDT 2009
Revision: 2556
http://trac.macosforge.org/projects/ruby/changeset/2556
Author: eloy.de.enige at gmail.com
Date: 2009-09-17 15:00:11 -0700 (Thu, 17 Sep 2009)
Log Message:
-----------
Marked a few test_vm tests as Mocha TODO's and added it to the TODO. There are still more failing tests to be written.
Modified Paths:
--------------
MacRuby/trunk/TODO
MacRuby/trunk/test_vm/alias.rb
MacRuby/trunk/test_vm/class.rb
Modified: MacRuby/trunk/TODO
===================================================================
--- MacRuby/trunk/TODO 2009-09-17 21:42:21 UTC (rev 2555)
+++ MacRuby/trunk/TODO 2009-09-17 22:00:11 UTC (rev 2556)
@@ -27,6 +27,7 @@
[/] support for yaml
[ ] support for openssl
[/] support for zlib
+[/] support for Mocha (grep -R 'Mocha TODO' test_vm)
[ ] merge stdlib from 1.9.2 trunk
[/] most language/core/library specs should run (modulo a very few exceptions)
[ ] add the DTrace custom probes
Modified: MacRuby/trunk/test_vm/alias.rb
===================================================================
--- MacRuby/trunk/test_vm/alias.rb 2009-09-17 21:42:21 UTC (rev 2555)
+++ MacRuby/trunk/test_vm/alias.rb 2009-09-17 22:00:11 UTC (rev 2556)
@@ -3,6 +3,7 @@
assert "42", "def foo; 42; end; alias :bar :foo; p bar"
+# Mocha TODO
assert "true", %{
class X
def foo; end
Modified: MacRuby/trunk/test_vm/class.rb
===================================================================
--- MacRuby/trunk/test_vm/class.rb 2009-09-17 21:42:21 UTC (rev 2555)
+++ MacRuby/trunk/test_vm/class.rb 2009-09-17 22:00:11 UTC (rev 2556)
@@ -73,6 +73,7 @@
p Y.new.foo
}
+# Mocha TODO
assert "true", %q{
class X
class << self
@@ -82,6 +83,7 @@
end
}
+# Mocha TODO
assert "false", %q{
class X
class << self
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090917/c692bb27/attachment.html>
More information about the macruby-changes
mailing list