Page MenuHomePhabricator

Disregard `src/extensions/` when running library map unit tests
ClosedPublic

Authored by epriestley on Jul 5 2014, 9:40 PM.
Tags
None
Referenced Files
F15472648: D9834.id23613.diff
Sat, Apr 5, 3:16 PM
F15471679: D9834.id23596.diff
Sat, Apr 5, 7:13 AM
F15454495: D9834.diff
Sat, Mar 29, 6:46 PM
F15399190: D9834.id23596.diff
Mon, Mar 17, 3:17 AM
F15390183: D9834.id23613.diff
Sat, Mar 15, 5:59 AM
F15316931: D9834.id23596.diff
Mar 6 2025, 7:04 PM
F15312099: D9834.diff
Mar 6 2025, 1:58 PM
Unknown Object (File)
Feb 25 2025, 5:07 PM
Subscribers

Details

Summary

The runtime map will include anything loaded via src/extensions/, which means the test will always fail if you have anything in that directory.

Instead, allow the base (no extensions) map to be retrieved, and use that for comparisions.

Test Plan
  • Ran unit tests with stuff in extensions.
  • Verified stuff in extensions still works fine.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Disregard `src/extensions/` when running library map unit tests.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: joshuaspence.
This revision is now accepted and ready to land.Jul 5 2014, 10:04 PM
epriestley updated this revision to Diff 23613.

Closed by commit rPHU175694903cee (authored by @epriestley).