<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Function.prototype.bind: Bound functions must use the [[Prototype]] of their target function instead of Function.prototype"
href="https://bugs.webkit.org/show_bug.cgi?id=145605#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Function.prototype.bind: Bound functions must use the [[Prototype]] of their target function instead of Function.prototype"
href="https://bugs.webkit.org/show_bug.cgi?id=145605">bug 145605</a>
from <span class="vcard"><a class="email" href="mailto:matthew.jh@outlook.com" title="Matthew Hill <matthew.jh@outlook.com>"> <span class="fn">Matthew Hill</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>