1. 04 Nov, 2015 1 commit
  2. 20 Apr, 2015 1 commit
  3. 22 Jan, 2015 1 commit
  4. 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
  5. 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
  6. 01 Oct, 2014 1 commit