X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=tests%2Fgoat.t;fp=tests%2Fgoat.t;h=80f0c35db8e3df9ecc4093a6c74f0c2c914758c5;hp=0000000000000000000000000000000000000000;hb=2c4578ad79d2717dd749b51d682b6f8bff5a4c54;hpb=955ccd260ab1acc239ee60cef1ccd48115cc8597 diff --git a/tests/goat.t b/tests/goat.t new file mode 100644 index 0000000..80f0c35 --- /dev/null +++ b/tests/goat.t @@ -0,0 +1,108 @@ + + + ibex.ui.frame = thisbox; + + + // this thread makes things spin. + var rot = 0; + ibex.thread = function(f) { while(true) { + ibex.thread.yield(); + $top.transform = "rotate(" + rot + ")"; + rot += 1; + //ibex.log.warn("rotate " + rot); + } } + + + + + + + + + + + + + + + + + +//ibex.log.error($yermom.path); + + + + + + + + + + + + + + + + + +