Skip to content

Commit 8b8e154

Browse files
committed
compiletest/rmake: cleanup comments
1 parent bc549ad commit 8b8e154

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,15 +3438,6 @@ impl<'test> TestCx<'test> {
34383438
// library.
34393439
// 2. We need to run the recipe binary.
34403440

3441-
// FIXME(jieyouxu): path examples
3442-
// source_root="/home/gh-jieyouxu/rust"
3443-
// src_root="/home/gh-jieyouxu/rust"
3444-
// build_root="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu"
3445-
// self.config.build_base="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/test/run-make"
3446-
// support_lib_deps="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/stage1-tools/aarch64-unknown-linux-gnu/release/deps"
3447-
// support_lib_deps_deps="/home/gh-jieyouxu/rust/build/aarch64-unknown-linux-gnu/stage1-tools/release/deps"
3448-
// 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"
3449-
34503441
// So we assume the rust-lang/rust project setup looks like (our `.` is the top-level
34513442
// directory, irrelevant entries to our purposes omitted):
34523443
//
@@ -3609,8 +3600,6 @@ impl<'test> TestCx<'test> {
36093600
};
36103601
debug!(?recipe_bin);
36113602

3612-
// FIXME(jieyouxu): explain what the hecc we are doing here.
3613-
// FIXME(jieyouxu): audit these env vars. some of them only makes sense for make, not rustc!
36143603
let mut rustc = Command::new(&self.config.rustc_path);
36153604
rustc
36163605
// Specify output path
@@ -3699,8 +3688,6 @@ impl<'test> TestCx<'test> {
36993688
paths
37003689
};
37013690

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

0 commit comments

Comments
 (0)