1. 21 Mar, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Remove redundant content in assertion failure message and diff · 2b72bacc
      KOBAYASHI Shuji authored
      Based on minitest RubyGem.
      
      Example of before this patch:
      
          - Assertion[1] Failed: Expected 1 to be 2
             Expected: 2
               Actual: 1
          - Assertion[2] Failed: Expected [1, 3] to include 2
             Collection: [1, 3]
                 Object: 2
      
      Example of after this patch:
      
          - Assertion[1]
             Expected: 2
               Actual: 1
          - Assertion[2]
             Expected [1, 3] to include 2.
      2b72bacc
  2. 20 Mar, 2019 2 commits
  3. 19 Mar, 2019 1 commit
  4. 18 Mar, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Use Rake instead of MiniRake on AppVeyor · bc321ece
      KOBAYASHI Shuji authored
      1. Reduce build time
      
      Build time becomes less than half. In MiniRake, a way of using fiber may not be good.
      
      2. Synchronize standard output
      
      No synchronized:
      
          mrbtest - Embeddable Ruby Test
          ...........................
          Total: 1165
          (snip)
           Time: 1.19 seconds
          bintest - Command Binary Test
      
          .....................
          Total: 21
          (snip)
           Time: 0.39 seconds
          mrbtest - Embeddable Ruby Test
      
          ...........................
          Total: 1165
          (snip)
           Skip: 23
           Time: 1.15 seconds
          (snip)
      
          >>> Test cxx_abi <<<
      
          >>> Bintest host <<<
          >>> Test host <<<
      
          >>> Test full-debug <<<
      
          >>> Bintest cxx_abi <<<
      
      Synchronized:
      
          >>> Test full-debug <<<
          mrbtest - Embeddable Ruby Test
          ...........................
          Total: 1165
          (snip)
           Time: 1.25 seconds
      
          >>> Test host <<<
          mrbtest - Embeddable Ruby Test
          ...........................
          Total: 1165
          (snip)
           Time: 1.16 seconds
      
          >>> Bintest host <<<
          bintest - Command Binary Test
          .....................
          Total: 21
          (snip)
           Time: 0.41 seconds
      
          >>> Test cxx_abi <<<
          mrbtest - Embeddable Ruby Test
          (snip)
      bc321ece
  5. 17 Mar, 2019 2 commits
  6. 16 Mar, 2019 2 commits
  7. 15 Mar, 2019 5 commits
  8. 14 Mar, 2019 1 commit
  9. 13 Mar, 2019 3 commits
  10. 12 Mar, 2019 9 commits
  11. 11 Mar, 2019 2 commits
  12. 10 Mar, 2019 2 commits
  13. 09 Mar, 2019 1 commit
  14. 08 Mar, 2019 3 commits
  15. 07 Mar, 2019 2 commits
  16. 06 Mar, 2019 3 commits