Page MenuHomePhabricator

[Wilds] Make more test cases (mostly related to the phutil -> arcanist move) pass
ClosedPublic

Authored by epriestley on Sep 27 2018, 6:03 PM.
Tags
None
Referenced Files
F15526919: D19714.diff
Mon, Apr 21, 11:50 PM
F15505127: D19714.id.diff
Tue, Apr 15, 12:01 AM
F15484064: D19714.id47128.diff
Wed, Apr 9, 3:58 PM
F15468232: D19714.id.diff
Thu, Apr 3, 9:55 PM
F15466112: D19714.id47108.diff
Thu, Apr 3, 1:43 AM
F15463651: D19714.id47108.diff
Wed, Apr 2, 1:57 AM
F15461066: D19714.diff
Tue, Apr 1, 4:55 AM
F15430179: D19714.diff
Mar 24 2025, 6:22 AM
Subscribers

Details

Summary

Ref T13098. Makes some tests pass by updating 'phutil' to 'arcanist'. Skips some tests which won't pass for a while.

Also removes external test engines for now since they aren't realistically going to run for a while and they significantly complicate bootstrapping a set of passing tests out of arc unit.

Test Plan

Ran arc unit, saw fewer failures.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 20917
Build 28432: Run Core Tests

Event Timeline

amckinley added inline comments.
src/__tests__/PhutilLibraryTestCase.php
14

I guess a skipped test is pretty visible, and grepping for "TOOLSETS" will find this too.

This revision is now accepted and ready to land.Sep 27 2018, 8:22 PM
epriestley added inline comments.
src/__tests__/PhutilLibraryTestCase.php
14

Yeah. I've also made skipped tests more visible in the new code -- they're always summarized at the bottom of the output.

This revision was automatically updated to reflect the committed changes.