1. 24 Mar, 2017 3 commits
  2. 23 Mar, 2017 1 commit
  3. 13 Mar, 2017 1 commit
  4. 17 Feb, 2017 2 commits
  5. 14 Feb, 2017 1 commit
  6. 06 Feb, 2017 1 commit
  7. 02 Feb, 2017 1 commit
    • machenbach's avatar
      [foozzie] Support multi-architecture builds · 13de00c0
      machenbach authored
      This adds optional multi-architecture builds, allowing to compile
      x86 and x64 in one build. The correctness fuzzer can be configured to
      compare the two executables, e.g. to compare x86 to x64 run the
      launcher with: --second-d8=clang_x86/d8 in an x64 build.
      
      Configuring the executable's architecture is now simplified and
      inferred from the gn build configuration.
      
      Building for clusterfuzz has now a new canonical target that can be
      used by the infrastructure (defaults to d8).
      
      The clusterfuzz release builder is now defined to compile
      multi-arch builds, which will have an effect as soon as the
      infrastructure refers to the new clusterfuzz target.
      
      BUG=chromium:673246
      NOTRY=true
      TBR=mstarzinger,jarin
      
      Review-Url: https://codereview.chromium.org/2649133010
      Cr-Commit-Position: refs/heads/master@{#42884}
      13de00c0
  8. 30 Jan, 2017 1 commit
  9. 27 Jan, 2017 1 commit
  10. 26 Jan, 2017 2 commits
  11. 17 Jan, 2017 1 commit
  12. 10 Jan, 2017 1 commit
  13. 16 Dec, 2016 1 commit
  14. 05 Dec, 2016 1 commit
  15. 19 Oct, 2016 1 commit
  16. 17 Oct, 2016 1 commit
  17. 12 Oct, 2016 4 commits
  18. 30 Sep, 2016 1 commit
  19. 27 Sep, 2016 1 commit
  20. 26 Sep, 2016 1 commit
  21. 23 Sep, 2016 1 commit
  22. 19 Sep, 2016 2 commits
  23. 14 Sep, 2016 2 commits
  24. 13 Sep, 2016 3 commits
  25. 09 Sep, 2016 2 commits
    • machenbach's avatar
      [gn] Switch noi18n bots to gn · 4266d33e
      machenbach authored
      BUG=chromium:474921
      NOTRY=true
      TBR=jochen@chromium.org
      
      Review-Url: https://codereview.chromium.org/2314423005
      Cr-Commit-Position: refs/heads/master@{#39303}
      4266d33e
    • machenbach's avatar
      [test] Fix the noi18n trybot · bcc3cb2e
      machenbach authored
      This is a work-around as v8_enable_i18n_support=false does
      currently not imply icu_use_data_file_flag=false. The
      swarming isolator then tries to find the data file also
      in builds without ICU.
      
      Making the implication is non-trivial as icu_use_data_file_flag lives
      in ICU and v8_enable_i18n_support lives in V8.
      
      BUG=chromium:474921
      NOTRY=true
      TBR=petermarshall@chromium.org, vogelheim@chromium.org, jochen@chromium.org
      
      Review-Url: https://codereview.chromium.org/2321563007
      Cr-Commit-Position: refs/heads/master@{#39301}
      bcc3cb2e
  26. 08 Sep, 2016 3 commits