1. 12 Jul, 2016 1 commit
  2. 30 Jun, 2016 2 commits
  3. 02 May, 2016 1 commit
  4. 28 Apr, 2016 2 commits
    • machenbach's avatar
      Revert of [Ignition] Test ignition on all bots. (patchset #4 id:60001 of... · af419971
      machenbach authored
      Revert of [Ignition] Test ignition on all bots. (patchset #4 id:60001 of https://codereview.chromium.org/1804003002/ )
      
      Reason for revert:
      Will resubmit with proper fix and more test skips.
      
      Original issue's description:
      > [Ignition] Test ignition on all bots.
      >
      > This adds ignition to the testing variants that are run on all
      > bots.
      >
      > Failing tests can only be skipped with the NO_IGNITION
      > keyword in status files. Existing expectations for the
      > ignition_turbofan variant are all duplicated and use the
      > NO_IGNITION keyword as well now.
      >
      > BUG=v8:4280
      > LOG=N
      > NOTRY=true
      
      TBR=rmcilroy@chromium.org,mstarzinger@chromium.org,yangguo@chromium.org,mythria@chromium.org
      # Skipping CQ checks because original CL landed less than 1 days ago.
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=v8:4280
      
      Review-Url: https://codereview.chromium.org/1930943002
      Cr-Commit-Position: refs/heads/master@{#35871}
      af419971
    • machenbach's avatar
      [Ignition] Test ignition on all bots. · 132c09ed
      machenbach authored
      This adds ignition to the testing variants that are run on all
      bots.
      
      Failing tests can only be skipped with the NO_IGNITION
      keyword in status files. Existing expectations for the
      ignition_turbofan variant are all duplicated and use the
      NO_IGNITION keyword as well now.
      
      BUG=v8:4280
      LOG=N
      NOTRY=true
      
      Review-Url: https://codereview.chromium.org/1804003002
      Cr-Commit-Position: refs/heads/master@{#35865}
      132c09ed
  5. 26 Apr, 2016 1 commit
  6. 22 Apr, 2016 1 commit
  7. 19 Apr, 2016 1 commit
  8. 08 Apr, 2016 1 commit
  9. 07 Apr, 2016 1 commit
  10. 16 Mar, 2016 1 commit
    • machenbach's avatar
      [test] Remove feature to mark flaky tests. · 7f363d5d
      machenbach authored
      The feature was removed from the bots a while ago. It was
      superseeded by the flaky-test detection which reruns tests.
      
      Remaining tests still marked as flaky most certainly pass
      since a while.
      
      Referencing all the bugs whose expectations lines get
      removed by this.
      
      BUG=v8:3838,v8:3525,v8:3125
      LOG=n
      
      Review URL: https://codereview.chromium.org/1802983002
      
      Cr-Commit-Position: refs/heads/master@{#34804}
      7f363d5d
  11. 15 Mar, 2016 1 commit
  12. 14 Mar, 2016 1 commit
  13. 11 Mar, 2016 1 commit
  14. 10 Mar, 2016 1 commit
  15. 09 Mar, 2016 1 commit
  16. 08 Mar, 2016 1 commit
    • machenbach's avatar
      [coverage] Enable sanitizer coverage. · 33ffced5
      machenbach authored
      This adds sanitizer-coverage compilation, test-runner
      features and post processing.
      
      Sanitizer coverage is expected to be used together with
      asan.
      
      During test runner execution, the produced sancov files
      are disambiguated and match the pattern:
      <executable name>.test.<test id>.sancov.
      
      Two additional scripts are added for merging raw sancov
      files and for generating json data containing all
      instrumented lines + all covered lines from merged sancov
      files. Both scripts use multiprocessing for speed.
      
      The json data will later be uploaded to google storage
      for further use, e.g. to show coverage data in rietveld.
      
      Sancov documentation:
      http://clang.llvm.org/docs/SanitizerCoverage.html
      
      BUG=chromium:568949
      LOG=n
      NOTRY=true
      TEST=python -m unittest sancov_formatter_test
      TEST=python -m unittest sancov_merger_test
      
      Review URL: https://codereview.chromium.org/1737263003
      
      Cr-Commit-Position: refs/heads/master@{#34578}
      33ffced5
  17. 26 Jan, 2016 1 commit
  18. 14 Jan, 2016 1 commit
  19. 05 Jan, 2016 1 commit
  20. 04 Jan, 2016 1 commit
    • machenbach's avatar
      [test] Add ignition test set. · ee665067
      machenbach authored
      Add control for the ignition test suites. This will be
      followed by a change on the infra side that targets the
      ignition set instead of the hardcoded mjsunit.
      
      After that, cctest can be enabled in a separate CL. This CL
      already includes the logic for running cctest for ignition
      on swarming.
      
      BUG=v8:4280
      LOG=N
      
      Review URL: https://codereview.chromium.org/1559943002
      
      Cr-Commit-Position: refs/heads/master@{#33089}
      ee665067
  21. 14 Dec, 2015 1 commit
  22. 27 Nov, 2015 1 commit
  23. 23 Nov, 2015 1 commit
  24. 06 Nov, 2015 1 commit
  25. 03 Nov, 2015 1 commit
    • machenbach's avatar
      [Swarming] Let test runner exit gracefully after test failures. · efcc7fb2
      machenbach authored
      The flake detection is done on the infra-side according to
      the contents of the json test results. We don't want the
      runner to fail after flakes.
      
      This was controlled on the infra side by accepting any exit
      codes so far. After the swarming switch, this is more
      difficult, because the runner is wrapped by the swarming
      collect script. There, failing exit codes can mean many
      things, including network failures. Therefore, we now
      force exit code 0 with test failures if those failures
      are reported in the formal test results json.
      
      The infrastructure will take care of reporting the flakes
      and failures accordingly.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1416373005
      
      Cr-Commit-Position: refs/heads/master@{#31740}
      efcc7fb2
  26. 30 Oct, 2015 1 commit
  27. 20 Oct, 2015 1 commit
  28. 19 Oct, 2015 2 commits
  29. 16 Oct, 2015 1 commit
  30. 15 Oct, 2015 1 commit
  31. 12 Oct, 2015 1 commit
  32. 06 Oct, 2015 1 commit
    • machenbach's avatar
      [swarming] Run unittests together with default tests. · 35d2028d
      machenbach authored
      This adds the unittests to the "default" test set. Now that
      the "default" and the DEFAULT_TESTS (i.e. runner with
      no arguments) are the same, removed DEFAULT_TESTS and use
      TEST_MAP["default"] instead.
      
      On the bots, where unittests and default were run in
      separation before, the explicit unittests step should now
      be skipped.
      
      This is necessary for swarming, as the unittests step is
      too small to justify its own swarming job.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1374733006
      
      Cr-Commit-Position: refs/heads/master@{#31122}
      35d2028d
  33. 02 Oct, 2015 1 commit
  34. 29 Sep, 2015 2 commits
  35. 17 Sep, 2015 1 commit
  36. 11 Aug, 2015 1 commit