LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 24579 - settings.target-env-vars doesn't work correctly on Windows
Summary: settings.target-env-vars doesn't work correctly on Windows
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks: 21766
  Show dependency tree
 
Reported: 2015-08-25 17:33 PDT by Zachary Turner
Modified: 2015-08-25 17:33 PDT (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Turner 2015-08-25 17:33:56 PDT
I fixed this some time ago, but it seems to have regressed.  This should be an easy fix, so just triaging this for later.  This failure is caught by

TestSettings.SettingsCommandTestCase.test_run_args_and_env_vars_with_dwarf

which fails on windows and is currently XFAIL'ed until we fix this.