Ticket #1684 (closed cage: fixed)

Opened 12 years ago

Last modified 12 years ago

examples/pir/*.pir aren't executed during make fulltest.

Reported by: bacek Owned by:
Priority: major Milestone:
Component: testing Version: trunk
Severity: high Keywords:
Cc: Language:
Patch status: Platform:

Description

E.g. examples/pir/make_hello_pbc.pir is broken for some time.

(Make ticket as "major/high" due brokage in distributed parrot)

Change History

Changed 12 years ago by coke

  • summary changed from examples/pir/*.t aren't executed during make fulltest. to examples/pir/*.pir aren't executed during make fulltest.

Changed 12 years ago by coke

There are 2 tests in t/examples/*.t that cover some of these files:

t/examples/pir.t should be testing those files in examples/pir which generate testable output when run.

t/examples/catchcall.t should be testing that any pir or pasm files still compile.

Both of these tests are run under examples_tests, which is run as part of fulltest.

So, to test the output of the files, add tests to t/examples/pir.t. The last time I touched that file, all the tests that generated testable output were there.

Changed 12 years ago by bacek

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

make_hello_pbc.t added to t/examples/pir.t at r47746. Closing ticket.

Note: See TracTickets for help on using tickets.