[parenscript-devel] PS Tests - another run
Daniel Gackle
danielgackle at gmail.com
Wed May 26 16:41:13 UTC 2010
Yes, somehow some errant ps macros made it into the test run I sent
a couple days ago. Here's another. (This is from CCL.)
Daniel
Running reference tests:
...............f.........................................................................
Did 89 checks.
Pass: 88 (98%)
Skip: 0 ( 0%)
Fail: 1 ( 1%)
Failure Details:
--------------------------------
ASSIGNMENT-11 []:
(NORMALIZE-JS-CODE "var _js2 = someDiv;
var _js1 = 123 + 'px';
_js2.style.left = _js1;") evaluated to "var _js2 = someDiv; var _js1 = 123 +
'px'; _js2.style.left = _js1;", which is not STRING= to "left(someDiv) = 123
+ 'px';"..
--------------------------------
Running other tests:
.......................................................................................................................................................................................................................................
Did 231 checks.
Pass: 231 (100%)
Skip: 0 ( 0%)
Fail: 0 ( 0%)
Running Package System tests:
f.f..f..
Did 8 checks.
Pass: 5 (62%)
Skip: 0 ( 0%)
Fail: 3 (37%)
Failure Details:
--------------------------------
NAMESPACE-AND-SPECIAL-FORMS []:
(PARENSCRIPT-TEST::NORMALIZE-JS-CODE "var prefix_foo = { prefix_bar :
1, prefix_notAKeyword : prefix_something };
return !prefix_foo && prefix_foo.prefix_bar + prefix_someOtherVar;")
evaluated to "var prefix_foo = { prefix_bar : 1, prefix_notAKeyword :
prefix_something }; return !prefix_foo && prefix_foo.prefix_bar +
prefix_someOtherVar;", which is not COMMON-LISP:STRING= to "var foo = { bar
: 1, notAKeyword : something }; return !foo && foo.bar + someOtherVar;"..
--------------------------------
--------------------------------
OBFUSCATION1 []:
(NORMALIZE-JS-CODE "function g1(a, b, g2) {
return a + my_library_libraryFunction(b, g2);
};") evaluated to "function g1(a, b, g2) { return a +
my_library_libraryFunction(b, g2); };", which is not STRING= to "function
g1(a, b, g1) { return a + my_library_libraryFunction(b, g1); };"..
--------------------------------
--------------------------------
EXPORTED-INTERFACE []:
(PARENSCRIPT-TEST::NORMALIZE-JS-CODE "function
interfaceFunction(prefix_baz) {
return prefix_baz + g2;
};") evaluated to "function interfaceFunction(prefix_baz) { return
prefix_baz + g2; };", which is not COMMON-LISP:STRING= to "function
interfaceFunction(baz) { return baz + g1; };"..
--------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20100526/c3bc5030/attachment.html>
More information about the parenscript-devel
mailing list