Skip to content

Commit ef2d0dd

Browse files
committed
compiletest/rmake: cleanup comments
1 parent 16c3ac1 commit ef2d0dd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/tools/compiletest/src/runtest.rs

-13
Original file line numberDiff line numberDiff line change
@@ -3440,15 +3440,6 @@ impl<'test> TestCx<'test> {
34403440
// library.
34413441
// 2. We need to run the recipe binary.
34423442

3443-
// FIXME(jieyouxu): path examples
3444-
// source_root="/home/gh-jieyouxu/rust"
3445-
// src_root="/home/gh-jieyouxu/rust"
3446-
// build_root="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu"
3447-
// self.config.build_base="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/test/run-make"
3448-
// support_lib_deps="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/stage1-tools/aarch64-unknown-linux-gnu/release/deps"
3449-
// support_lib_deps_deps="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/stage1-tools/release/deps"
3450-
// recipe_bin="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/test/run-make/a-b-a-linker-guard/a-b-a-linker-guard/rmake"
3451-
34523443
// So we assume the rust-lang/rust project setup looks like (our `.` is the top-level
34533444
// directory, irrelevant entries to our purposes omitted):
34543445
//
@@ -3607,8 +3598,6 @@ impl<'test> TestCx<'test> {
36073598
};
36083599
debug!(?recipe_bin);
36093600

3610-
// FIXME(jieyouxu): explain what the hecc we are doing here.
3611-
// FIXME(jieyouxu): audit these env vars. some of them only makes sense for make, not rustc!
36123601
let mut rustc = Command::new(&self.config.rustc_path);
36133602
rustc
36143603
// Specify output path
@@ -3694,8 +3683,6 @@ impl<'test> TestCx<'test> {
36943683
paths
36953684
};
36963685

3697-
// FIXME(jieyouxu): explain what the hecc we are doing here.
3698-
// FIXME(jieyouxu): audit these env vars. some of them only makes sense for make, not rustc!
36993686
// FIXME(jieyouxu): please rename `TARGET_RPATH_ENV`, `HOST_RPATH_DIR` and
37003687
// `TARGET_RPATH_DIR`, it is **extremely** confusing!
37013688
let mut cmd = Command::new(&recipe_bin);

0 commit comments

Comments
 (0)