1. 24 Nov, 2014 1 commit
    • baixo's avatar
      The file snapshot_blob_host.bin was supposed to be generated when building the... · 009fe698
      baixo authored
      The file snapshot_blob_host.bin was supposed to be generated when building the host toolset. However, the file snapshot_blob.bin was being generated instead, under every set of conditions.
      
      Because of this, every time we build the host toolset, snapshot_blob_host.bin is not found. This causes the target (v8_external_snapshot) that generates such file to be run. This target generates snapshot_blob.bin instead of snapshot_blob_host.bin. This in turn causes all the targets that depend on snapshot_blob.bin to run again.
      
      After this, we still don't have snapshot_blob_host.bin. So the next time we build, the whole process described above happens again.
      
      BUG=421063
      
      Review URL: https://codereview.chromium.org/741223002
      
      Cr-Commit-Position: refs/heads/master@{#25480}
      009fe698
  2. 21 Nov, 2014 1 commit
  3. 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
  4. 19 Nov, 2014 1 commit
  5. 18 Nov, 2014 2 commits
  6. 14 Nov, 2014 4 commits
  7. 13 Nov, 2014 6 commits
  8. 12 Nov, 2014 6 commits
  9. 11 Nov, 2014 3 commits
  10. 10 Nov, 2014 6 commits
  11. 07 Nov, 2014 1 commit
  12. 05 Nov, 2014 8 commits