Actions
Bug #20689
closedTestInvokeVerb#test_invokeverb has warnings on Windows
Bug #20689:
TestInvokeVerb#test_invokeverb has warnings on Windows
Description
make test-all TESTS="test/win32ole/test_folderitem2_invokeverb.rb" shows the following warnings.
Updated by hsbt (Hiroshi SHIBATA) over 1 year ago
- Tags set to win
Updated by hsbt (Hiroshi SHIBATA) about 1 month ago
- Assignee set to windows
Updated by hsbt (Hiroshi SHIBATA) 1 day ago
ยท Edited
- Status changed from Open to Closed
The two lines are not Ruby output. thumbnail_util_win.cc and ctxmenu.cc are Google Drive File Stream shell-extension logs, pulled in because InvokeVerb builds a shell context menu, and with Drive File Stream installed here the test runs with empty stderr on 4.0.6 and 3.3.12.
test/win32ole also left this repository when win32ole became a bundled gem in git|721891688b33bf03949a1828f476850348cc6341, so there is nothing left to run on ruby-master. If it still reproduces on the current stable release in your environment, please let me know.
Actions