Changeset 205662 in webkit


Ignore:
Timestamp:
Sep 8, 2016 2:30:17 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Delete older WebAssembly tests
https://bugs.webkit.org/show_bug.cgi?id=161758

Patch by JF Bastien <jfbastien@apple.com> on 2016-09-08
Reviewed by Filip Pizlo.

They're not running, rely on the older polyfill prototype, and the older code was deleted in: https://trac.webkit.org/changeset/204180

  • stress/wasm-arithmetic-float32.js: Removed.
  • stress/wasm-arithmetic-float64.js: Removed.
  • stress/wasm-arithmetic-int32.js: Removed.
  • stress/wasm-calls.js: Removed.
  • stress/wasm-comma.js: Removed.
  • stress/wasm-control-flow.js: Removed.
  • stress/wasm-globals.js: Removed.
  • stress/wasm-linear-memory.js: Removed.
  • stress/wasm-locals.js: Removed.
  • stress/wasm-relational.js: Removed.
  • stress/wasm-type-conversion.js: Removed.
  • stress/wasm/arithmetic-float32.wasm: Removed.
  • stress/wasm/arithmetic-float64.wasm: Removed.
  • stress/wasm/arithmetic-int32.wasm: Removed.
  • stress/wasm/calls.wasm: Removed.
  • stress/wasm/comma.wasm: Removed.
  • stress/wasm/control-flow.wasm: Removed.
  • stress/wasm/globals.wasm: Removed.
  • stress/wasm/linear-memory.wasm: Removed.
  • stress/wasm/locals.wasm: Removed.
  • stress/wasm/relational.wasm: Removed.
  • stress/wasm/type-conversion.wasm: Removed.
Location:
trunk/JSTests
Files:
12 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r205598 r205662  
     12016-09-08  JF Bastien  <jfbastien@apple.com>
     2
     3        Delete older WebAssembly tests
     4        https://bugs.webkit.org/show_bug.cgi?id=161758
     5
     6        Reviewed by Filip Pizlo.
     7
     8        They're not running, rely on the older polyfill prototype, and the older code was deleted in: https://trac.webkit.org/changeset/204180
     9
     10        * stress/wasm-arithmetic-float32.js: Removed.
     11        * stress/wasm-arithmetic-float64.js: Removed.
     12        * stress/wasm-arithmetic-int32.js: Removed.
     13        * stress/wasm-calls.js: Removed.
     14        * stress/wasm-comma.js: Removed.
     15        * stress/wasm-control-flow.js: Removed.
     16        * stress/wasm-globals.js: Removed.
     17        * stress/wasm-linear-memory.js: Removed.
     18        * stress/wasm-locals.js: Removed.
     19        * stress/wasm-relational.js: Removed.
     20        * stress/wasm-type-conversion.js: Removed.
     21        * stress/wasm/arithmetic-float32.wasm: Removed.
     22        * stress/wasm/arithmetic-float64.wasm: Removed.
     23        * stress/wasm/arithmetic-int32.wasm: Removed.
     24        * stress/wasm/calls.wasm: Removed.
     25        * stress/wasm/comma.wasm: Removed.
     26        * stress/wasm/control-flow.wasm: Removed.
     27        * stress/wasm/globals.wasm: Removed.
     28        * stress/wasm/linear-memory.wasm: Removed.
     29        * stress/wasm/locals.wasm: Removed.
     30        * stress/wasm/relational.wasm: Removed.
     31        * stress/wasm/type-conversion.wasm: Removed.
     32
    1332016-09-08  Per Arne Vollan  <pvollan@apple.com>
    234
Note: See TracChangeset for help on using the changeset viewer.