Sha256: a7221a78232dc2b5fa080ea2dd0eebee568c2ba36304b0a1eda627d3f5c0f5af

Contents?: true

Size: 524 Bytes

Versions: 3

Compression:

Stored size: 524 Bytes

Contents

---

Test suite for the Cmd strategy: !S::Suite

  contents:

# FIXME restore these tests and remove these weights
    - segfault ruby: !S::Cmd
       command: ruby
       args: <<pwd>>/../fixtures/binaries/segv.rb
       exit: 134
       weight: -1

    - build segfault C: !S::Cmd
       command: gcc <<pwd>>/../fixtures/binaries/segv.c -o <<pwd>>/../fixtures/binaries/segv
       weight: 0
       fatal: true

    - segfault C: !S::Cmd
       command: <<pwd>>/../fixtures/binaries/segv
       exit: 139
       weight: -1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uttk-0.4.6.2 test/functional/cmd.yml
uttk-0.4.5.0 test/functional/cmd.yml
uttk-0.4.6.1 test/functional/cmd.yml