HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/csv; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 02:25:08 GMT Content-length: 1186 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform 1086,[BUG] Test::More doesn't support plan('no_plan'),pmichaud,chromatic,"The documentation for Test::More (runtime/parrot/library/Test/More.pir:77) says that one can specify ""no_plan"" as a value to the plan() function, but it doesn't appear to work: {{{ $ cat x.t #!./parrot .sub 'main' :main load_bytecode 'Test/More.pbc' .local pmc exports, curr_namespace, test_namespace curr_namespace = get_namespace test_namespace = get_namespace ['Test';'More'] exports = split ' ', 'plan diag ok nok is todo' test_namespace.'export_to'(curr_namespace, exports) plan('no_plan') ok(1, 'because I said so') .end $ prove x.t x.t .. All 1 subtests passed Test Summary Report ------------------- x.t (Wstat: 0 Tests: 1 Failed: 0) Parse errors: No plan found in TAP output Files=1, Tests=1, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.02 cusr 0.00 csys = 0.06 CPU) Result: FAIL $ ./parrot x.t ok 1 - because I said so $ }}} ",bug,new,normal,,testing,1.6.0,medium,,,,,,all pe="application/opensearchdescripti