Changeset 260564 in webkit


Ignore:
Timestamp:
Apr 23, 2020 3:18:33 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Skip stress/v8-bitint32-inc.js on mips
https://bugs.webkit.org/show_bug.cgi?id=210906

Unreviewed Gardening.

Patch by Paulo Matos <Paulo Matos> on 2020-04-23

  • stress/v8-bigint32-inc.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r260551 r260564  
     12020-04-23  Paulo Matos  <pmatos@igalia.com>
     2
     3        Skip stress/v8-bitint32-inc.js on mips
     4        https://bugs.webkit.org/show_bug.cgi?id=210906
     5
     6        Unreviewed Gardening.
     7
     8        * stress/v8-bigint32-inc.js:
     9
    1102020-04-22  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/JSTests/stress/v8-bigint32-inc.js

    r260512 r260564  
     1//@ skip if ["mips"].include?($architecture)
    12// Copyright 2017, the V8 project authors. All rights reserved.
    23// Redistribution and use in source and binary forms, with or without
Note: See TracChangeset for help on using the changeset viewer.