1. 10 Dec, 2014 3 commits
  2. 09 Dec, 2014 2 commits
  3. 08 Dec, 2014 1 commit
  4. 05 Dec, 2014 2 commits
  5. 04 Dec, 2014 3 commits
    • vogelheim's avatar
      Cleanup: Remove NativesCollection<.>::*Raw* methods. · b27431d5
      vogelheim authored
      These methods for used for compressed libraries, where GetSource* functions
      contained the compressed sources and [GS]etRawSource* the uncompressed
      sources. This is dead code since the API no longer supports compression.
      
      (If you need/want compressed sources, use the external startup data and
       compress/uncompress on the Embedder's side.)
      
      BUG=
      
      Review URL: https://codereview.chromium.org/772853003
      
      Cr-Commit-Position: refs/heads/master@{#25666}
      b27431d5
    • machenbach's avatar
      Make JSTests ready for Android measurements. · 1364ea7c
      machenbach authored
      This adds a common perf configuration for JSTests including
      Classes, Collections, Iterators and Strings. This allows
      the android test runner to handle subdirectories correctly
      and to share the base.js resource in the parent directory.
      
      The new json config has added resources configs for the
      Android runner.
      
      The perf runner's relative paths on the device are fixed as
      well. Resources are only pushed on the configuration node
      where they are specified. They are pushed to a dir on the
      device that follows the same directory structure as on the
      host. The binary is executed in the benchmark folder on the
      device like on the host to allow relative path file
      loading.
      
      BUG=chromium:374740
      LOG=n
      TEST=python -m unittest run_perf_test
      TBR=ulan@chromium.org
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/779923002
      
      Cr-Commit-Position: refs/heads/master@{#25655}
      1364ea7c
    • machenbach's avatar
      Fix path construction in perf runner. · b991ece9
      machenbach authored
      BUG=chromium:374740
      LOG=n
      TEST=python -m unittest run_perf_test
      TBR=ulan@chromium.org
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/776873005
      
      Cr-Commit-Position: refs/heads/master@{#25651}
      b991ece9
  6. 03 Dec, 2014 1 commit
  7. 02 Dec, 2014 3 commits
  8. 28 Nov, 2014 10 commits
  9. 27 Nov, 2014 2 commits
  10. 26 Nov, 2014 3 commits
  11. 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
  12. 21 Nov, 2014 1 commit
  13. 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
  14. 19 Nov, 2014 1 commit
  15. 18 Nov, 2014 2 commits
  16. 14 Nov, 2014 4 commits