• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LLNL / spack / 6274
68%

Build:
DEFAULT BRANCH: develop
Ran 26 Jan 2017 04:42AM UTC
Jobs 1
Files 152
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6274

push

travis-ci

tgamblin
Fixes for parsing specs with hashes (#2889)

- Allows hashes to be specified after other parts of the spec
- Does not allow other parts of the spec to be specified after the hash
- The hash must either end input or be followed by another separate spec
- The next spec cannot be an anonymous spec (it must start with a package name or a hash)

See #2769 (after it was merged) for further discussion of this interface addition. That discussion resulted in these requirements:

```
python                     # 1 spec
/abc123                    # 1 spec
python /abc123             # 1 spec
/456789                    # 1 spec
python /abc123 /456789     # 2 specs
python /456789 /abc123     # 2 specs
/abc123 /456789            # 2 specs
/456789 /abc123            # 2 specs
/456789 /abc123 python     # 3 specs
```

assuming `abc123` and `456789` are both hashes of different python specs.

35 of 35 new or added lines in 1 file covered. (100.0%)

9033 of 13326 relevant lines covered (67.78%)

0.68 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
lib/spack/spack/spec.py
3
100.0
lib/spack/spack/parse.py
Jobs
ID Job ID Ran Files Coverage
2 6274.2 (TEST_SUITE=unit) 26 Jan 2017 04:42AM UTC 0
67.78
Travis Job 6274.2
Source Files on build 6274
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6274
  • 8ae380fb on github
  • Prev Build on develop (#6271)
  • Next Build on develop (#6275)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc