[Webkit-unassigned] [Bug 187526] New: Remove unnecessary Test262 harness file: Tools/Scripts/test262/agent.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 10:14:28 PDT 2018


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

            Bug ID: 187526
           Summary: Remove unnecessary Test262 harness file:
                    Tools/Scripts/test262/agent.js
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rick at bocoup.com
                CC: lforschler at apple.com

The functionality provided by this file is built-in. 

I confirmed this by: 

- Building JSC with a patch that enables SharedArrayBuffer and Atomics (https://gist.github.com/rwaldron/89ed9a4bb7a459db8d54c8fe77ead4b1)
- Removing SharedArrayBuffer and Atomics from the skip list
- Running the Atomics tests from Test262/master


with agent.js: 

    342 tests run
    59 test files skipped
    27 tests failed in total
    27 tests newly fail
    0 tests newly pass
    Saved all the results in /Users/rwaldron/clonez/WebKit/test262-results/results.yaml
    Summarizing results...
    See the summaries and results in the /Users/rwaldron/clonez/WebKit/test262-results.

    Done in 13.48 seconds!


without agent.js: 

    342 tests run
    59 test files skipped
    27 tests failed in total
    27 tests newly fail
    0 tests newly pass
    Saved all the results in /Users/rwaldron/clonez/WebKit/test262-results/results.yaml
    Summarizing results...
    See the summaries and results in the /Users/rwaldron/clonez/WebKit/test262-results.

    Done in 13.21 seconds!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180710/5c3ee806/attachment-0001.html>


More information about the webkit-unassigned mailing list