1. 31 Mar, 2016 1 commit
    • machenbach's avatar
      [test] Fix deterministic test shards. · a0aac3cb
      machenbach authored
      Test case objects were sorted without key function, resulting
      in random sort order. On sharded builds, the shards are
      determined by the sort order and rely on a deterministic
      sorting. This led to random cctest and unittest cases being
      dropped or executed twice on sharded testers.
      
      TBR=jkummerow@chromium.org, hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1842673002
      
      Cr-Commit-Position: refs/heads/master@{#35151}
      a0aac3cb
  2. 02 Mar, 2016 1 commit
  3. 26 Jan, 2016 1 commit
  4. 27 Nov, 2015 1 commit
  5. 07 Aug, 2015 1 commit
  6. 26 May, 2015 1 commit
  7. 20 Nov, 2014 1 commit
    • balazs.kilvady's avatar
      Conditional flags for tests - set JS stack size for simulators. · fbcfce69
      balazs.kilvady authored
      There are separated JS and C stacks on simulators so for some stack
      extensive tests (like mozilla/js1_5/extensions/regress-355497) might
      cause a C stack overflow and that overflow is not caught by V8. It is
      not an issue on real HW. Increasing the C stack also solves the problem
      but we have already FLAG_sim_stack_size flag to control the JS stack
      size.
      
      This patch makes it possible to add flags to tests conditionally in
      .status files.
      
      TEST=mozilla/js1_5/extensions/regress-355497
      BUG=v8:3152
      LOG=N
      
      Review URL: https://codereview.chromium.org/735723006
      
      Cr-Commit-Position: refs/heads/master@{#25434}
      fbcfce69
  8. 02 Jul, 2014 1 commit
  9. 24 Sep, 2012 1 commit