Changeset 279923 in webkit


Ignore:
Timestamp:
Jul 14, 2021, 3:04:39 PM (4 years ago)
Author:
keith_miller@apple.com
Message:

Unreviewed, test gardening.

  • stress/bit-op-with-object-returning-int32.js:
  • stress/bitwise-not-fixup-rules.js:

(jscOptions):

Location:
trunk/JSTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r279915 r279923  
     12021-07-14  Keith Miller  <keith_miller@apple.com>
     2
     3        Unreviewed, test gardening.
     4
     5        * stress/bit-op-with-object-returning-int32.js:
     6        * stress/bitwise-not-fixup-rules.js:
     7        (jscOptions):
     8
    192021-07-14  Mark Lam  <mark.lam@apple.com>
    210
  • trunk/JSTests/stress/bit-op-with-object-returning-int32.js

    r279909 r279923  
    1010noInline(bitAnd);
    1111
    12 if (jscOptions().useExecutableAllocationFuzz !== true) {
     12if (!jscOptions().useExecutableAllocationFuzz) {
    1313
    1414    var o = { valueOf: () => 0b1101 };
  • trunk/JSTests/stress/bitwise-not-fixup-rules.js

    r279909 r279923  
    1111noInline(foo);
    1212
    13 if (jscOptions().useExecutableAllocationFuzz !== true) {
     13if (!jscOptions().useExecutableAllocationFuzz) {
    1414    let c = 0;
    1515    let o = {
Note: See TracChangeset for help on using the changeset viewer.