Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/bindings/python/tests/cindex/
-
trunk/
-
bindings/
-
python/
-
tests/
-
cindex/
-
test_cursor_kind.py
Hide Panel
f
Keyboard Reference
?
Differential
D25470
[libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD_CANDIDATE.
Closed
Public
Authored by
ikudrin
on Oct 11 2016, 6:17 AM.
Download Raw Diff
Details
Reviewers
compnerd
hansonw
Commits
rGa6ea95ad640a: [libclang] Fix a failure in a test for python bindings on CursorKind.
rC284463: [libclang] Fix a failure in a test for python bindings on CursorKind.
rL284463: [libclang] Fix a failure in a test for python bindings on CursorKind.
Summary
The test fails because the value does not lay in any existing group.
The value was added in r268167.
Diff Detail
Repository
rL LLVM
Event Timeline
ikudrin
updated this revision to
Diff 74237
.
Oct 11 2016, 6:17 AM
ikudrin
retitled this revision from
to
[libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD_CANDIDATE.
.
ikudrin
updated this object.
ikudrin
added reviewers:
hansonw
,
compnerd
.
ikudrin
added a subscriber:
cfe-commits
.
ikudrin
mentioned this in
D25608: [libclang] Make tests for python bindings pass on Windows.
.
Oct 14 2016, 4:20 AM
compnerd
accepted this revision.
Oct 14 2016, 12:28 PM
compnerd
edited edge metadata.
This revision is now accepted and ready to land.
Oct 14 2016, 12:28 PM
Closed by commit
rL284463: [libclang] Fix a failure in a test for python bindings on CursorKind.
(authored by
ikudrin
).
·
Explain Why
Oct 18 2016, 2:39 AM
This revision was automatically updated to reflect the committed changes.