1. 05 Aug, 2016 5 commits
  2. 04 Aug, 2016 2 commits
    • machenbach's avatar
      [test] Enable test status filtering by variant · 03f51248
      machenbach authored
      This adds the possibility to address test cases in the
      status file with the variant under which the test is running.
      This is only allowed in top-level sections.
      
      Example:
      [{
        'test-case': [PASS, SLOW],
      }]
      
      ['variant == foo', {
        'test-case': [FAIL],
      }]
      
      The test case "test-case" is marked as slow in all variants.
      Additionally, in variant foo, it'll be expected to fail.
      
      This CL also exemplifies the new feature with test cases
      running under the ignition_turbofan variant. The
      corresponding legacy flag is deprecated.
      
      BUG=v8:5238
      
      Review-Url: https://codereview.chromium.org/2203013002
      Cr-Commit-Position: refs/heads/master@{#38342}
      03f51248
    • ahaas's avatar
      [wasm] Turn off wasm jit tests. · d61c9873
      ahaas authored
      There seems to be a fundamental problem with calling runtime functions
      from wasm if the runtime function can cause a GC.
      
      NOTRY=true
      R=machenbach@chromium.org, titzer@chromium.org
      
      Review-Url: https://codereview.chromium.org/2216433003
      Cr-Commit-Position: refs/heads/master@{#38340}
      d61c9873
  3. 01 Aug, 2016 1 commit
  4. 29 Jul, 2016 1 commit
  5. 27 Jul, 2016 1 commit
  6. 20 Jul, 2016 1 commit
  7. 18 Jul, 2016 1 commit
  8. 14 Jul, 2016 2 commits
  9. 13 Jul, 2016 1 commit
  10. 12 Jul, 2016 4 commits
  11. 11 Jul, 2016 1 commit
  12. 08 Jul, 2016 3 commits
  13. 07 Jul, 2016 4 commits
  14. 06 Jul, 2016 2 commits
  15. 05 Jul, 2016 1 commit
  16. 04 Jul, 2016 1 commit
  17. 01 Jul, 2016 1 commit
  18. 29 Jun, 2016 3 commits
  19. 28 Jun, 2016 2 commits
  20. 24 Jun, 2016 2 commits
  21. 23 Jun, 2016 1 commit