This is an archive of the discontinued LLVM Phabricator instance.

Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on Darwin
ClosedPublic

Authored by chying on May 26 2015, 6:43 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chying updated this revision to Diff 26565.May 26 2015, 6:43 PM
chying retitled this revision from to Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on Darwin.
chying updated this object.
chying edited the test plan for this revision. (Show Details)
chying added reviewers: chaoren, vharron.
chying added a subscriber: Unknown Object (MLST).
chying updated this revision to Diff 26568.May 26 2015, 7:17 PM

Add decorator expectedFailure as well
Found that test_state_after_expression_with_dwarf and test_state_after_expression_with_dsym also fail randomly on buildbot

chaoren accepted this revision.May 26 2015, 7:18 PM
chaoren edited edge metadata.
This revision is now accepted and ready to land.May 26 2015, 7:18 PM
clayborg accepted this revision.May 28 2015, 12:33 PM
clayborg edited edge metadata.

Looks fine. We don't set thread states anyway on MacOSX.

This revision was automatically updated to reflect the committed changes.