Ticket #5089 (closed bug: fixed)

Opened 2 years ago

Last modified 23 months ago

validate should bail out early if testsuite not available

Reported by: ezyang Owned by: igloo
Priority: normal Milestone: 7.2.1
Component: Test Suite Version: 7.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Right now validate will chug along until GHC is done building, and then fail on account of a missing test suite.

Change History

Changed 2 years ago by igloo

FWIW, after that happens you can

./sync-all --testsuite get
./validate --testsuite-only

Changed 2 years ago by igloo

  • owner set to igloo
  • milestone set to 7.2.1

Changed 23 months ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Fixed:

commit 83e4c1efbc1cb453250fbfc2d3a663a39e4059aa
Author: Ian Lynagh <igloo@earth.li>
Date:   Thu Jul 14 14:15:46 2011 +0100

    validate now checks that the testsuite exists first; trac #5089
Note: See TracTickets for help on using tickets.