1. 13 Feb, 2019 1 commit
  2. 04 Feb, 2019 2 commits
  3. 10 Jan, 2019 1 commit
  4. 19 Sep, 2018 1 commit
  5. 26 Jul, 2018 3 commits
  6. 24 Jul, 2018 2 commits
  7. 24 May, 2018 1 commit
  8. 19 Mar, 2018 1 commit
  9. 06 Mar, 2018 1 commit
  10. 23 Feb, 2018 1 commit
  11. 01 Feb, 2018 1 commit
  12. 31 Jan, 2018 1 commit
  13. 10 Nov, 2017 1 commit
  14. 18 Jul, 2017 1 commit
  15. 28 Mar, 2017 1 commit
  16. 28 Nov, 2016 1 commit
  17. 21 Nov, 2016 1 commit
    • zhengxing.li's avatar
      X87:[test] Disables 2 test cases for x87. · b94b53a2
      zhengxing.li authored
        The reason:
        The CL #40862 (https://codereview.chromium.org/2433093002 ) caused 2 test cases failed for X87.
        Because Both 2 test cases (MoveOptimizerTest.RemovesRedundantExplicit and RegisterAllocatorTest.CanAllocateFPRegisters)
        needs 2 allocatable Float/Double registers.
        But there's only 1 allocatable Float/Double register in x87 turbofan compiler, i.e.: register index 0.
      
        This CL disables MoveOptimizerTest.RemovesRedundantExplicit and RegisterAllocatorTest.CanAllocateFPRegisters test cases for x87.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2520623005
      Cr-Commit-Position: refs/heads/master@{#41131}
      b94b53a2
  18. 17 Nov, 2016 1 commit
  19. 22 Sep, 2016 1 commit
  20. 19 Sep, 2016 1 commit
  21. 05 Jul, 2016 1 commit
    • zhengxing.li's avatar
      X87: disable Acosh/ASinh test cases for x87. · f310a829
      zhengxing.li authored
          The reason:
          same as the CL #37371 (Issue 2111493002: X87: disable some sin/cos/expm1/tan test cases for x87.), please
          refer https://codereview.chromium.org/2111493002 for more details.
      
          For Acosh/ASinh test cases, the expected values are pre-defined double precision values, the results
          generated by C++ function are extended double precision as the extended double precision is default for x87
          Gcc compiler and std lib on linux platform. The comparison of different precisons caused some of those test
          cases failed.
      
          This CL disables Acosh/ASinh test cases for x87.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2122593002
      Cr-Commit-Position: refs/heads/master@{#37516}
      f310a829
  22. 29 Jun, 2016 1 commit
    • zhengxing.li's avatar
      X87: disable some sin/cos/expm1/tan test cases for x87. · 9a9ffd13
      zhengxing.li authored
        The reason:
        All RunFloat64Sin/RunFloat64Cos/RunFloat64Expm1/RunFloat64Tan/Ieee754.Expm1/Ieee754.Cos/Ieee754.Tan test cases
        use the C++ function to generate the expected value or result. So for x87, all those expected value or result are
        extended double precision as the extended double precision is default for x87 Gcc compiler and std lib on linux platform.
      
        The issue is:
        For RunFloat64Sin/RunFloat64Cos/RunFloat64Expm1/RunFloat64Tan test cases, the expected values generated by C++ function
        are extended double precision, the results generated by X87 jitted code are double precision according to the ECMA standard.
        The comparison of different precisons caused some of those test cases failed.
      
        For Ieee754.Expm1/Ieee754.Cos/Ieee754.Tan test cases, the expected values are pre-defined double precision values, the results
        generated by C++ function are extended double precision. The comparison of different precisons caused some of those test cases
        failed too.
      
        This CL disables RunFloat64Sin/RunFloat64Cos/RunFloat64Expm1/RunFloat64Tan/Ieee754.Expm1/Ieee754.Cos/Ieee754.Tan test cases for x87.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2111493002
      Cr-Commit-Position: refs/heads/master@{#37371}
      9a9ffd13
  23. 09 May, 2016 1 commit
  24. 06 May, 2016 1 commit
  25. 13 Apr, 2016 1 commit
    • Miran.Karic's avatar
      Adjust bytecode operand values for big endian. · 3b416c67
      Miran.Karic authored
      Operand values in Bytecodes.DecodeBytecodeAndOperands test are encoded
      in little endian format. The test calls Bytecodes::Decode function which
      reads the operands but the values are byte swapped on big endian
      machines. Added big endian encoded data which decodes correctly on BE
      machines.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1881423002
      
      Cr-Commit-Position: refs/heads/master@{#35447}
      3b416c67
  26. 05 Apr, 2016 1 commit
  27. 24 Mar, 2016 1 commit
  28. 23 Mar, 2016 1 commit
  29. 19 Mar, 2016 1 commit
  30. 12 Jan, 2016 1 commit
  31. 11 Jan, 2016 1 commit
  32. 25 Nov, 2014 1 commit
    • Benedikt Meurer's avatar
      Fix platform unittests. · 9a5ec9c5
      Benedikt Meurer authored
      Follow-up to 87db4ff1, which added
      suppressions to unittests.status and a special case for Android to the
      ThreadLocalStorageTest, both of which are unneccessary and should be
      handled differently for the GTest based unittests.
      
      BUG=v8:3706
      LOG=n
      R=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/757913002
      
      Cr-Commit-Position: refs/heads/master@{#25495}
      9a5ec9c5
  33. 24 Nov, 2014 1 commit
    • cullinan's avatar
      Fix/suppress unittests broken on Android · 87db4ff1
      cullinan authored
      cctest/test-threads/ThreadJoinSelf is suppressed for Android, but the
      test has since been moved to unittests/Thread.SelfJoin. Move the
      suppression to unittests.status.
      
      unittests/ThreadLocalStorageTest.DoTest fails on older Android devices
      as it assumes the availability of more TLS slots than many devices
      implement. Test a smaller number of slots (32) on Android. Remove old
      suppression of test-platform-tls/FastTLS (which no longer exists).
      
      cctest/test-mark-compact/RegressJoinThreadsOnIsolateDeinit can't deal
      with shared mappings. Check for 's' instead of '-'.
      
      BUG=v8:3706
      LOG=
      
      Review URL: https://codereview.chromium.org/735863003
      
      Cr-Commit-Position: refs/heads/master@{#25492}
      87db4ff1
  34. 01 Oct, 2014 1 commit
  35. 06 Aug, 2014 1 commit