[Webkit-unassigned] [Bug 145605] Function.prototype.bind: Bound functions must use the [[Prototype]] of their target function instead of Function.prototype

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 14:23:27 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145605

--- Comment #3 from Matthew Hill <matthew.jh at outlook.com> ---
So I'm trying to run the tests, and there seem to already be (failing) tests cases for this bug. After making some changes, when I run `Tools/Scripts/run-javascriptcore-tests`, I get the following output:


````
........cat: test_fail_24491: No such file or directory
cat: test_fail_24492: No such file or directory
cat: test_fail_24493: No such file or directory
es6.yaml/es6/prototype_of_bound_functions_arrow_functions.js.default: ERROR: Unexpected exit code:
es6.yaml/es6/prototype_of_bound_functions_basic_functions.js.default: ERROR: Unexpected exit code:
es6.yaml/es6/prototype_of_bound_functions_classes.js.default: ERROR: Unexpected exit code:
24493/24976 (failed 3) .....cat: test_fail_24495: No such file or directory
es6.yaml/es6/prototype_of_bound_functions_subclasses.js.default: ERROR: Unexpected exit code:
24976/24976 (failed 4)

** The following JSC stress test failures have been introduced:
    es6.yaml/es6/prototype_of_bound_functions_arrow_functions.js.default
    es6.yaml/es6/prototype_of_bound_functions_basic_functions.js.default
    es6.yaml/es6/prototype_of_bound_functions_classes.js.default
    es6.yaml/es6/prototype_of_bound_functions_subclasses.js.default

Results for JSC stress tests:
    4 failures found.
````

Note the `cat` errors. I presume those files (test_fail_xxx) should contain the test output. How do I stop `cat` from err'ing out? The files it's referring to are empty

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150908/1d14e055/attachment.html>


More information about the webkit-unassigned mailing list