Skip to content

Commit 1c852ac

Browse files
Eric Holkgraydon
authored andcommitted
Removing runtime tests. The runtime is tested well enough by the standard library tests, so we might as well have less code to fix during refactoring.
1 parent 64596e6 commit 1c852ac

File tree

8 files changed

+0
-315
lines changed

8 files changed

+0
-315
lines changed

mk/rt.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ RUNTIME_CS := rt/sync/timer.cpp \
2525
rt/rust_srv.cpp \
2626
rt/rust_kernel.cpp \
2727
rt/memory_region.cpp \
28-
rt/test/rust_test_harness.cpp \
29-
rt/test/rust_test_runtime.cpp \
30-
rt/test/rust_test_util.cpp \
3128
rt/arch/i386/context.cpp \
3229

3330
RUNTIME_LL :=
@@ -59,9 +56,6 @@ RUNTIME_HDR := rt/globals.h \
5956
rt/rust_kernel.h \
6057
rt/memory_region.h \
6158
rt/memory.h \
62-
rt/test/rust_test_harness.h \
63-
rt/test/rust_test_runtime.h \
64-
rt/test/rust_test_util.h \
6559
rt/arch/i386/context.h \
6660

6761
RUNTIME_DEF := rt/rustrt$(CFG_DEF_SUFFIX)

src/rt/rust_internal.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,6 @@ struct gc_alloc {
280280
#include "rust_chan.h"
281281
#include "rust_port.h"
282282

283-
#include "test/rust_test_harness.h"
284-
#include "test/rust_test_util.h"
285-
#include "test/rust_test_runtime.h"
286-
287283
//
288284
// Local Variables:
289285
// mode: C++

src/rt/test/rust_test_harness.cpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/rt/test/rust_test_harness.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/rt/test/rust_test_runtime.cpp

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/rt/test/rust_test_runtime.h

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/rt/test/rust_test_util.cpp

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/rt/test/rust_test_util.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)