Created
October 30, 2013 12:21
-
-
Save berleon/7231752 to your computer and use it in GitHub Desktop.
rust `make check` fails on arch linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script started on Mi 30 Okt 2013 11:26:50 CET | |
[?1034hsh-4.2$ pwd | |
/home/leon/dev/rust/wrong_rust | |
sh-4.2$ git pull | |
Already up-to-date. | |
sh-4.2$ git show --oneline | cat | |
5e1a691 auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | |
sh-4.2$ git [K[K[K[K./configure --disable-docs | |
configure: looking for configure programs | |
configure: found cmp | |
configure: found mkdir | |
configure: found printf | |
configure: found cut | |
configure: found head | |
configure: found grep | |
configure: found xargs | |
configure: found cp | |
configure: found find | |
configure: found uname | |
configure: found date | |
configure: found tr | |
configure: found sed | |
configure: found file | |
configure: inspecting environment | |
configure: recreating config.tmp | |
configure: | |
configure: processing /home/leon/dev/rust/wrong_rust/configure args | |
configure: | |
configure: CFG_DISABLE_DOCS := 1 | |
configure: CFG_PREFIX := /usr/local | |
configure: CFG_LOCAL_RUST_ROOT := /usr/local | |
configure: CFG_LLVM_ROOT := | |
configure: CFG_BUILD_TRIPLE := x86_64-unknown-linux-gnu | |
configure: CFG_HOST_TRIPLES := x86_64-unknown-linux-gnu | |
configure: CFG_TARGET_TRIPLES := x86_64-unknown-linux-gnu | |
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone | |
configure: CFG_MINGW32_CROSS_PATH := | |
configure: | |
configure: validating /home/leon/dev/rust/wrong_rust/configure args | |
configure: | |
configure: | |
configure: looking for build programs | |
configure: | |
configure: CFG_PERL := /usr/bin/perl | |
configure: CFG_CURLORWGET := /usr/bin/curl (7.33.0) | |
configure: CFG_PYTHON := /usr/bin/python2.7 | |
configure: CFG_GIT := /usr/bin/git (1.8.4.2) | |
configure: CFG_CLANG := /usr/bin/clang++ (3.3) | |
configure: CFG_CCACHE := | |
configure: CFG_GCC := /usr/bin/gcc (4.8.2) | |
configure: CFG_LD := /usr/bin/ld (2.23.2) | |
configure: CFG_VALGRIND := /usr/bin/valgrind (3.8.1) | |
configure: CFG_PERF := | |
configure: CFG_ISCC := | |
configure: CFG_LLNEXTGEN := | |
configure: CFG_PANDOC := /home/leon/.cabal/bin/pandoc (1.11.2) | |
configure: CFG_PDFLATEX := /usr/bin/pdflatex (3.1415926-2.5-1.40.14) | |
configure: CFG_XETEX := /usr/bin/xetex (3.1415926-2.5-0.9999.3-2013102717) | |
configure: CFG_LUATEX := /usr/bin/luatex (0.76.0-2013102717) | |
configure: CFG_NODE := /usr/bin/node (0.10.21) | |
configure: CFG_GDB := | |
configure: CFG_PAXCTL := | |
configure: CFG_ZCAT := /usr/bin/zcat (1.6) | |
configure: | |
configure: looking for target specific programs | |
configure: | |
configure: CFG_ADB := | |
configure: | |
configure: GRSecurity: no | |
configure: | |
configure: | |
configure: making directories | |
configure: | |
configure: | |
configure: configuring submodules | |
configure: | |
configure: git: submodule sync | |
Synchronizing submodule url for 'src/gyp' | |
Synchronizing submodule url for 'src/libuv' | |
Synchronizing submodule url for 'src/llvm' | |
configure: git: submodule update | |
configure: git: submodule foreach sync | |
Entering 'src/gyp' | |
Entering 'src/libuv' | |
Entering 'src/llvm' | |
configure: git: submodule foreach update | |
configure: git: submodule status | |
f407f09c94e00d2d570e8e42114e3f6848b2deb2 src/gyp (heads/master) | |
d88cf5652a1afb23939da0bae86c70ec521b9921 src/libuv (v0.11.7-60-gd88cf56) | |
c9ffab392a39eb85f2f15ffc8d41e8c4f4397b8e src/llvm (remotes/origin/rust-llvm-2013-09-15) | |
configure: git: submodule clobber | |
Entering 'src/gyp' | |
Entering 'src/libuv' | |
Entering 'src/llvm' | |
Entering 'src/gyp' | |
Entering 'src/libuv' | |
Entering 'src/llvm' | |
configure: | |
configure: looking at LLVM | |
configure: | |
configure: configuring LLVM for x86_64-unknown-linux-gnu | |
configure: configuring LLVM with: | |
configure: --enable-targets=x86,x86_64,arm,mips --enable-optimized --enable-assertions --disable-docs --enable-bindings=none --disable-terminfo --disable-zlib --disable-libffi --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu --with-python=/usr/bin/python2.7 | |
checking for x86_64-unknown-linux-gnu-clang... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking type of operating system we're going to host on... Linux | |
checking type of operating system we're going to target... Linux | |
checking target architecture... x86_64 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking optimization flags... -O3 | |
checking for BSD-compatible nm... /usr/bin/nm -B | |
checking for GNU make... make | |
checking whether ln -s works... yes | |
checking for cmp... /usr/bin/cmp | |
checking for cp... /usr/bin/cp | |
checking for date... /usr/bin/date | |
checking for find... /usr/bin/find | |
checking for grep... (cached) /usr/bin/grep | |
checking for mkdir... /usr/bin/mkdir | |
checking for mv... /usr/bin/mv | |
checking for x86_64-unknown-linux-gnu-ranlib... no | |
checking for ranlib... ranlib | |
checking for x86_64-unknown-linux-gnu-ar... no | |
checking for ar... ar | |
checking for rm... /usr/bin/rm | |
checking for sed... /usr/bin/sed | |
checking for tar... /usr/bin/tar | |
checking for pwd... /usr/bin/pwd | |
checking for Graphviz... echo Graphviz | |
checking for dot... /usr/bin/dot | |
checking for fdp... /usr/bin/fdp | |
checking for neato... /usr/bin/neato | |
checking for twopi... /usr/bin/twopi | |
checking for circo... /usr/bin/circo | |
checking for gv... no | |
checking for gsview32... no | |
checking for dotty... /usr/bin/dotty | |
checking for xdot... no | |
checking for xdot.py... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for bzip2... /usr/bin/bzip2 | |
checking for cat... /usr/bin/cat | |
checking for doxygen... /usr/bin/doxygen | |
checking for groff... /usr/bin/groff | |
checking for gzip... /usr/bin/gzip | |
checking for pdfroff... /usr/bin/pdfroff | |
checking for zip... /usr/bin/zip | |
checking for ocamlc... no | |
checking for ocamlopt... no | |
checking for ocamldep... no | |
checking for ocamldoc... no | |
checking for gas... no | |
checking for as... /usr/bin/as | |
checking for linker version... 2.23.2 | |
checking for compiler -Wl,-R<path> option... yes | |
checking for compiler -rdynamic option... yes | |
checking for compiler -Wl,--version-script option... yes | |
checking for an ANSI C-conforming const... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking which extension is used for loadable modules... .so | |
checking for the default library search path... /lib /usr/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib/octave/3.6.4 /usr/lib/opencollada /usr/lib/openmpi | |
checking for objdir... .libs | |
checking command to parse /usr/bin/nm -B output from object... ok | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen in -ldl... yes | |
checking for dlerror... yes | |
checking for _ prefix in compiled symbols... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking argz.h usability... yes | |
checking argz.h presence... yes | |
checking for argz.h... yes | |
checking for error_t... yes | |
checking for argz_append... yes | |
checking for argz_create_sep... yes | |
checking for argz_insert... yes | |
checking for argz_next... yes | |
checking for argz_stringify... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking for memory.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking mach-o/dyld.h usability... no | |
checking mach-o/dyld.h presence... no | |
checking for mach-o/dyld.h... no | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking tool compatibility... ok | |
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wno-maybe-uninitialized | |
checking for python... user defined: /usr/bin/python2.7 | |
checking for python >= 2.5... /usr/bin/python2.7 (2.7.5) | |
checking for sin in -lm... yes | |
checking for library containing dlopen... -ldl | |
checking for library containing clock_gettime... none required | |
checking for library containing mallinfo... none required | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for library containing pthread_mutex_lock... none required | |
checking for library containing pthread_rwlock_init... none required | |
checking for library containing pthread_getspecific... none required | |
checking for xml2-config... xml2-config | |
checking for libxml2 includes... -I/usr/include/libxml2 | |
checking for xmlReadFile in -lxml2... yes | |
checking for dirent.h that defines DIR... (cached) yes | |
checking for library containing opendir... (cached) none required | |
checking for MAP_ANONYMOUS vs. MAP_ANON... yes | |
checking whether stat file-mode macros are broken... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking cxxabi.h usability... yes | |
checking cxxabi.h presence... yes | |
checking for cxxabi.h... yes | |
checking for dlfcn.h... (cached) yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking link.h usability... yes | |
checking link.h presence... yes | |
checking for link.h... yes | |
checking for malloc.h... (cached) yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking mach/mach.h usability... no | |
checking mach/mach.h presence... no | |
checking for mach/mach.h... no | |
checking valgrind/valgrind.h usability... yes | |
checking valgrind/valgrind.h presence... yes | |
checking for valgrind/valgrind.h... yes | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking whether FE_ALL_EXCEPT is declared... yes | |
checking whether FE_INEXACT is declared... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking CrashReporterClient.h usability... no | |
checking CrashReporterClient.h presence... no | |
checking for CrashReporterClient.h... no | |
checking __crashreporter_info__... no | |
checking for HUGE_VAL sanity... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for backtrace... yes | |
checking for ceilf... yes | |
checking for floorf... yes | |
checking for roundf... yes | |
checking for rintf... yes | |
checking for nearbyintf... yes | |
checking for getcwd... yes | |
checking for powf... yes | |
checking for fmodf... yes | |
checking for strtof... yes | |
checking for round... yes | |
checking for log... yes | |
checking for log2... yes | |
checking for log10... yes | |
checking for exp... yes | |
checking for exp2... yes | |
checking for getpagesize... yes | |
checking for getrusage... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for gettimeofday... yes | |
checking for isatty... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for posix_spawn... yes | |
checking for pread... yes | |
checking for realpath... yes | |
checking for sbrk... yes | |
checking for setrlimit... (cached) yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for setenv... yes | |
checking for arc4random... no | |
checking for strtoll... yes | |
checking for strtoq... yes | |
checking for sysconf... yes | |
checking for malloc_zone_statistics... no | |
checking for setjmp... yes | |
checking for longjmp... yes | |
checking for sigsetjmp... no | |
checking for siglongjmp... yes | |
checking for writev... yes | |
checking for futimes... yes | |
checking for futimens... yes | |
checking if printf has the %a format character... yes | |
checking for srand48/lrand48/drand48 in <stdlib.h>... yes | |
checking whether strerror_s is declared... no | |
checking for isnan in <math.h>... yes | |
checking for isnan in <cmath>... yes | |
checking for std::isnan in <cmath>... yes | |
checking for isinf in <math.h>... yes | |
checking for isinf in <cmath>... yes | |
checking for std::isinf in <cmath>... yes | |
checking for finite in <ieeefp.h>... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for mmap of files... yes | |
checking if /dev/zero is needed for mmap... no | |
checking for GCC atomic builtins... yes | |
checking for 32-bit userspace on 64-bit system... no | |
checking for __dso_handle... yes | |
checking for compiler -fvisibility-inlines-hidden option... yes | |
configure: creating ./config.status | |
config.status: creating include/llvm/Config/Targets.def | |
config.status: creating include/llvm/Config/AsmPrinters.def | |
config.status: creating include/llvm/Config/AsmParsers.def | |
config.status: creating include/llvm/Config/Disassemblers.def | |
config.status: creating Makefile.config | |
config.status: creating llvm.spec | |
config.status: creating docs/doxygen.cfg | |
config.status: creating bindings/ocaml/llvm/META.llvm | |
config.status: creating include/llvm/Config/config.h | |
config.status: creating include/llvm/Config/llvm-config.h | |
config.status: creating include/llvm/Support/DataTypes.h | |
config.status: include/llvm/Support/DataTypes.h is unchanged | |
config.status: executing setup commands | |
config.status: executing Makefile commands | |
config.status: executing Makefile.common commands | |
config.status: executing examples/Makefile commands | |
config.status: executing lib/Makefile commands | |
config.status: executing runtime/Makefile commands | |
config.status: executing test/Makefile commands | |
config.status: executing test/Makefile.tests commands | |
config.status: executing unittests/Makefile commands | |
config.status: executing tools/Makefile commands | |
config.status: executing utils/Makefile commands | |
config.status: executing projects/Makefile commands | |
config.status: executing bindings/Makefile commands | |
config.status: executing bindings/ocaml/Makefile.ocaml commands | |
=== configuring in projects/sample (/home/leon/dev/rust/wrong_rust/x86_64-unknown-linux-gnu/llvm/projects/sample) | |
configure: running /bin/sh /home/leon/dev/rust/wrong_rust/src/llvm/projects/sample/configure --prefix=/usr/local '--enable-targets=x86,x86_64,arm,mips' '--enable-optimized' '--enable-assertions' '--disable-docs' '--enable-bindings=none' '--disable-terminfo' '--disable-zlib' '--disable-libffi' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-unknown-linux-gnu' '--with-python=/usr/bin/python2.7' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'target_alias=x86_64-unknown-linux-gnu' 'CC=gcc' 'CFLAGS=' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=/home/leon/dev/rust/wrong_rust/src/llvm/projects/sample | |
checking llvm-config... /home/leon/dev/rust/wrong_rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-config | |
checking LLVM package version... 3.4svn | |
checking for x86_64-unknown-linux-gnu-clang... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking type of operating system we're going to host on... Linux | |
checking type of operating system we're going to target... Linux | |
checking target architecture... x86_64 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking optimization flags... -O3 | |
checking for BSD-compatible nm... /usr/bin/nm -B | |
checking for GNU make... make | |
checking whether ln -s works... yes | |
checking for cmp... /usr/bin/cmp | |
checking for cp... /usr/bin/cp | |
checking for date... /usr/bin/date | |
checking for find... /usr/bin/find | |
checking for grep... (cached) /usr/bin/grep | |
checking for mkdir... /usr/bin/mkdir | |
checking for mv... /usr/bin/mv | |
checking for x86_64-unknown-linux-gnu-ranlib... no | |
checking for ranlib... ranlib | |
checking for x86_64-unknown-linux-gnu-ar... no | |
checking for ar... ar | |
checking for rm... /usr/bin/rm | |
checking for sed... /usr/bin/sed | |
checking for tar... /usr/bin/tar | |
checking for pwd... /usr/bin/pwd | |
checking for Graphviz... echo Graphviz | |
checking for dot... /usr/bin/dot | |
checking for fdp... /usr/bin/fdp | |
checking for neato... /usr/bin/neato | |
checking for twopi... /usr/bin/twopi | |
checking for circo... /usr/bin/circo | |
checking for gv... no | |
checking for gsview32... no | |
checking for dotty... /usr/bin/dotty | |
checking for xdot.py... echo xdot.py | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for bzip2... /usr/bin/bzip2 | |
checking for cat... /usr/bin/cat | |
checking for doxygen... /usr/bin/doxygen | |
checking for groff... /usr/bin/groff | |
checking for gzip... /usr/bin/gzip | |
checking for pod2html... /usr/bin/core_perl/pod2html | |
checking for pod2man... /usr/bin/core_perl/pod2man | |
checking for pdfroff... /usr/bin/pdfroff | |
checking for runtest... no | |
checking for the tclsh program in tclinclude directory... none | |
checking for tclsh8.4... no | |
checking for tclsh8.4.8... no | |
checking for tclsh8.4.7... no | |
checking for tclsh8.4.6... no | |
checking for tclsh8.4.5... no | |
checking for tclsh8.4.4... no | |
checking for tclsh8.4.3... no | |
checking for tclsh8.4.2... no | |
checking for tclsh8.4.1... no | |
checking for tclsh8.4.0... no | |
checking for tclsh8.3... no | |
checking for tclsh8.3.5... no | |
checking for tclsh8.3.4... no | |
checking for tclsh8.3.3... no | |
checking for tclsh8.3.2... no | |
checking for tclsh8.3.1... no | |
checking for tclsh8.3.0... no | |
checking for tclsh... no | |
checking for zip... /usr/bin/zip | |
checking for ocamlc... no | |
checking for ocamlopt... no | |
checking for ocamldep... no | |
checking for ocamldoc... no | |
checking for gas... no | |
checking for as... /usr/bin/as | |
checking for linker version... 2.23.2 | |
checking for compiler -Wl,-R<path> option... yes | |
checking for compiler -rdynamic option... yes | |
checking for compiler -Wl,--version-script option... yes | |
checking for an ANSI C-conforming const... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking which extension is used for loadable modules... .so | |
checking for the default library search path... /lib /usr/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib/octave/3.6.4 /usr/lib/opencollada /usr/lib/openmpi | |
checking for objdir... .libs | |
checking command to parse /usr/bin/nm -B output from object... ok | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen in -ldl... yes | |
checking for dlerror... yes | |
checking for _ prefix in compiled symbols... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking argz.h usability... yes | |
checking argz.h presence... yes | |
checking for argz.h... yes | |
checking for error_t... yes | |
checking for argz_append... yes | |
checking for argz_create_sep... yes | |
checking for argz_insert... yes | |
checking for argz_next... yes | |
checking for argz_stringify... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking for memory.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for unistd.h... (cached) yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking sys/dl.h usability... no | |
checking sys/dl.h presence... no | |
checking for sys/dl.h... no | |
checking dld.h usability... no | |
checking dld.h presence... no | |
checking for dld.h... no | |
checking mach-o/dyld.h usability... no | |
checking mach-o/dyld.h presence... no | |
checking for mach-o/dyld.h... no | |
checking for string.h... (cached) yes | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for strcmp... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking tool compatibility... ok | |
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers | |
checking for sin in -lm... yes | |
checking for library containing dlopen... -ldl | |
checking for library containing clock_gettime... none required | |
checking for library containing mallinfo... none required | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for library containing pthread_mutex_lock... none required | |
checking for library containing pthread_rwlock_init... none required | |
checking for library containing pthread_getspecific... none required | |
checking for dirent.h that defines DIR... (cached) yes | |
checking for library containing opendir... (cached) none required | |
checking for MAP_ANONYMOUS vs. MAP_ANON... yes | |
checking whether stat file-mode macros are broken... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for dlfcn.h... (cached) yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking link.h usability... yes | |
checking link.h presence... yes | |
checking for link.h... yes | |
checking for malloc.h... (cached) yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking mach/mach.h usability... no | |
checking mach/mach.h presence... no | |
checking for mach/mach.h... no | |
checking valgrind/valgrind.h usability... yes | |
checking valgrind/valgrind.h presence... yes | |
checking for valgrind/valgrind.h... yes | |
checking fenv.h usability... yes | |
checking fenv.h presence... yes | |
checking for fenv.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking CrashReporterClient.h usability... no | |
checking CrashReporterClient.h presence... no | |
checking for CrashReporterClient.h... no | |
checking __crashreporter_info__... no | |
checking for HUGE_VAL sanity... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for backtrace... yes | |
checking for ceilf... yes | |
checking for floorf... yes | |
checking for roundf... yes | |
checking for rintf... yes | |
checking for nearbyintf... yes | |
checking for getcwd... yes | |
checking for powf... yes | |
checking for fmodf... yes | |
checking for strtof... yes | |
checking for round... yes | |
checking for getpagesize... yes | |
checking for getrusage... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for gettimeofday... yes | |
checking for isatty... yes | |
checking for mkdtemp... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for posix_spawn... yes | |
checking for realpath... yes | |
checking for sbrk... yes | |
checking for setrlimit... (cached) yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for setenv... yes | |
checking for strtoll... yes | |
checking for strtoq... yes | |
checking for sysconf... yes | |
checking for malloc_zone_statistics... no | |
checking for setjmp... yes | |
checking for longjmp... yes | |
checking for sigsetjmp... no | |
checking for siglongjmp... yes | |
checking for writev... yes | |
checking if printf has the %a format character... yes | |
checking for srand48/lrand48/drand48 in <stdlib.h>... yes | |
checking whether strerror_s is declared... no | |
checking for isnan in <math.h>... yes | |
checking for isnan in <cmath>... yes | |
checking for std::isnan in <cmath>... yes | |
checking for isinf in <math.h>... yes | |
checking for isinf in <cmath>... yes | |
checking for std::isinf in <cmath>... yes | |
checking for finite in <ieeefp.h>... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for mmap of files... yes | |
checking if /dev/zero is needed for mmap... no | |
checking for GCC atomic builtins... yes | |
checking for 32-bit userspace on 64-bit system... no | |
checking for __dso_handle... yes | |
checking for compiler -fvisibility-inlines-hidden option... yes | |
configure: creating ./config.status | |
config.status: creating Makefile.common | |
config.status: creating Makefile.llvm.config | |
config.status: executing setup commands | |
config.status: executing Makefile commands | |
config.status: executing lib/Makefile commands | |
config.status: executing lib/sample/Makefile commands | |
config.status: executing tools/Makefile commands | |
config.status: executing tools/sample/Makefile commands | |
configure: | |
configure: writing configuration | |
configure: | |
configure: CFG_SRC_DIR := /home/leon/dev/rust/wrong_rust/ | |
configure: CFG_BUILD_DIR := /home/leon/dev/rust/wrong_rust/ | |
configure: CFG_OSTYPE := unknown-linux-gnu | |
configure: CFG_CPUTYPE := x86_64 | |
configure: CFG_CONFIGURE_ARGS := --disable-docs | |
configure: CFG_PREFIX := /usr/local | |
configure: CFG_BUILD_TRIPLE := x86_64-unknown-linux-gnu | |
configure: CFG_HOST_TRIPLES := x86_64-unknown-linux-gnu | |
configure: CFG_TARGET_TRIPLES := x86_64-unknown-linux-gnu | |
configure: CFG_C_COMPILER := gcc | |
configure: CFG_LIBDIR := lib | |
configure: CFG_DISABLE_MANAGE_SUBMODULES := | |
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone | |
configure: CFG_MINGW32_CROSS_PATH := | |
configure: CFG_LLVM_ROOT := | |
configure: CFG_LLVM_SRC_DIR := /home/leon/dev/rust/wrong_rust/src/ ... | |
configure: CFG_LLVM_BUILD_DIR_x86_64_unknown_linux_gnu := /home/leon/dev/rust/wrong_rust/x86_ ... | |
configure: CFG_LLVM_INST_DIR_x86_64_unknown_linux_gnu := /home/leon/dev/rust/wrong_rust/x86_ ... | |
configure: | |
configure: leaving ./Makefile unchanged | |
configure: leaving config.mk unchanged | |
configure: | |
configure: complete | |
configure: | |
sh-4.2$ make & make [K[K[K[K[K[K& make check | |
cfg: build triple x86_64-unknown-linux-gnu | |
cfg: host triples x86_64-unknown-linux-gnu | |
cfg: target triples x86_64-unknown-linux-gnu | |
cfg: enabling more debugging (CFG_ENABLE_DEBUG) | |
cfg: host for x86_64-unknown-linux-gnu is x86_64 | |
cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: using gcc | |
cfg: no llnextgen found, omitting grammar-verification | |
cfg: disabling doc build (CFG_DISABLE_DOCS) | |
fetch: x86_64-unknown-linux-gnu/stage0/bin/rustc | |
determined most recent snapshot: rust-stage0-2013-10-29-fed48cc-linux-x86_64-afa5f19a37a2cf137e5d4277951fa07efda8e072.tar.bz2 | |
got download with ok hash | |
opening snapshot dl/rust-stage0-2013-10-29-fed48cc-linux-x86_64-afa5f19a37a2cf137e5d4277951fa07efda8e072.tar.bz2 | |
removing x86_64-unknown-linux-gnu/stage0/bin/rustc | |
removing x86_64-unknown-linux-gnu/stage0/lib/libextra.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/librustuv-d4277cd5f62aa99-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/libstd.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/librustllvm.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/libextra-a7c050cfd46b2c9a-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/libstd-6c65cf4b443341b1-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/librustuv.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/librustc.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/librustrt.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustuv-d4277cd5f62aa99-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libmorestack.a | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustllvm.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra-a7c050cfd46b2c9a-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd-6c65cf4b443341b1-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libsyntax.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustuv.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so | |
removing x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so | |
extracting rust-stage0/bin/rustc | |
extracting rust-stage0/lib/libstd-6c65cf4b443341b1-0.9-pre.so | |
extracting rust-stage0/lib/libextra-a7c050cfd46b2c9a-0.9-pre.so | |
extracting rust-stage0/lib/librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
extracting rust-stage0/lib/libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
extracting rust-stage0/lib/librustuv-d4277cd5f62aa99-0.9-pre.so | |
extracting rust-stage0/lib/librustrt.so | |
extracting rust-stage0/lib/librustllvm.so | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sync/lock_and_signal.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sync/rust_thread.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/rust_builtin.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/rust_upcall.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/rust_uv.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/miniz.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/rust_android_dummy.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/rust_test_helpers.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/src/autolink.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/src/buffer.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/src/stack.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/src/markdown.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/html/houdini_href_e.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/html/houdini_html_e.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/html/html_smartypants.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/sundown/html/html.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/arch/x86_64/_context.o | |
compile: x86_64-unknown-linux-gnu/rt/stage0/arch/x86_64/record_sp.o | |
def: x86_64-unknown-linux-gnu/rt/rustrt.linux.def | |
link: x86_64-unknown-linux-gnu/rt/stage0/librustrt.so | |
cp: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so | |
compile: x86_64-unknown-linux-gnu/rt/stage0/arch/x86_64/morestack.o | |
link: x86_64-unknown-linux-gnu/rt/stage0/arch/x86_64/libmorestack.a | |
cp: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libmorestack.a | |
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so | |
^[[Bcompile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustuv.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libsyntax.so | |
compile: x86_64-unknown-linux-gnu/rustllvm/RustWrapper.o | |
compile: x86_64-unknown-linux-gnu/rustllvm/PassWrapper.o | |
def: x86_64-unknown-linux-gnu/rustllvm/rustllvm.linux.def | |
link: x86_64-unknown-linux-gnu/rustllvm/librustllvm.so | |
cp: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustllvm.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc | |
cp: x86_64-unknown-linux-gnu/stage1/lib/librustrt.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/librustllvm.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/libstd.so | |
Warning: removing previous 'libstd-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib//libstd-6c65cf4b443341b1-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/libextra.so | |
Warning: removing previous 'libextra-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib//libextra-a7c050cfd46b2c9a-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/librustuv.so | |
Warning: removing previous 'librustuv-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib//librustuv-d4277cd5f62aa99-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/libsyntax.so | |
Warning: removing previous 'libsyntax-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib//libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/librustc.so | |
Warning: removing previous 'librustc-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib//librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage1/bin/rustc | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sync/lock_and_signal.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sync/rust_thread.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/rust_builtin.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/rust_upcall.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/rust_uv.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/miniz.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/rust_android_dummy.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/rust_test_helpers.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/src/autolink.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/src/buffer.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/src/stack.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/src/markdown.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/html/houdini_href_e.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/html/houdini_html_e.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/html/html_smartypants.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/sundown/html/html.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/arch/x86_64/_context.o | |
compile: x86_64-unknown-linux-gnu/rt/stage1/arch/x86_64/record_sp.o | |
link: x86_64-unknown-linux-gnu/rt/stage1/librustrt.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so | |
compile: x86_64-unknown-linux-gnu/rt/stage1/arch/x86_64/morestack.o | |
link: x86_64-unknown-linux-gnu/rt/stage1/arch/x86_64/libmorestack.a | |
cp: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libmorestack.a | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so | |
Warning: removing previous 'libstd-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//libstd-6c65cf4b443341b1-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra.so | |
Warning: removing previous 'libextra-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//libextra-a7c050cfd46b2c9a-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustuv.so | |
Warning: removing previous 'librustuv-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//librustuv-d4277cd5f62aa99-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libsyntax.so | |
Warning: removing previous 'libsyntax-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustllvm.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so | |
Warning: removing previous 'librustc-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc | |
cp: x86_64-unknown-linux-gnu/stage2/lib/librustrt.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/librustllvm.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/libstd.so | |
Warning: removing previous 'libstd-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//libstd-6c65cf4b443341b1-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/libextra.so | |
Warning: removing previous 'libextra-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//libextra-a7c050cfd46b2c9a-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/librustuv.so | |
Warning: removing previous 'librustuv-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//librustuv-d4277cd5f62aa99-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/libsyntax.so | |
Warning: removing previous 'libsyntax-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/librustc.so | |
Warning: removing previous 'librustc-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/bin/rustc | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sync/lock_and_signal.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sync/rust_thread.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/rust_builtin.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/rust_upcall.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/rust_uv.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/miniz.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/rust_android_dummy.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/rust_test_helpers.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/src/autolink.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/src/buffer.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/src/stack.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/src/markdown.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/html/houdini_href_e.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/html/houdini_html_e.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/html/html_smartypants.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/sundown/html/html.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/arch/x86_64/_context.o | |
compile: x86_64-unknown-linux-gnu/rt/stage2/arch/x86_64/record_sp.o | |
link: x86_64-unknown-linux-gnu/rt/stage2/librustrt.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so | |
compile: x86_64-unknown-linux-gnu/rt/stage2/arch/x86_64/morestack.o | |
link: x86_64-unknown-linux-gnu/rt/stage2/arch/x86_64/libmorestack.a | |
cp: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/libmorestack.a | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustpkg.so | |
Warning: removing previous 'librustpkg-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//librustpkg-45c3eae3148fd21-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/bin/rustpkg | |
cp: x86_64-unknown-linux-gnu/stage2/lib/librustpkg.so | |
Warning: removing previous 'librustpkg-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//librustpkg-45c3eae3148fd21-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/bin/rustpkg | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustdoc.so | |
Warning: removing previous 'librustdoc-*.so' libraries: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib//librustdoc-a437806a76c5f37a-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/bin/rustdoc | |
cp: x86_64-unknown-linux-gnu/stage2/lib/librustdoc.so | |
Warning: removing previous 'librustdoc-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib//librustdoc-a437806a76c5f37a-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/bin/rustdoc | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so | |
Warning: removing previous 'libstd-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//libstd-6c65cf4b443341b1-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/libextra.so | |
Warning: removing previous 'libextra-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//libextra-a7c050cfd46b2c9a-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustuv.so | |
Warning: removing previous 'librustuv-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//librustuv-d4277cd5f62aa99-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/libsyntax.so | |
Warning: removing previous 'libsyntax-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//libsyntax-64629f7f0c6a9bc-0.9-pre.so | |
cp: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustllvm.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so | |
Warning: removing previous 'librustc-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//librustc-d3cb8c2ccd84a7a7-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustpkg.so | |
Warning: removing previous 'librustpkg-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//librustpkg-45c3eae3148fd21-0.9-pre.so | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustdoc.so | |
Warning: removing previous 'librustdoc-*.so' libraries: x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib//librustdoc-a437806a76c5f37a-0.9-pre.so | |
cfg: build triple x86_64-unknown-linux-gnu | |
cfg: host triples x86_64-unknown-linux-gnu | |
cfg: target triples x86_64-unknown-linux-gnu | |
cfg: enabling more debugging (CFG_ENABLE_DEBUG) | |
cfg: host for x86_64-unknown-linux-gnu is x86_64 | |
cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu | |
cfg: using gcc | |
cfg: no llnextgen found, omitting grammar-verification | |
cfg: disabling doc build (CFG_DISABLE_DOCS) | |
cfg: including dist rules | |
cfg: including test rules | |
check: formatting | |
/home/leon/dev/rust/wrong_rust/src/librustc/middle/lint.rs:636: NOTE this message could be more helpful | |
/home/leon/dev/rust/wrong_rust/src/librustc/middle/trans/adt.rs:250: NOTE this should probably all be in ty | |
/home/leon/dev/rust/wrong_rust/src/librustc/middle/trans/foreign.rs:96: NOTE These API constants ought to be more specific | |
/home/leon/dev/rust/wrong_rust/src/librustc/middle/trans/base.rs:3143: NOTE win32: wart with exporting crate_map symbol | |
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/bin/compiletest | |
cp: x86_64-unknown-linux-gnu/stage2/bin/compiletest | |
run rpass [x86_64-unknown-linux-gnu]: x86_64-unknown-linux-gnu/stage2/bin/compiletest | |
running 1362 tests | |
test [run-pass] run-pass/alloca-from-derived-tydesc.rs ... ok | |
test [run-pass] run-pass/alias-uninit-value.rs ... ok | |
test [run-pass] run-pass/anon-extern-mod.rs ... ok | |
test [run-pass] run-pass/anon-extern-mod-cross-crate-2.rs ... ok | |
test [run-pass] run-pass/anon-trait-static-method.rs ... ok | |
test [run-pass] run-pass/alignment-gep-tup-like-1.rs ... ok | |
test [run-pass] run-pass/anon_trait_static_method_exe.rs ... ok | |
test [run-pass] run-pass/alignment-gep-tup-like-2.rs ... ok | |
test [run-pass] run-pass/arith-2.rs ... ok | |
test [run-pass] run-pass/argument-passing.rs ... ok | |
test [run-pass] run-pass/artificial-block.rs ... ok | |
test [run-pass] run-pass/arith-0.rs ... ok | |
test [run-pass] run-pass/arith-1.rs ... ok | |
test [run-pass] run-pass/arith-unsigned.rs ... ok | |
test [run-pass] run-pass/asm-out-assign.rs ... ok | |
test [run-pass] run-pass/assert-approx-eq-macro-success.rs ... ok | |
test [run-pass] run-pass/attr-before-view-item.rs ... ok | |
test [run-pass] run-pass/assign-assign.rs ... ok | |
test [run-pass] run-pass/assert-eq-macro-success.rs ... ok | |
test [run-pass] run-pass/attr-before-view-item2.rs ... ok | |
test [run-pass] run-pass/attr-main-2.rs ... ok | |
test [run-pass] run-pass/attr-main.rs ... ok | |
test [run-pass] run-pass/auto-encode.rs ... ignored | |
test [run-pass] run-pass/attr-start.rs ... ok | |
test [run-pass] run-pass/assignability-trait.rs ... ok | |
test [run-pass] run-pass/attr-no-drop-flag-size.rs ... ok | |
test [run-pass] run-pass/auto-ref-bounded-ty-param.rs ... ok | |
test [run-pass] run-pass/auto-instantiate.rs ... ok | |
test [run-pass] run-pass/auto-loop.rs ... ok | |
test [run-pass] run-pass/auto-ref.rs ... ok | |
test [run-pass] run-pass/auto-ref-newtype.rs ... ok | |
test [run-pass] run-pass/autoderef-and-borrow-method-receiver.rs ... ok | |
test [run-pass] run-pass/auto-ref-sliceable.rs ... ok | |
test [run-pass] run-pass/auto-ref-slice-plus-ref.rs ... ok | |
test [run-pass] run-pass/autobind.rs ... ok | |
test [run-pass] run-pass/autoderef-method-newtype.rs ... ok | |
test [run-pass] run-pass/autoderef-method-priority.rs ... ok | |
test [run-pass] run-pass/autoderef-method-on-trait.rs ... ok | |
test [run-pass] run-pass/autoderef-method-twice-but-not-thrice.rs ... ok | |
test [run-pass] run-pass/autoderef-method-twice.rs ... ok | |
test [run-pass] run-pass/bare-static-string.rs ... ok | |
test [run-pass] run-pass/autoderef-method.rs ... ok | |
test [run-pass] run-pass/autoref-intermediate-types-issue-3585.rs ... ok | |
test [run-pass] run-pass/big-literals.rs ... ok | |
test [run-pass] run-pass/binary-minus-without-space.rs ... ok | |
test [run-pass] run-pass/binops.rs ... ok | |
test [run-pass] run-pass/bitv-perf-test.rs ... ok | |
test [run-pass] run-pass/bitwise.rs ... ok | |
test [run-pass] run-pass/bind-by-move.rs ... ok | |
test [run-pass] run-pass/block-arg-call-as.rs ... ok | |
test [run-pass] run-pass/block-arg-can-be-followed-by-block-arg.rs ... ok | |
test [run-pass] run-pass/block-arg-can-be-followed-by-binop.rs ... ok | |
test [run-pass] run-pass/block-arg-can-be-followed-by-call.rs ... ok | |
test [run-pass] run-pass/block-explicit-types.rs ... ok | |
test [run-pass] run-pass/block-arg-in-parentheses.rs ... ok | |
test [run-pass] run-pass/block-arg-used-as-any.rs ... ok | |
test [run-pass] run-pass/block-arg.rs ... ok | |
test [run-pass] run-pass/block-expr-precedence.rs ... ok | |
test [run-pass] run-pass/block-fn-coerce.rs ... ok | |
test [run-pass] run-pass/bool-not.rs ... ok | |
test [run-pass] run-pass/borrow-by-val-method-receiver.rs ... ok | |
test [run-pass] run-pass/block-iter-1.rs ... ok | |
test [run-pass] run-pass/borrowck-binding-mutbl.rs ... ok | |
test [run-pass] run-pass/block-iter-2.rs ... ok | |
test [run-pass] run-pass/borrowck-lend-args.rs ... ok | |
test [run-pass] run-pass/borrowck-fixed-length-vecs.rs ... ok | |
test [run-pass] run-pass/borrowck-borrow-from-at-vec.rs ... ok | |
test [run-pass] run-pass/borrowck-borrow-from-expr-block.rs ... ok | |
test [run-pass] run-pass/borrowck-macro-interaction-issue-6304.rs ... ok | |
test [run-pass] run-pass/borrowck-nested-calls.rs ... ignored | |
test [run-pass] run-pass/borrowck-pat-enum.rs ... ok | |
test [run-pass] run-pass/borrowck-move-by-capture-ok.rs ... ok | |
test [run-pass] run-pass/borrowck-mut-vec-as-imm-slice.rs ... ok | |
test [run-pass] run-pass/borrowck-mut-uniq.rs ... ok | |
test [run-pass] run-pass/borrowck-pat-reassign-no-binding.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box-in-arm-not-taken.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box-in-discr.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box-in-field.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box-in-pat.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box-in-uniq.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box-sometimes-needed.rs ... ok | |
test [run-pass] run-pass/borrowck-root-while-cond-2.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-box.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-cond-box.rs ... ok | |
test [run-pass] run-pass/borrowck-root-while-cond.rs ... ok | |
test [run-pass] run-pass/borrowck-preserve-expl-deref.rs ... ok | |
test [run-pass] run-pass/borrowck-static-item-in-fn.rs ... ok | |
test [run-pass] run-pass/borrowck-unary-move-2.rs ... ok | |
test [run-pass] run-pass/borrowck-uniq-via-ref.rs ... ok | |
test [run-pass] run-pass/borrowck-rvalues-mutable.rs ... ok | |
test [run-pass] run-pass/borrowck-scope-of-deref-issue-4666.rs ... ok | |
test [run-pass] run-pass/borrowck-wg-autoderef-and-autoborrowvec-combined-issue-6272.rs ... ok | |
test [run-pass] run-pass/borrowck-wg-borrow-mut-to-imm-2.rs ... ok | |
test [run-pass] run-pass/borrowck-wg-borrow-mut-to-imm-3.rs ... ok | |
test [run-pass] run-pass/borrowck-wg-borrow-mut-to-imm.rs ... ok | |
test [run-pass] run-pass/borrowck-univariant-enum.rs ... ok | |
test [run-pass] run-pass/borrowck-wg-simple.rs ... ok | |
test [run-pass] run-pass/borrowck-wg-two-imm-borrows.rs ... ok | |
test [run-pass] run-pass/borrowed-ptr-pattern-2.rs ... ok | |
test [run-pass] run-pass/borrowed-ptr-pattern-3.rs ... ok | |
test [run-pass] run-pass/borrowed-ptr-pattern-option.rs ... ok | |
test [run-pass] run-pass/box-compare.rs ... ok | |
test [run-pass] run-pass/box-in-tup.rs ... ok | |
test [run-pass] run-pass/box-inside-if.rs ... ok | |
test [run-pass] run-pass/borrowed-ptr-pattern-infallible.rs ... ok | |
test [run-pass] run-pass/box-inside-if2.rs ... ok | |
test [run-pass] run-pass/borrowed-ptr-pattern.rs ... ok | |
test [run-pass] run-pass/box-pattern.rs ... ok | |
test [run-pass] run-pass/boxed-class-type-substitution.rs ... ok | |
test [run-pass] run-pass/box.rs ... ok | |
test [run-pass] run-pass/boxed-trait-with-vstore.rs ... ok | |
test [run-pass] run-pass/break-value.rs ... ok | |
test [run-pass] run-pass/bug-7295.rs ... ok | |
test [run-pass] run-pass/box-unbox.rs ... ok | |
test [run-pass] run-pass/break.rs ... ok | |
test [run-pass] run-pass/bug-7183-generics.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-in-metadata.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-phantom-typaram.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-capabilities-transitive.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-simple.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-capabilities-xc.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-typaram.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-capabilities.rs ... ok | |
test [run-pass] run-pass/c-stack-as-value.rs ... ok | |
test [run-pass] run-pass/by-value-self-in-mut-slot.rs ... ok | |
test [run-pass] run-pass/cancel-clean-via-immediate-rvalue-ref.rs ... ok | |
test [run-pass] run-pass/builtin-superkinds-self-type.rs ... ok | |
test [run-pass] run-pass/call-closure-from-overloaded-op.rs ... ok | |
test [run-pass] run-pass/cast-mutable-trait.rs ... ok | |
test [run-pass] run-pass/cast-region-to-uint.rs ... ok | |
test [run-pass] run-pass/c-stack-returning-int64.rs ... ok | |
test [run-pass] run-pass/cap-clause-move.rs ... ok | |
test [run-pass] run-pass/capture_nil.rs ... ok | |
test [run-pass] run-pass/cci_impl_exe.rs ... ok | |
test [run-pass] run-pass/cast.rs ... ok | |
test [run-pass] run-pass/cci_borrow.rs ... ok | |
test [run-pass] run-pass/cci_iter_exe.rs ... ok | |
test [run-pass] run-pass/cfg-family.rs ... ok | |
test [run-pass] run-pass/cci_no_inline_exe.rs ... ok | |
test [run-pass] run-pass/cfg-macros-foo.rs ... ok | |
test [run-pass] run-pass/cfg-macros-notfoo.rs ... ok | |
test [run-pass] run-pass/cfg-target-family.rs ... ok | |
test [run-pass] run-pass/cfg_inner_static.rs ... ok | |
test [run-pass] run-pass/cci_nested_exe.rs ... ok | |
test [run-pass] run-pass/child-outlives-parent.rs ... ok | |
test [run-pass] run-pass/cfgs-on-items.rs ... ok | |
test [run-pass] run-pass/class-attributes-1.rs ... ok | |
test [run-pass] run-pass/cci_capture_clause.rs ... ok | |
test [run-pass] run-pass/class-attributes-2.rs ... ok | |
test [run-pass] run-pass/char.rs ... ok | |
test [run-pass] run-pass/class-dtor.rs ... ok | |
test [run-pass] run-pass/class-cast-to-trait.rs ... ok | |
test [run-pass] run-pass/class-cast-to-trait-cross-crate-2.rs ... ok | |
test [run-pass] run-pass/class-cast-to-trait-multiple-types.rs ... ok | |
test [run-pass] run-pass/class-exports.rs ... ok | |
test [run-pass] run-pass/class-implement-trait-cross-crate.rs ... ok | |
test [run-pass] run-pass/class-impl-very-parameterized-trait.rs ... ok | |
test [run-pass] run-pass/class-implement-traits.rs ... ok | |
test [run-pass] run-pass/class-method-cross-crate.rs ... ok | |
test [run-pass] run-pass/class-methods.rs ... ok | |
test [run-pass] run-pass/class-methods-cross-crate.rs ... ok | |
test [run-pass] run-pass/class-poly-methods-cross-crate.rs ... ok | |
test [run-pass] run-pass/class-str-field.rs ... ok | |
test [run-pass] run-pass/class-typarams.rs ... ok | |
test [run-pass] run-pass/classes-self-referential.rs ... ok | |
test [run-pass] run-pass/class-separate-impl.rs ... ok | |
test [run-pass] run-pass/class-poly-methods.rs ... ok | |
test [run-pass] run-pass/classes-cross-crate.rs ... ok | |
test [run-pass] run-pass/classes.rs ... ok | |
test [run-pass] run-pass/classes-simple-method.rs ... ok | |
test [run-pass] run-pass/classes-simple.rs ... ok | |
test [run-pass] run-pass/classes-simple-cross-crate.rs ... ok | |
test [run-pass] run-pass/clone-with-exterior.rs ... ok | |
test [run-pass] run-pass/close-over-big-then-small-data.rs ... ok | |
test [run-pass] run-pass/closure-inference.rs ... ok | |
test [run-pass] run-pass/closure-inference2.rs ... ok | |
test [run-pass] run-pass/closure-reform.rs ... ok | |
test [run-pass] run-pass/cmp-default.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-imm-ptr-arg.rs ... ok | |
test [run-pass] run-pass/cleanup-copy-mode.rs ... ok | |
test [run-pass] run-pass/closure-bounds-can-capture-chan.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-imm-vec-arg.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-mut-ptr-arg.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-mut-ptr-rcvr.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-imm-ptr-rcvr.rs ... ok | |
test [run-pass] run-pass/coherence-impl-in-fn.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-imm-vec-rcvr.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-mut-vec-arg.rs ... ok | |
test [run-pass] run-pass/coerce-reborrow-mut-vec-rcvr.rs ... ok | |
test [run-pass] run-pass/compare-generic-enums.rs ... ok | |
test [run-pass] run-pass/complex.rs ... ok | |
test [run-pass] run-pass/conditional-compile-arch.rs ... ok | |
test [run-pass] run-pass/conditional-debug-macro-off.rs ... ok | |
test [run-pass] run-pass/conditional-debug-macro-on.rs ... ok | |
test [run-pass] run-pass/conditional-compile.rs ... ok | |
test [run-pass] run-pass/const-autoderef-newtype.rs ... ok | |
test [run-pass] run-pass/const-autoderef.rs ... ok | |
test [run-pass] run-pass/const-bound.rs ... ok | |
test [run-pass] run-pass/const-big-enum.rs ... ok | |
test [run-pass] run-pass/const-cast-ptr-int.rs ... ok | |
test [run-pass] run-pass/const-binops.rs ... ok | |
test [run-pass] run-pass/const-cast.rs ... ok | |
test [run-pass] run-pass/comm.rs ... ok | |
test [run-pass] run-pass/const-const.rs ... ok | |
test [run-pass] run-pass/const-contents.rs ... ok | |
test [run-pass] run-pass/const-enum-byref-self.rs ... ok | |
test [run-pass] run-pass/const-cross-crate-extern.rs ... ok | |
test [run-pass] run-pass/const-cross-crate-const.rs ... ok | |
test [run-pass] run-pass/const-enum-byref.rs ... ok | |
test [run-pass] run-pass/const-enum-ptr.rs ... ok | |
test [run-pass] run-pass/const-deref.rs ... ok | |
test [run-pass] run-pass/const-enum-structlike.rs ... ok | |
test [run-pass] run-pass/const-enum-cast.rs ... ok | |
test [run-pass] run-pass/const-enum-struct.rs ... ok | |
test [run-pass] run-pass/const-enum-struct2.rs ... ok | |
test [run-pass] run-pass/const-enum-tuple.rs ... ok | |
test [run-pass] run-pass/const-enum-tuple2.rs ... ok | |
test [run-pass] run-pass/const-enum-tuplestruct.rs ... ok | |
test [run-pass] run-pass/const-enum-vec-index.rs ... ok | |
test [run-pass] run-pass/const-enum-tuplestruct2.rs ... ok | |
test [run-pass] run-pass/const-enum-vec-ptr.rs ... ok | |
test [run-pass] run-pass/const-expr-in-fixed-length-vec.rs ... ok | |
test [run-pass] run-pass/const-enum-vector.rs ... ok | |
test [run-pass] run-pass/const-expr-in-vec-repeat.rs ... ok | |
test [run-pass] run-pass/const-extern-function.rs ... ok | |
test [run-pass] run-pass/const-fn-val.rs ... ok | |
test [run-pass] run-pass/const-negative.rs ... ok | |
test [run-pass] run-pass/const-fields-and-indexing.rs ... ok | |
test [run-pass] run-pass/const-nullary-enum.rs ... ok | |
test [run-pass] run-pass/const-nullary-univariant-enum.rs ... ok | |
test [run-pass] run-pass/const-rec-and-tup.rs ... ok | |
test [run-pass] run-pass/const-region-ptrs-noncopy.rs ... ok | |
test [run-pass] run-pass/const-region-ptrs.rs ... ok | |
test [run-pass] run-pass/const-struct-offsets.rs ... ok | |
test [run-pass] run-pass/const-unit-struct.rs ... ok | |
test [run-pass] run-pass/const-vec-of-fns.rs ... ignored | |
test [run-pass] run-pass/const-vec-syntax.rs ... ok | |
test [run-pass] run-pass/const-struct.rs ... ok | |
test [run-pass] run-pass/const-tuple-struct.rs ... ok | |
test [run-pass] run-pass/const-str-ptr.rs ... ok | |
test [run-pass] run-pass/const.rs ... ok | |
test [run-pass] run-pass/core-rt-smoke.rs ... ok | |
test [run-pass] run-pass/const-vecs-and-slices.rs ... ok | |
test [run-pass] run-pass/crate-method-reexport-grrrrrrr.rs ... ok | |
test [run-pass] run-pass/consts-in-patterns.rs ... ok | |
test [run-pass] run-pass/core-run-destroy.rs ... ok | |
test [run-pass] run-pass/crateresolve3.rs ... ok | |
test [run-pass] run-pass/crateresolve2.rs ... ok | |
test [run-pass] run-pass/crateresolve1.rs ... ok | |
test [run-pass] run-pass/crateresolve4.rs ... ok | |
test [run-pass] run-pass/crateresolve5.rs ... ok | |
test [run-pass] run-pass/cross-crate-const-pat.rs ... ok | |
test [run-pass] run-pass/crateresolve6.rs ... ok | |
test [run-pass] run-pass/cycle-collection.rs ... ok | |
test [run-pass] run-pass/dead-code-one-arm-if.rs ... ok | |
test [run-pass] run-pass/cycle-collection2.rs ... ok | |
test [run-pass] run-pass/cross-crate-newtype-struct-pat.rs ... ok | |
test [run-pass] run-pass/crateresolve7.rs ... ok | |
test [run-pass] run-pass/deep.rs ... ok | |
test [run-pass] run-pass/default-method-parsing.rs ... ok | |
test [run-pass] run-pass/default-method-simple.rs ... ok | |
test [run-pass] run-pass/default-method-supertrait-vtable.rs ... ok | |
test [run-pass] run-pass/deref.rs ... ok | |
test [run-pass] run-pass/deref-lval.rs ... ok | |
test [run-pass] run-pass/deriving-clone-enum.rs ... ok | |
test [run-pass] run-pass/deriving-clone-generic-enum.rs ... ok | |
test [run-pass] run-pass/deriving-clone-generic-struct.rs ... ok | |
test [run-pass] run-pass/deriving-clone-generic-tuple-struct.rs ... ok | |
test [run-pass] run-pass/deriving-clone-struct.rs ... ok | |
test [run-pass] run-pass/deriving-clone-tuple-struct.rs ... ok | |
test [run-pass] run-pass/deep-vector.rs ... ok | |
test [run-pass] run-pass/deriving-cmp-generic-struct-enum.rs ... ok | |
test [run-pass] run-pass/deriving-cmp-generic-struct.rs ... ok | |
test [run-pass] run-pass/deriving-cmp-generic-enum.rs ... ok | |
test [run-pass] run-pass/deriving-cmp-shortcircuit.rs ... ok | |
test [run-pass] run-pass/deriving-cmp-generic-tuple-struct.rs ... ok | |
test [run-pass] run-pass/deriving-enum-single-variant.rs ... ok | |
test [run-pass] run-pass/deriving-meta-empty-trait-list.rs ... ok | |
test [run-pass] run-pass/deriving-encodable-decodable.rs ... ok | |
test [run-pass] run-pass/deriving-global.rs ... ok | |
test [run-pass] run-pass/deriving-meta-multiple.rs ... ok | |
test [run-pass] run-pass/deriving-meta.rs ... ok | |
test [run-pass] run-pass/deriving-rand.rs ... ok | |
test [run-pass] run-pass/deriving-primitive.rs ... ok | |
test [run-pass] run-pass/deriving-self-lifetime-totalord-totaleq.rs ... ok | |
test [run-pass] run-pass/deriving-self-lifetime.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-c-enum.rs ... ok | |
test [run-pass] run-pass/deriving-to-str.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-enum.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-iter-bytes-enum.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-iter-bytes-struct.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-struct-tuple.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-struct-empty.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-struct-like-enum-variant.rs ... ok | |
test [run-pass] run-pass/deriving-zero.rs ... ok | |
test [run-pass] run-pass/deep-vector2.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-struct.rs ... ok | |
test [run-pass] run-pass/die-macro.rs ... ok | |
test [run-pass] run-pass/do-empty-args.rs ... ok | |
test [run-pass] run-pass/deriving-via-extension-type-params.rs ... ok | |
test [run-pass] run-pass/do-no-args.rs ... ok | |
test [run-pass] run-pass/do-pure.rs ... ok | |
test [run-pass] run-pass/do-stack.rs ... ok | |
test [run-pass] run-pass/do1.rs ... ok | |
test [run-pass] run-pass/div-mod.rs ... ok | |
test [run-pass] run-pass/double-unbox.rs ... ok | |
test [run-pass] run-pass/drop-on-ret.rs ... ok | |
test [run-pass] run-pass/drop-on-empty-block-exit.rs ... ok | |
test [run-pass] run-pass/do2.rs ... ok | |
test [run-pass] run-pass/drop-trait-generic.rs ... ok | |
test [run-pass] run-pass/duplicate-use.rs ... ignored | |
test [run-pass] run-pass/drop-trait.rs ... ok | |
test [run-pass] run-pass/do3.rs ... ok | |
test [run-pass] run-pass/dupe-first-attr.rc ... ok | |
test [run-pass] run-pass/early-ret-binop-add.rs ... ok | |
test [run-pass] run-pass/early-vtbl-resolution.rs ... ok | |
test [run-pass] run-pass/else-if.rs ... ok | |
test [run-pass] run-pass/empty-mutable-vec.rs ... ok | |
test [run-pass] run-pass/duplicated-external-mods.rs ... ok | |
test [run-pass] run-pass/enum-alignment.rs ... ok | |
test [run-pass] run-pass/enum-discr.rs ... ok | |
test [run-pass] run-pass/enum-discrim-range-overflow.rs ... ok | |
test [run-pass] run-pass/empty-tag.rs ... ok | |
test [run-pass] run-pass/enum-discrim-autosizing.rs ... ok | |
test [run-pass] run-pass/enum-disr-val-pretty.rs ... ok | |
test [run-pass] run-pass/enum-discrim-manual-sizing.rs ... ok | |
test [run-pass] run-pass/enum-export-inheritance.rs ... ok | |
test [run-pass] run-pass/enum-nullable-simplifycfg-misopt.rs ... ok | |
test [run-pass] run-pass/enum-variants.rs ... ok | |
test [run-pass] run-pass/enum-vec-initializer.rs ... ok | |
test [run-pass] run-pass/estr-shared.rs ... ok | |
test [run-pass] run-pass/estr-uniq.rs ... ok | |
test [run-pass] run-pass/evec-internal.rs ... ignored | |
test [run-pass] run-pass/evec-internal-boxes.rs ... ok | |
test [run-pass] run-pass/estr-slice.rs ... ok | |
test [run-pass] run-pass/explicit-i-suffix.rs ... ok | |
test [run-pass] run-pass/explicit-self-closures.rs ... ok | |
test [run-pass] run-pass/enum-discrim-width-stuff.rs ... ok | |
test [run-pass] run-pass/exec-env.rs ... ok | |
test [run-pass] run-pass/evec-slice.rs ... ok | |
test [run-pass] run-pass/explicit-self-generic.rs ... ok | |
test [run-pass] run-pass/explicit-self-objects-box.rs ... ok | |
test [run-pass] run-pass/explicit-self-objects-simple.rs ... ok | |
test [run-pass] run-pass/explicit_self_xcrate_exe.rs ... ok | |
test [run-pass] run-pass/export-abstract-tag.rs ... ok | |
test [run-pass] run-pass/explicit-self-objects-uniq.rs ... ok | |
test [run-pass] run-pass/export-glob-imports-target.rs ... ok | |
test [run-pass] run-pass/export-multi.rs ... ok | |
test [run-pass] run-pass/export-non-interference.rs ... ok | |
test [run-pass] run-pass/export-non-interference2.rs ... ok | |
test [run-pass] run-pass/export-non-interference3.rs ... ok | |
test [run-pass] run-pass/export-tag-variant.rs ... ok | |
test [run-pass] run-pass/explicit-self.rs ... ok | |
test [run-pass] run-pass/export-unexported-dep.rs ... ok | |
test [run-pass] run-pass/expr-block-fn.rs ... ok | |
test [run-pass] run-pass/expr-block-box.rs ... ok | |
test [run-pass] run-pass/expr-block-generic-box1.rs ... ok | |
test [run-pass] run-pass/expr-block-generic-box2.rs ... ok | |
test [run-pass] run-pass/expr-block-generic-unique1.rs ... ok | |
test [run-pass] run-pass/expr-block-generic-unique2.rs ... ok | |
test [run-pass] run-pass/expr-block-generic.rs ... ok | |
test [run-pass] run-pass/expr-block-ref.rs ... ok | |
test [run-pass] run-pass/expr-block-unique.rs ... ok | |
test [run-pass] run-pass/expr-block-slot.rs ... ok | |
test [run-pass] run-pass/expr-block.rs ... ok | |
test [run-pass] run-pass/expr-copy.rs ... ok | |
test [run-pass] run-pass/expr-elseif-ref2.rs ... ok | |
test [run-pass] run-pass/expr-empty-ret.rs ... ok | |
test [run-pass] run-pass/expr-elseif-ref.rs ... ok | |
test [run-pass] run-pass/expr-if-fail-all.rs ... ok | |
test [run-pass] run-pass/expr-if-generic-box1.rs ... ok | |
test [run-pass] run-pass/expr-fn.rs ... ok | |
test [run-pass] run-pass/expr-if-generic-box2.rs ... ok | |
test [run-pass] run-pass/expr-if-fail.rs ... ok | |
test [run-pass] run-pass/expr-if-box.rs ... ok | |
test [run-pass] run-pass/expr-if-generic.rs ... ok | |
test [run-pass] run-pass/expr-if.rs ... ok | |
test [run-pass] run-pass/expr-match-fail-all.rs ... ok | |
test [run-pass] run-pass/expr-if-struct.rs ... ok | |
test [run-pass] run-pass/expr-if-unique.rs ... ok | |
test [run-pass] run-pass/expr-match-generic-box1.rs ... ok | |
test [run-pass] run-pass/expr-match-generic-box2.rs ... ok | |
test [run-pass] run-pass/expr-match-box.rs ... ok | |
test [run-pass] run-pass/expr-match-generic-unique1.rs ... ok | |
test [run-pass] run-pass/expr-match-generic-unique2.rs ... ok | |
test [run-pass] run-pass/expr-match-fail.rs ... ok | |
test [run-pass] run-pass/expr-match-generic.rs ... ok | |
test [run-pass] run-pass/expr-match.rs ... ok | |
test [run-pass] run-pass/expr-scope.rs ... ok | |
test [run-pass] run-pass/expr-repeat-vstore.rs ... ok | |
test [run-pass] run-pass/expr-match-struct.rs ... ok | |
test [run-pass] run-pass/extern-1.rs ... ok | |
test [run-pass] run-pass/expr-match-unique.rs ... ok | |
test [run-pass] run-pass/exterior.rs ... ok | |
test [run-pass] run-pass/extern-call-deep.rs ... ok | |
test [run-pass] run-pass/extern-call-deep2.rs ... ok | |
test [run-pass] run-pass/extern-call-direct.rs ... ok | |
test [run-pass] run-pass/extern-call-indirect.rs ... ok | |
test [run-pass] run-pass/extern-call-scrub.rs ... ok | |
test [run-pass] run-pass/extern-compare-with-return-type.rs ... ok | |
test [run-pass] run-pass/extern-mod-abi.rs ... ok | |
test [run-pass] run-pass/extern-pass-TwoU16s.rs ... ignored | |
test [run-pass] run-pass/extern-mod-syntax.rs ... ok | |
test [run-pass] run-pass/extern-crosscrate.rs ... ok | |
test [run-pass] run-pass/extern-mod-ordering-exe.rs ... ok | |
test [run-pass] run-pass/extern-pass-TwoU8s.rs ... ignored | |
test [run-pass] run-pass/extern-pass-TwoU32s.rs ... ok | |
test [run-pass] run-pass/extern-pass-char.rs ... ok | |
test [run-pass] run-pass/extern-pass-TwoU64s-ref.rs ... ok | |
test [run-pass] run-pass/extern-pass-TwoU64s.rs ... ok | |
test [run-pass] run-pass/extern-pub.rs ... ok | |
test [run-pass] run-pass/extern-pass-double.rs ... ok | |
test [run-pass] run-pass/extern-pass-u32.rs ... ok | |
test [run-pass] run-pass/extern-pass-u64.rs ... ok | |
test [run-pass] run-pass/extern-return-TwoU16s.rs ... ok | |
test [run-pass] run-pass/extern-return-TwoU32s.rs ... ok | |
test [run-pass] run-pass/extern-return-TwoU64s.rs ... ok | |
test [run-pass] run-pass/extern-return-TwoU8s.rs ... ok | |
test [run-pass] run-pass/extern-stress.rs ... ok | |
test [run-pass] run-pass/extoption_env-not-defined.rs ... ok | |
test [run-pass] run-pass/fat-arrow-match.rs ... ok | |
test [run-pass] run-pass/extern-take-value.rs ... ok | |
test [run-pass] run-pass/filter-block-view-items.rs ... ok | |
test [run-pass] run-pass/extern-yield.rs ... ok | |
test [run-pass] run-pass/field-destruction-order.rs ... ok | |
test [run-pass] run-pass/fact.rs ... ok | |
test [run-pass] run-pass/fixed_length_copy.rs ... ok | |
test [run-pass] run-pass/float-literal-inference.rs ... ok | |
test [run-pass] run-pass/float-signature.rs ... ok | |
test [run-pass] run-pass/fixed_length_vec_glue.rs ... ok | |
test [run-pass] run-pass/float-nan.rs ... ok | |
test [run-pass] run-pass/floatlits.rs ... ok | |
test [run-pass] run-pass/fn-bare-coerce-to-block.rs ... ok | |
test [run-pass] run-pass/fn-bare-item.rs ... ok | |
test [run-pass] run-pass/float.rs ... ok | |
test [run-pass] run-pass/float2.rs ... ok | |
test [run-pass] run-pass/fn-coerce-field.rs ... ok | |
test [run-pass] run-pass/fn-bare-assign.rs ... ok | |
test [run-pass] run-pass/fn-lval.rs ... ok | |
test [run-pass] run-pass/fn-bare-size.rs ... ok | |
test [run-pass] run-pass/fn-pattern-expected-type-2.rs ... ok | |
test [run-pass] run-pass/for-destruct.rs ... ignored | |
test [run-pass] run-pass/fn-bare-spawn.rs ... ok | |
test [run-pass] run-pass/fn-type-infer.rs ... ok | |
test [run-pass] run-pass/for-loop-fail.rs ... ok | |
test [run-pass] run-pass/foreach-external-iterators-break.rs ... ok | |
test [run-pass] run-pass/fn-pattern-expected-type.rs ... ok | |
test [run-pass] run-pass/foreach-external-iterators-nested.rs ... ok | |
test [run-pass] run-pass/foreach-external-iterators.rs ... ok | |
test [run-pass] run-pass/foreach-external-iterators-loop.rs ... ok | |
test [run-pass] run-pass/foreach-external-iterators-hashmap-break-restart.rs ... ok | |
test [run-pass] run-pass/foreach-external-iterators-hashmap.rs ... ok | |
test [run-pass] run-pass/foreach-nested.rs ... ok | |
test [run-pass] run-pass/foreach-put-structured.rs ... ok | |
test [run-pass] run-pass/foreach-simple-outer-slot.rs ... ok | |
test [run-pass] run-pass/foreign-lib-path.rs ... ignored | |
test [run-pass] run-pass/foreign-dupe.rs ... ok | |
test [run-pass] run-pass/foreign-mod.rc ... ignored | |
test [run-pass] run-pass/foreign-call-no-runtime.rs ... ok | |
test [run-pass] run-pass/foreign-mod-unused-const.rs ... ok | |
test [run-pass] run-pass/foreign.rc ... ignored | |
test [run-pass] run-pass/foreign-no-abi.rs ... ok | |
test [run-pass] run-pass/foreign-struct.rs ... ok | |
test [run-pass] run-pass/foreign2.rs ... ok | |
test [run-pass] run-pass/format-no-uppercase-statics.rs ... ok | |
test [run-pass] run-pass/fun-call-variants.rs ... ok | |
test [run-pass] run-pass/fun-indirect-call.rs ... ok | |
test [run-pass] run-pass/func-arg-incomplete-pattern.rs ... ok | |
test [run-pass] run-pass/foreign-fn-linkname.rs ... ok | |
test [run-pass] run-pass/func-arg-wild-pattern.rs ... ok | |
test [run-pass] run-pass/func-arg-ref-pattern.rs ... ok | |
test [run-pass] run-pass/functional-struct-upd.rs ... ok | |
test [run-pass] run-pass/generic-alias-box.rs ... ok | |
test [run-pass] run-pass/generic-drop-glue.rs ... ok | |
test [run-pass] run-pass/generic-alias-unique.rs ... ok | |
test [run-pass] run-pass/generic-box.rs ... ok | |
test [run-pass] run-pass/generic-derived-type.rs ... ok | |
test [run-pass] run-pass/generic-exterior-box.rs ... ok | |
test [run-pass] run-pass/generic-fn-infer.rs ... ok | |
test [run-pass] run-pass/generic-fn-twice.rs ... ok | |
test [run-pass] run-pass/generic-exterior-unique.rs ... ok | |
test [run-pass] run-pass/generic-fn-box.rs ... ok | |
test [run-pass] run-pass/generic-ivec-leak.rs ... ok | |
test [run-pass] run-pass/generic-ivec.rs ... ok | |
test [run-pass] run-pass/generic-newtype-struct.rs ... ok | |
test [run-pass] run-pass/generic-fn-unique.rs ... ok | |
test [run-pass] run-pass/generic-recursive-tag.rs ... ok | |
test [run-pass] run-pass/generic-fn.rs ... ok | |
test [run-pass] run-pass/generic-tag-corruption.rs ... ok | |
test [run-pass] run-pass/generic-object.rs ... ok | |
test [run-pass] run-pass/generic-tag-local.rs ... ok | |
test [run-pass] run-pass/generic-tag-match.rs ... ok | |
test [run-pass] run-pass/generic-tag.rs ... ok | |
test [run-pass] run-pass/generic-temporary.rs ... ok | |
test [run-pass] run-pass/generic-static-methods.rs ... ok | |
test [run-pass] run-pass/generic-type-synonym.rs ... ok | |
test [run-pass] run-pass/generic-tag-values.rs ... ok | |
test [run-pass] run-pass/generic-tup.rs ... ok | |
test [run-pass] run-pass/generic-type.rs ... ok | |
test [run-pass] run-pass/generic-unique.rs ... ok | |
test [run-pass] run-pass/global-scope.rs ... ok | |
test [run-pass] run-pass/getopts_ref.rs ... ok | |
test [run-pass] run-pass/guards-not-exhaustive.rs ... ok | |
test [run-pass] run-pass/guards.rs ... ok | |
test [run-pass] run-pass/hello.rs ... ok | |
test [run-pass] run-pass/html-literals.rs ... ok | |
test [run-pass] run-pass/i32-sub.rs ... ok | |
test [run-pass] run-pass/hygiene-dodging-1.rs ... ok | |
test [run-pass] run-pass/i8-incr.rs ... ok | |
test [run-pass] run-pass/if-check.rs ... ok | |
test [run-pass] run-pass/if-bot.rs ... ok | |
test [run-pass] run-pass/if-ret.rs ... ok | |
test [run-pass] run-pass/impl-implicit-trait.rs ... ok | |
test [run-pass] run-pass/impl-privacy-xc-1.rs ... ok | |
test [run-pass] run-pass/impl-privacy-xc-2.rs ... ok | |
test [run-pass] run-pass/import-from.rs ... ok | |
test [run-pass] run-pass/import-glob-0.rs ... ok | |
test [run-pass] run-pass/glob-std.rs ... ok | |
test [run-pass] run-pass/import-glob-crate.rs ... ok | |
test [run-pass] run-pass/import-in-block.rs ... ok | |
test [run-pass] run-pass/import-trailing-comma.rs ... ok | |
test [run-pass] run-pass/hashmap-memory.rs ... ok | |
test [run-pass] run-pass/import2.rs ... ok | |
test [run-pass] run-pass/import3.rs ... ok | |
test [run-pass] run-pass/import4.rs ... ok | |
test [run-pass] run-pass/import5.rs ... ok | |
test [run-pass] run-pass/import6.rs ... ok | |
test [run-pass] run-pass/import.rs ... ok | |
test [run-pass] run-pass/import7.rs ... ok | |
test [run-pass] run-pass/import8.rs ... ok | |
test [run-pass] run-pass/infinite-loops.rs ... ignored | |
test [run-pass] run-pass/infer-fn-tail-expr.rs ... ok | |
test [run-pass] run-pass/inner-module.rs ... ok | |
test [run-pass] run-pass/inferred-suffix-in-pattern-range.rs ... ok | |
test [run-pass] run-pass/instantiable.rs ... ok | |
test [run-pass] run-pass/int-conversion-coherence.rs ... ignored | |
test [run-pass] run-pass/init-res-into-things.rs ... ok | |
test [run-pass] run-pass/int.rs ... ok | |
test [run-pass] run-pass/integer-literal-suffix-inference.rs ... ok | |
test [run-pass] run-pass/inner-static.rs ... ok | |
test [run-pass] run-pass/intrinsic-alignment.rs ... ok | |
test [run-pass] run-pass/integral-indexing.rs ... ok | |
test [run-pass] run-pass/intrinsic-atomics-cc.rs ... ok | |
test [run-pass] run-pass/intrinsic-uninit.rs ... ok | |
test [run-pass] run-pass/intrinsic-atomics.rs ... ok | |
test [run-pass] run-pass/intrinsic-move-val.rs ... ok | |
test [run-pass] run-pass/intrinsics-math.rs ... ok | |
test [run-pass] run-pass/invoke-external-foreign.rs ... ok | |
test [run-pass] run-pass/ifmt.rs ... ok | |
test [run-pass] run-pass/irrefutable-unit.rs ... ok | |
test [run-pass] run-pass/issue-1251.rs ... ok | |
test [run-pass] run-pass/intrinsics-integer.rs ... ok | |
test [run-pass] run-pass/issue-1257.rs ... ok | |
test [run-pass] run-pass/issue-1460.rs ... ok | |
test [run-pass] run-pass/issue-1516.rs ... ok | |
test [run-pass] run-pass/issue-1660.rs ... ok | |
test [run-pass] run-pass/issue-1112.rs ... ok | |
test [run-pass] run-pass/issue-1821.rs ... ok | |
test [run-pass] run-pass/issue-1458.rs ... ok | |
test [run-pass] run-pass/issue-1866.rs ... ok | |
test [run-pass] run-pass/issue-2185.rs ... ignored | |
test [run-pass] run-pass/issue-2190-1.rs ... ignored | |
test [run-pass] run-pass/issue-2190-2.rs ... ignored | |
test [run-pass] run-pass/issue-2190.rs ... ignored | |
test [run-pass] run-pass/issue-1974.rs ... ok | |
test [run-pass] run-pass/issue-1701.rs ... ok | |
test [run-pass] run-pass/issue-2284.rs ... ok | |
test [run-pass] run-pass/issue-2214.rs ... ok | |
test [run-pass] run-pass/issue-1696.rs ... ok | |
test [run-pass] run-pass/issue-2216.rs ... ok | |
test [run-pass] run-pass/issue-2288.rs ... ok | |
test [run-pass] run-pass/issue-2311-2.rs ... ok | |
test [run-pass] run-pass/issue-2311.rs ... ok | |
test [run-pass] run-pass/issue-2312.rs ... ok | |
test [run-pass] run-pass/issue-2380-b.rs ... ok | |
test [run-pass] run-pass/issue-2316-c.rs ... ok | |
test [run-pass] run-pass/issue-2414-c.rs ... ok | |
test [run-pass] run-pass/issue-2445-b.rs ... ok | |
test [run-pass] run-pass/issue-2445.rs ... ok | |
test [run-pass] run-pass/issue-2463.rs ... ok | |
test [run-pass] run-pass/issue-2487-a.rs ... ok | |
test [run-pass] run-pass/issue-2383.rs ... ok | |
test [run-pass] run-pass/issue-2472.rs ... ok | |
test [run-pass] run-pass/issue-2428.rs ... ok | |
test [run-pass] run-pass/issue-2502.rs ... ok | |
test [run-pass] run-pass/issue-2550.rs ... ok | |
test [run-pass] run-pass/issue-2611-3.rs ... ok | |
test [run-pass] run-pass/issue-2633.rs ... ok | |
test [run-pass] run-pass/issue-2633-2.rs ... ok | |
test [run-pass] run-pass/issue-2526-a.rs ... ok | |
test [run-pass] run-pass/issue-2642.rs ... ok | |
test [run-pass] run-pass/issue-2708.rs ... ok | |
test [run-pass] run-pass/issue-2734.rs ... ok | |
test [run-pass] run-pass/issue-2718.rs ... ok | |
test [run-pass] run-pass/issue-2723-b.rs ... ok | |
test [run-pass] run-pass/issue-2735-2.rs ... ok | |
test [run-pass] run-pass/issue-2735-3.rs ... ok | |
test [run-pass] run-pass/issue-2735.rs ... ok | |
test [run-pass] run-pass/issue-2748-a.rs ... ok | |
test [run-pass] run-pass/issue-2804-2.rs ... ok | |
test [run-pass] run-pass/issue-2631-b.rs ... ok | |
test [run-pass] run-pass/issue-2748-b.rs ... ok | |
test [run-pass] run-pass/issue-2804.rs ... ok | |
test [run-pass] run-pass/issue-2935.rs ... ok | |
test [run-pass] run-pass/issue-2904.rs ... ok | |
test [run-pass] run-pass/issue-2895.rs ... ok | |
test [run-pass] run-pass/issue-3012-2.rs ... ok | |
test [run-pass] run-pass/issue-2936.rs ... ok | |
test [run-pass] run-pass/issue-3037.rs ... ok | |
test [run-pass] run-pass/issue-3052.rs ... ok | |
test [run-pass] run-pass/issue-3026.rs ... ok | |
test [run-pass] run-pass/issue-2989.rs ... ok | |
test [run-pass] run-pass/issue-3121.rs ... ok | |
test [run-pass] run-pass/issue-3168.rs ... ignored | |
test [run-pass] run-pass/issue-3149.rs ... ok | |
test [run-pass] run-pass/issue-3186.rs ... ok | |
test [run-pass] run-pass/issue-3091.rs ... ok | |
test [run-pass] run-pass/issue-3220.rs ... ok | |
test [run-pass] run-pass/issue-3290.rs ... ignored | |
test [run-pass] run-pass/issue-3250.rs ... ok | |
test [run-pass] run-pass/issue-3109.rs ... ok | |
test [run-pass] run-pass/issue-333.rs ... ok | |
test [run-pass] run-pass/issue-3429.rs ... ok | |
test [run-pass] run-pass/issue-3211.rs ... ok | |
test [run-pass] run-pass/issue-3461.rs ... ignored | |
test [run-pass] run-pass/issue-3389.rs ... ok | |
test [run-pass] run-pass/issue-3447.rs ... ok | |
test [run-pass] run-pass/issue-3559.rs ... ignored | |
test [run-pass] run-pass/issue-3500.rs ... ok | |
test [run-pass] run-pass/issue-3424.rs ... ok | |
test [run-pass] run-pass/issue-3563-2.rs ... ok | |
test [run-pass] run-pass/issue-3574.rs ... ok | |
test [run-pass] run-pass/issue-3656.rs ... ok | |
test [run-pass] run-pass/issue-3563-3.rs ... ok | |
test [run-pass] run-pass/issue-3702.rs ... ok | |
test [run-pass] run-pass/issue-3556.rs ... ok | |
test [run-pass] run-pass/issue-3743.rs ... ok | |
test [run-pass] run-pass/issue-3753.rs ... ok | |
test [run-pass] run-pass/issue-3796.rs ... ignored | |
test [run-pass] run-pass/issue-3683.rs ... ok | |
test [run-pass] run-pass/issue-3847.rs ... ok | |
test [run-pass] run-pass/issue-3860.rs ... ok | |
test [run-pass] run-pass/issue-3874.rs ... ok | |
test [run-pass] run-pass/issue-3878.rs ... ok | |
test [run-pass] run-pass/issue-3609.rs ... ok | |
test [run-pass] run-pass/issue-3904.rs ... ignored | |
test [run-pass] run-pass/issue-3907-2.rs ... ignored | |
test [run-pass] run-pass/issue-3888-2.rs ... ok | |
test [run-pass] run-pass/issue-3895.rs ... ok | |
test [run-pass] run-pass/issue-3794.rs ... ok | |
test [run-pass] run-pass/issue-3979-2.rs ... ok | |
test [run-pass] run-pass/issue-3935.rs ... ok | |
test [run-pass] run-pass/issue-3991.rs ... ok | |
test [run-pass] run-pass/issue-4016.rs ... ok | |
test [run-pass] run-pass/issue-3979-generics.rs ... ok | |
test [run-pass] run-pass/issue-3979.rs ... ok | |
test [run-pass] run-pass/issue-3979-xcrate.rs ... ok | |
test [run-pass] run-pass/issue-4025.rs ... ok | |
test [run-pass] run-pass/issue-4120.rs ... ignored | |
test [run-pass] run-pass/issue-4107.rs ... ok | |
test [run-pass] run-pass/issue-4208.rs ... ok | |
test [run-pass] run-pass/issue-4241.rs ... ignored | |
test [run-pass] run-pass/issue-4252.rs ... ignored | |
test [run-pass] run-pass/issue-4228.rs ... ok | |
test [run-pass] run-pass/issue-4036.rs ... ok | |
test [run-pass] run-pass/issue-4387.rs ... ok | |
test [run-pass] run-pass/issue-4092.rs ... ok | |
test [run-pass] run-pass/issue-4333.rs ... ok | |
test [run-pass] run-pass/issue-4464.rs ... ok | |
test [run-pass] run-pass/issue-4401.rs ... ok | |
test [run-pass] run-pass/issue-4541.rs ... ok | |
test [run-pass] run-pass/issue-4542.rs ... ok | |
test [run-pass] run-pass/issue-4735.rs ... ok | |
test [run-pass] run-pass/issue-4545.rs ... ok | |
test [run-pass] run-pass/issue-4759-1.rs ... ok | |
test [run-pass] run-pass/issue-4759.rs ... ok | |
test [run-pass] run-pass/issue-4830.rs ... ok | |
test [run-pass] run-pass/issue-4875.rs ... ok | |
test [run-pass] run-pass/issue-5060.rs ... ok | |
test [run-pass] run-pass/issue-5008-borrowed-traitobject-method-call.rs ... ok | |
test [run-pass] run-pass/issue-5192.rs ... ok | |
test [run-pass] run-pass/issue-5239-2.rs ... ok | |
test [run-pass] run-pass/issue-5243.rs ... ok | |
test [run-pass] run-pass/issue-5275.rs ... ok | |
test [run-pass] run-pass/issue-4446.rs ... ok | |
test [run-pass] run-pass/issue-5280.rs ... ok | |
test [run-pass] run-pass/issue-5315.rs ... ok | |
test [run-pass] run-pass/issue-5321-immediates-with-bare-self.rs ... ok | |
test [run-pass] run-pass/issue-5353.rs ... ok | |
test [run-pass] run-pass/issue-5517.rs ... ok | |
test [run-pass] run-pass/issue-5550.rs ... ok | |
test [run-pass] run-pass/issue-5554.rs ... ok | |
test [run-pass] run-pass/issue-5572.rs ... ok | |
test [run-pass] run-pass/issue-4448.rs ... ok | |
test [run-pass] run-pass/issue-5666.rs ... ok | |
test [run-pass] run-pass/issue-5708.rs ... ok | |
test [run-pass] run-pass/issue-5530.rs ... ok | |
test [run-pass] run-pass/issue-5741.rs ... ok | |
test [run-pass] run-pass/issue-5754.rs ... ok | |
test [run-pass] run-pass/issue-5791.rs ... ok | |
test [run-pass] run-pass/issue-5884.rs ... ok | |
test [run-pass] run-pass/issue-6117.rs ... ok | |
test [run-pass] run-pass/issue-5688.rs ... ok | |
test [run-pass] run-pass/issue-6128.rs ... ok | |
test [run-pass] run-pass/issue-6130.rs ... ok | |
test [run-pass] run-pass/issue-5917.rs ... ok | |
test [run-pass] run-pass/issue-6141-leaking-owned-fn.rs ... ok | |
test [run-pass] run-pass/issue-6334.rs ... ignored | |
test [run-pass] run-pass/issue-6318.rs ... ok | |
test [run-pass] run-pass/issue-5926.rs ... ok | |
test [run-pass] run-pass/issue-6341.rs ... ok | |
test [run-pass] run-pass/issue-6470.rs ... ok | |
test [run-pass] run-pass/issue-6557.rs ... ok | |
test [run-pass] run-pass/issue-6153.rs ... ok | |
test [run-pass] run-pass/issue-6898.rs ... ok | |
test [run-pass] run-pass/issue-6344-let.rs ... ok | |
test [run-pass] run-pass/issue-6344-match.rs ... ok | |
test [run-pass] run-pass/issue-7012.rs ... ok | |
test [run-pass] run-pass/issue-7222.rs ... ok | |
test [run-pass] run-pass/issue-6919.rs ... ok | |
test [run-pass] run-pass/issue-7344.rs ... ok | |
test [run-pass] run-pass/issue-7519-match-unit-in-arg.rs ... ok | |
test [run-pass] run-pass/issue-7673-cast-generically-implemented-trait.rs ... ok | |
test [run-pass] run-pass/issue-7712.rs ... ok | |
test [run-pass] run-pass/issue-8171-default-method-self-inherit-builtin-trait.rs ... ok | |
test [run-pass] run-pass/issue-8248.rs ... ok | |
test [run-pass] run-pass/issue-8044.rs ... ok | |
test [run-pass] run-pass/issue-8249.rs ... ok | |
test [run-pass] run-pass/issue-8351-1.rs ... ok | |
test [run-pass] run-pass/issue-8351-2.rs ... ok | |
test [run-pass] run-pass/issue-8498.rs ... ignored | |
test [run-pass] run-pass/issue-8398.rs ... ok | |
test [run-pass] run-pass/issue-868.rs ... ok | |
test [run-pass] run-pass/issue-7563.rs ... ok | |
test [run-pass] run-pass/issue-8401.rs ... ok | |
test [run-pass] run-pass/issue-912.rs ... ignored | |
test [run-pass] run-pass/issue-9047.rs ... ok | |
test [run-pass] run-pass/issue-9110.rs ... ok | |
test [run-pass] run-pass/issue-9123.rs ... ok | |
test [run-pass] run-pass/issue-9446.rs ... ok | |
test [run-pass] run-pass/issue-8898.rs ... ok | |
test [run-pass] run-pass/issue-9188.rs ... ok | |
test [run-pass] run-pass/issue-9394-inherited-trait-calls.rs ... ok | |
test [run-pass] run-pass/issue-980.rs ... ok | |
test [run-pass] run-pass/issue-9968.rs ... ok | |
test [run-pass] run-pass/issue-9906.rs ... ok | |
test [run-pass] run-pass/issue-979.rs ... ok | |
test [run-pass] run-pass/issue2170exe.rs ... ok | |
test [run-pass] run-pass/issue_3136_b.rs ... ok | |
test [run-pass] run-pass/issue_9155.rs ... ok | |
test [run-pass] run-pass/item-name-overload.rs ... ok | |
test [run-pass] run-pass/item-attributes.rs ... ok | |
test [run-pass] run-pass/iter-range.rs ... ok | |
test [run-pass] run-pass/ivec-pass-by-value.rs ... ok | |
test [run-pass] run-pass/issue2378c.rs ... ok | |
test [run-pass] run-pass/keyword-changes-2012-07-31.rs ... ok | |
test [run-pass] run-pass/istr.rs ... ok | |
test [run-pass] run-pass/labeled-break.rs ... ok | |
test [run-pass] run-pass/ivec-add.rs ... ok | |
test [run-pass] run-pass/large-records.rs ... ok | |
test [run-pass] run-pass/lambda-infer-unresolved.rs ... ok | |
test [run-pass] run-pass/last-use-in-block.rs ... ok | |
test [run-pass] run-pass/kindck-owned-trait-contains-1.rs ... ok | |
test [run-pass] run-pass/last-use-in-cap-clause.rs ... ok | |
test [run-pass] run-pass/last-use-is-capture.rs ... ok | |
test [run-pass] run-pass/lazy-init.rs ... ok | |
test [run-pass] run-pass/leak-box-as-tydesc.rs ... ok | |
test [run-pass] run-pass/leak-tag-copy.rs ... ok | |
test [run-pass] run-pass/lazy-and-or.rs ... ok | |
test [run-pass] run-pass/leak-unique-as-tydesc.rs ... ok | |
test [run-pass] run-pass/let-assignability.rs ... ok | |
test [run-pass] run-pass/ivec-tag.rs ... ok | |
test [run-pass] run-pass/let-destruct-fresh-mem.rs ... ok | |
test [run-pass] run-pass/let-destruct.rs ... ok | |
test [run-pass] run-pass/let-destruct-ref.rs ... ok | |
test [run-pass] run-pass/let-var-hygiene.rs ... ok | |
test [run-pass] run-pass/link-section.rs ... ok | |
test [run-pass] run-pass/lint-non-camel-case-types-non-uppercase-statics-unicode.rs ... ok | |
test [run-pass] run-pass/lint-cstack.rs ... ok | |
test [run-pass] run-pass/lint-non-camel-case-with-trailing-underscores.rs ... ok | |
test [run-pass] run-pass/lint-non-uppercase-statics-lowercase-mut-statics.rs ... ok | |
test [run-pass] run-pass/list.rs ... ok | |
test [run-pass] run-pass/liveness-assign-imm-local-after-loop.rs ... ok | |
test [run-pass] run-pass/liveness-assign-imm-local-after-ret.rs ... ok | |
test [run-pass] run-pass/liveness-loop-break.rs ... ok | |
test [run-pass] run-pass/liveness-move-in-loop.rs ... ok | |
test [run-pass] run-pass/log-err-phi.rs ... ok | |
test [run-pass] run-pass/linear-for-loop.rs ... ok | |
test [run-pass] run-pass/log-linearized.rs ... ok | |
test [run-pass] run-pass/log-knows-the-names-of-variants.rs ... ok | |
test [run-pass] run-pass/log-knows-the-names-of-variants-in-std.rs ... ok | |
test [run-pass] run-pass/log-poly.rs ... ok | |
test [run-pass] run-pass/logging_before_rt_started.rs ... ok | |
test [run-pass] run-pass/long-while.rs ... ok | |
test [run-pass] run-pass/loop-break-cont-1.rs ... ok | |
test [run-pass] run-pass/loop-diverges.rs ... ok | |
test [run-pass] run-pass/log-str.rs ... ok | |
test [run-pass] run-pass/lots-a-fail.rs ... ignored | |
test [run-pass] run-pass/loop-break-cont.rs ... ok | |
test [run-pass] run-pass/logging-right-crate.rs ... ok | |
test [run-pass] run-pass/macro-attributes.rs ... ok | |
test [run-pass] run-pass/macro-2.rs ... ok | |
test [run-pass] run-pass/macro-interpolation.rs ... ok | |
test [run-pass] run-pass/loop-scope.rs ... ok | |
test [run-pass] run-pass/macro-path.rs ... ok | |
test [run-pass] run-pass/macro-with-attrs1.rs ... ok | |
test [run-pass] run-pass/macro-stmt.rs ... ok | |
test [run-pass] run-pass/match-bot-2.rs ... ok | |
test [run-pass] run-pass/macro-local-data-key.rs ... ok | |
test [run-pass] run-pass/match-bot.rs ... ok | |
test [run-pass] run-pass/macro-with-attrs2.rs ... ok | |
test [run-pass] run-pass/match-enum-struct-0.rs ... ok | |
test [run-pass] run-pass/match-drop-strs-issue-4541.rs ... ok | |
test [run-pass] run-pass/match-enum-struct-1.rs ... ok | |
test [run-pass] run-pass/match-implicit-copy-unique.rs ... ok | |
test [run-pass] run-pass/match-join.rs ... ok | |
test [run-pass] run-pass/match-borrowed_str.rs ... ok | |
test [run-pass] run-pass/match-naked-record-expr.rs ... ok | |
test [run-pass] run-pass/match-naked-record.rs ... ok | |
test [run-pass] run-pass/match-path.rs ... ok | |
test [run-pass] run-pass/match-in-macro.rs ... ok | |
test [run-pass] run-pass/match-pattern-no-type-params.rs ... ok | |
test [run-pass] run-pass/match-pattern-lit.rs ... ok | |
test [run-pass] run-pass/match-pattern-simple.rs ... ok | |
test [run-pass] run-pass/match-phi.rs ... ok | |
test [run-pass] run-pass/match-range-static.rs ... ok | |
test [run-pass] run-pass/match-range.rs ... ok | |
test [run-pass] run-pass/match-pattern-drop.rs ... ok | |
test [run-pass] run-pass/match-ref-binding-mut-option.rs ... ok | |
test [run-pass] run-pass/match-pipe-binding.rs ... ok | |
test [run-pass] run-pass/match-static-const-rename.rs ... ok | |
test [run-pass] run-pass/match-ref-binding-mut.rs ... ok | |
test [run-pass] run-pass/match-ref-binding.rs ... ok | |
test [run-pass] run-pass/match-struct-0.rs ... ok | |
test [run-pass] run-pass/match-str.rs ... ok | |
test [run-pass] run-pass/match-ref-binding-in-guard-3256.rs ... ok | |
test [run-pass] run-pass/match-value-binding-in-guard-3291.rs ... ok | |
test [run-pass] run-pass/match-unique-bind.rs ... ok | |
test [run-pass] run-pass/match-tag.rs ... ok | |
test [run-pass] run-pass/max-min-classes.rs ... ok | |
test [run-pass] run-pass/method-attributes.rs ... ok | |
test [run-pass] run-pass/mlist-cycle.rs ... ignored | |
test [run-pass] run-pass/mid-path-type-params.rs ... ok | |
test [run-pass] run-pass/mlist.rs ... ok | |
test [run-pass] run-pass/mod-view-items.rs ... ok | |
test [run-pass] run-pass/match-vec-rvalue.rs ... ok | |
test [run-pass] run-pass/match-with-ret-arm.rs ... ok | |
test [run-pass] run-pass/mod-inside-fn.rs ... ok | |
test [run-pass] run-pass/mod_dir_implicit.rs ... ok | |
test [run-pass] run-pass/mod_dir_path.rs ... ok | |
test [run-pass] run-pass/mod_dir_path2.rs ... ok | |
test [run-pass] run-pass/mod_dir_path3.rs ... ok | |
test [run-pass] run-pass/mod_dir_path_multi.rs ... ok | |
test [run-pass] run-pass/mod_file_aux.rs ... ignored | |
test [run-pass] run-pass/mod_dir_recursive.rs ... ok | |
test [run-pass] run-pass/mod_dir_simple.rs ... ok | |
test [run-pass] run-pass/module-qualified-struct-destructure.rs ... ok | |
test [run-pass] run-pass/mod_file.rs ... ok | |
test [run-pass] run-pass/mod_file_with_path_attr.rs ... ok | |
test [run-pass] run-pass/monomorphized-callees-with-ty-params-3314.rs ... ok | |
test [run-pass] run-pass/morestack1.rs ... ignored | |
test [run-pass] run-pass/morestack2.rs ... ignored | |
test [run-pass] run-pass/morestack3.rs ... ignored | |
test [run-pass] run-pass/morestack4.rs ... ignored | |
test [run-pass] run-pass/morestack5.rs ... ignored | |
test [run-pass] run-pass/morestack6.rs ... ignored | |
test [run-pass] run-pass/morestack-address.rs ... ok | |
test [run-pass] run-pass/monomorphize-abi-alignment.rs ... ok | |
test [run-pass] run-pass/move-2-unique.rs ... ok | |
test [run-pass] run-pass/monad.rs ... ok | |
test [run-pass] run-pass/move-1-unique.rs ... ok | |
test [run-pass] run-pass/move-2.rs ... ok | |
test [run-pass] run-pass/move-1.rs ... ok | |
test [run-pass] run-pass/move-4-unique.rs ... ok | |
test [run-pass] run-pass/move-arg-2-unique.rs ... ok | |
test [run-pass] run-pass/move-3-unique.rs ... ok | |
test [run-pass] run-pass/move-3.rs ... ok | |
test [run-pass] run-pass/move-arg.rs ... ok | |
test [run-pass] run-pass/move-arg-2.rs ... ok | |
test [run-pass] run-pass/move-nullary-fn.rs ... ok | |
test [run-pass] run-pass/move-4.rs ... ok | |
test [run-pass] run-pass/move-self.rs ... ok | |
test [run-pass] run-pass/moves-based-on-type-capture-clause.rs ... ok | |
test [run-pass] run-pass/moves-based-on-type-cross-crate.rs ... ok | |
test [run-pass] run-pass/multi-let.rs ... ok | |
test [run-pass] run-pass/move-scalar.rs ... ok | |
test [run-pass] run-pass/multibyte.rs ... ok | |
test [run-pass] run-pass/move-out-of-field.rs ... ok | |
test [run-pass] run-pass/multiline-comment.rs ... ok | |
test [run-pass] run-pass/multiple-trait-bounds.rs ... ok | |
test [run-pass] run-pass/mut-vstore-expr.rs ... ok | |
test [run-pass] run-pass/mut-function-arguments.rs ... ok | |
test [run-pass] run-pass/mutability-inherits-through-fixed-length-vec.rs ... ok | |
test [run-pass] run-pass/mutable-vec-drop.rs ... ok | |
test [run-pass] run-pass/mut-in-ident-patterns.rs ... ok | |
test [run-pass] run-pass/mutual-recursion-group.rs ... ok | |
test [run-pass] run-pass/negative.rs ... ok | |
test [run-pass] run-pass/mutable-alias-vec.rs ... ok | |
test [run-pass] run-pass/nested-block-comment.rs ... ok | |
test [run-pass] run-pass/nested-enum-same-names.rs ... ok | |
test [run-pass] run-pass/nested-exhaustive-match.rs ... ok | |
test [run-pass] run-pass/nested-pattern.rs ... ok | |
test [run-pass] run-pass/nested-class.rs ... ok | |
test [run-pass] run-pass/nested-function-names-issue-8587.rs ... ok | |
test [run-pass] run-pass/nested-matchs.rs ... ok | |
test [run-pass] run-pass/new-impl-syntax.rs ... ok | |
test [run-pass] run-pass/new-import-syntax.rs ... ok | |
test [run-pass] run-pass/new-style-constants.rs ... ok | |
test [run-pass] run-pass/nested-patterns.rs ... ok | |
test [run-pass] run-pass/new-style-fixed-length-vec.rs ... ok | |
test [run-pass] run-pass/new-vstore-mut-box-syntax.rs ... ok | |
test [run-pass] run-pass/newlambdas-ret-infer.rs ... ok | |
test [run-pass] run-pass/newlambdas-ret-infer2.rs ... ok | |
test [run-pass] run-pass/nested_item_main.rs ... ok | |
test [run-pass] run-pass/newtype-struct-with-dtor.rs ... ok | |
test [run-pass] run-pass/newtype-struct-xc-2.rs ... ok | |
test [run-pass] run-pass/newlambdas.rs ... ok | |
test [run-pass] run-pass/newtype-struct-drop-run.rs ... ok | |
test [run-pass] run-pass/newtype-struct-xc.rs ... ok | |
test [run-pass] run-pass/newtype-polymorphic.rs ... ok | |
test [run-pass] run-pass/nil-decl-in-foreign.rs ... ok | |
test [run-pass] run-pass/no-std-xcrate.rs ... ignored | |
test [run-pass] run-pass/no-std-xcrate2.rs ... ignored | |
test [run-pass] run-pass/nil-pattern.rs ... ok | |
test [run-pass] run-pass/newtype-temporary.rs ... ok | |
test [run-pass] run-pass/newtype.rs ... ok | |
test [run-pass] run-pass/nullable-pointer-iotareduction.rs ... ignored | |
test [run-pass] run-pass/non-legacy-modes.rs ... ok | |
test [run-pass] run-pass/non-boolean-pure-fns.rs ... ok | |
test [run-pass] run-pass/nullable-pointer-size.rs ... ok | |
test [run-pass] run-pass/nul-characters.rs ... ok | |
test [run-pass] run-pass/nullary-or-pattern.rs ... ok | |
test [run-pass] run-pass/numeric-method-autoexport.rs ... ok | |
test [run-pass] run-pass/objects-coerce-freeze-borrored.rs ... ok | |
test [run-pass] run-pass/objects-coerce-from-managed-to-borrowed.rs ... ok | |
test [run-pass] run-pass/objects-owned-object-borrowed-method-header.rs ... ok | |
test [run-pass] run-pass/objects-owned-object-borrowed-method-headerless.rs ... ok | |
test [run-pass] run-pass/objects-owned-object-owned-method.rs ... ok | |
test [run-pass] run-pass/one-tuple.rs ... ok | |
test [run-pass] run-pass/operator-associativity.rs ... ok | |
test [run-pass] run-pass/opeq.rs ... ok | |
test [run-pass] run-pass/option-ext.rs ... ok | |
test [run-pass] run-pass/once-move-out-on-heap.rs ... ok | |
test [run-pass] run-pass/operator-overloading.rs ... ok | |
test [run-pass] run-pass/once-move-out-on-stack.rs ... ok | |
test [run-pass] run-pass/output-slot-variants.rs ... ok | |
test [run-pass] run-pass/option-unwrap.rs ... ok | |
test [run-pass] run-pass/owned-implies-static.rs ... ok | |
test [run-pass] run-pass/or-pattern.rs ... ok | |
test [run-pass] run-pass/over-constrained-vregs.rs ... ok | |
test [run-pass] run-pass/overload-index-operator.rs ... ok | |
test [run-pass] run-pass/packed-struct-borrow-element.rs ... ok | |
test [run-pass] run-pass/packed-struct-generic-size.rs ... ok | |
test [run-pass] run-pass/packed-struct-generic-layout.rs ... ok | |
test [run-pass] run-pass/packed-struct-match.rs ... ok | |
test [run-pass] run-pass/packed-struct-layout.rs ... ok | |
test [run-pass] run-pass/packed-struct-size.rs ... ok | |
test [run-pass] run-pass/packed-struct-size-xc.rs ... ok | |
test [run-pass] run-pass/paren-free.rs ... ok | |
test [run-pass] run-pass/parse-fail.rs ... ok | |
test [run-pass] run-pass/packed-struct-vec.rs ... ok | |
test [run-pass] run-pass/packed-tuple-struct-size.rs ... ok | |
test [run-pass] run-pass/packed-tuple-struct-layout.rs ... ok | |
test [run-pass] run-pass/path.rs ... ok | |
test [run-pass] run-pass/pattern-in-closure.rs ... ok | |
test [run-pass] run-pass/pred-not-bool.rs ... ok | |
test [run-pass] run-pass/preempt.rs ... ignored | |
test [run-pass] run-pass/pattern-bound-var-in-for-each.rs ... ok | |
test [run-pass] run-pass/pass-by-copy.rs ... ok | |
test [run-pass] run-pass/privacy1.rs ... ok | |
test [run-pass] run-pass/pub-extern-privacy.rs ... ok | |
test [run-pass] run-pass/private-method.rs ... ok | |
test [run-pass] run-pass/placement-new-arena.rs ... ok | |
test [run-pass] run-pass/pure-sum.rs ... ok | |
test [run-pass] run-pass/pub_use_mods_xcrate_exe.rs ... ok | |
test [run-pass] run-pass/private-class-field.rs ... ok | |
test [run-pass] run-pass/purity-infer.rs ... ok | |
test [run-pass] run-pass/pub-use-xcrate.rs ... ok | |
test [run-pass] run-pass/readalias.rs ... ok | |
test [run-pass] run-pass/rcvr-borrowed-to-region.rs ... ok | |
test [run-pass] run-pass/rcvr-borrowed-to-slice.rs ... ok | |
test [run-pass] run-pass/raw-str.rs ... ok | |
test [run-pass] run-pass/rec-auto.rs ... ok | |
test [run-pass] run-pass/rec-align-u32.rs ... ok | |
test [run-pass] run-pass/rec-extend.rs ... ok | |
test [run-pass] run-pass/rec-align-u64.rs ... ok | |
test [run-pass] run-pass/recursion.rs ... ignored | |
test [run-pass] run-pass/rec-tup.rs ... ok | |
test [run-pass] run-pass/reexport-should-still-link.rs ... ok | |
test [run-pass] run-pass/rec.rs ... ok | |
test [run-pass] run-pass/reexport-star.rs ... ok | |
test [run-pass] run-pass/record-pat.rs ... ok | |
test [run-pass] run-pass/reexported-static-methods-cross-crate.rs ... ok | |
test [run-pass] run-pass/region-dependent-addr-of.rs ... ok | |
test [run-pass] run-pass/region-dependent-autoslice.rs ... ok | |
test [run-pass] run-pass/region-dependent-autofn.rs ... ok | |
test [run-pass] run-pass/reflect-visit-type.rs ... ok | |
test [run-pass] run-pass/regions-addr-of-interior-of-unique-box.rs ... ok | |
test [run-pass] run-pass/regions-addr-of-ret.rs ... ok | |
test [run-pass] run-pass/reflect-visit-data.rs ... ok | |
test [run-pass] run-pass/regions-appearance-constraint.rs ... ok | |
test [run-pass] run-pass/region-return-interior-of-option.rs ... ok | |
test [run-pass] run-pass/regions-borrow-at.rs ... ok | |
test [run-pass] run-pass/regions-borrow-estr-uniq.rs ... ok | |
test [run-pass] run-pass/regions-borrow-evec-at.rs ... ok | |
test [run-pass] run-pass/regions-borrow-evec-fixed.rs ... ok | |
test [run-pass] run-pass/regions-bot.rs ... ok | |
test [run-pass] run-pass/regions-creating-enums2.rs ... ok | |
test [run-pass] run-pass/regions-borrow-evec-uniq.rs ... ok | |
test [run-pass] run-pass/regions-creating-enums5.rs ... ok | |
test [run-pass] run-pass/regions-borrow-uniq.rs ... ok | |
test [run-pass] run-pass/regions-expl-self.rs ... ok | |
test [run-pass] run-pass/regions-fn-subtyping-2.rs ... ok | |
test [run-pass] run-pass/regions-copy-closure.rs ... ok | |
test [run-pass] run-pass/regions-fn-subtyping.rs ... ok | |
test [run-pass] run-pass/regions-infer-borrow-scope-addr-of.rs ... ok | |
test [run-pass] run-pass/regions-infer-borrow-scope-view.rs ... ok | |
test [run-pass] run-pass/regions-escape-into-other-fn.rs ... ok | |
test [run-pass] run-pass/regions-infer-borrow-scope-within-loop-ok.rs ... ok | |
test [run-pass] run-pass/regions-infer-call-2.rs ... ok | |
test [run-pass] run-pass/regions-infer-borrow-scope.rs ... ok | |
test [run-pass] run-pass/regions-infer-call.rs ... ok | |
test [run-pass] run-pass/regions-mock-trans.rs ... ok | |
test [run-pass] run-pass/regions-nullary-variant.rs ... ok | |
test [run-pass] run-pass/regions-infer-contravariance-due-to-ret.rs ... ok | |
test [run-pass] run-pass/regions-params.rs ... ok | |
test [run-pass] run-pass/regions-static-closure.rs ... ok | |
test [run-pass] run-pass/regions-self-impls.rs ... ok | |
test [run-pass] run-pass/regions-self-in-enums.rs ... ok | |
test [run-pass] run-pass/regions-simple.rs ... ok | |
test [run-pass] run-pass/resolve-issue-2428.rs ... ok | |
test [run-pass] run-pass/repeat-expr-in-static.rs ... ok | |
test [run-pass] run-pass/repeated-vector-syntax.rs ... ok | |
test [run-pass] run-pass/resource-cycle.rs ... ok | |
test [run-pass] run-pass/resource-cycle2.rs ... ok | |
test [run-pass] run-pass/resource-assign-is-not-copy.rs ... ok | |
test [run-pass] run-pass/resource-cycle3.rs ... ok | |
test [run-pass] run-pass/resource-in-struct.rs ... ok | |
test [run-pass] run-pass/rename-directory.rs ... ok | |
test [run-pass] run-pass/ret-none.rs ... ok | |
test [run-pass] run-pass/resource-destruct.rs ... ok | |
test [run-pass] run-pass/return-nil.rs ... ok | |
test [run-pass] run-pass/rt-run-twice.rs ... ok | |
test [run-pass] run-pass/select-macro.rs ... ignored | |
test [run-pass] run-pass/ret-bang.rs ... ok | |
test [run-pass] run-pass/rt-start-main-thread.rs ... ok | |
test [run-pass] run-pass/self-type-param.rs ... ok | |
test [run-pass] run-pass/send-iloop.rs ... ignored | |
test [run-pass] run-pass/self-shadowing-import.rs ... ok | |
test [run-pass] run-pass/send-type-inference.rs ... ok | |
test [run-pass] run-pass/self-in-mut-slot-default-method.rs ... ok | |
test [run-pass] run-pass/rtio-processes.rs ... ok | |
test [run-pass] run-pass/send-resource.rs ... ok | |
test [run-pass] run-pass/send_str_hashmap.rs ... ok | |
test [run-pass] run-pass/send_str_treemap.rs ... ok | |
test [run-pass] run-pass/sendfn-generic-fn.rs ... ok | |
test [run-pass] run-pass/sendable-class.rs ... ok | |
test [run-pass] run-pass/sendfn-is-a-block.rs ... ok | |
test [run-pass] run-pass/sendfn-spawn-with-fn-arg.rs ... ok | |
test [run-pass] run-pass/shebang.rs ... ok | |
test [run-pass] run-pass/shadow.rs ... ok | |
test [run-pass] run-pass/seq-compare.rs ... ok | |
test [run-pass] run-pass/shape_intrinsic_tag_then_rec.rs ... ok | |
test [run-pass] run-pass/signed-shift-const-eval.rs ... ok | |
test [run-pass] run-pass/shift.rs ... ok | |
test [run-pass] run-pass/simd-type.rs ... ok | |
test [run-pass] run-pass/simple-generic-match.rs ... ok | |
test [run-pass] run-pass/simple-generic-tag.rs ... ok | |
test [run-pass] run-pass/simd-binop.rs ... ok | |
test [run-pass] run-pass/simple-infer.rs ... ok | |
test [run-pass] run-pass/simple-match-generic-tag.rs ... ok | |
test [run-pass] run-pass/sized-borrowed-pointer.rs ... ok | |
test [run-pass] run-pass/sized-owned-pointer.rs ... ok | |
test [run-pass] run-pass/smallest-hello-world.rs ... ignored | |
test [run-pass] run-pass/size-and-align.rs ... ok | |
test [run-pass] run-pass/small-enum-range-edge.rs ... ok | |
test [run-pass] run-pass/spawn-fn.rs ... ok | |
test [run-pass] run-pass/spawn.rs ... ok | |
test [run-pass] run-pass/small-enums-with-fields.rs ... ok | |
test [run-pass] run-pass/stable-addr-of.rs ... ok | |
test [run-pass] run-pass/spawn2.rs ... ok | |
test [run-pass] run-pass/static-assert.rs ... ok | |
test [run-pass] run-pass/static-fn-inline-xc.rs ... ok | |
test [run-pass] run-pass/static-fn-trait-xc.rs ... ok | |
test [run-pass] run-pass/spawn-types.rs ... ok | |
test [run-pass] run-pass/static-function-pointer.rs ... ok | |
test [run-pass] run-pass/static-function-pointer-xc.rs ... ok | |
test [run-pass] run-pass/stat.rs ... ok | |
test [run-pass] run-pass/static-method-in-trait-with-tps-intracrate.rs ... ok | |
test [run-pass] run-pass/static-methods-in-traits2.rs ... ok | |
test [run-pass] run-pass/static-impl.rs ... ok | |
test [run-pass] run-pass/static-mut-foreign.rs ... ok | |
test [run-pass] run-pass/static-methods-in-traits.rs ... ok | |
test [run-pass] run-pass/static-mut-xc.rs ... ok | |
test [run-pass] run-pass/static-method-xcrate.rs ... ok | |
test [run-pass] run-pass/static-vec-autoref.rs ... ok | |
test [run-pass] run-pass/str-concat.rs ... ok | |
test [run-pass] run-pass/str-append.rs ... ok | |
test [run-pass] run-pass/str-idx.rs ... ok | |
test [run-pass] run-pass/str-growth.rs ... ok | |
test [run-pass] run-pass/str-multiline.rs ... ok | |
test [run-pass] run-pass/string-self-append.rs ... ok | |
test [run-pass] run-pass/struct-deref.rs ... ok | |
test [run-pass] run-pass/struct-like-variant-construct.rs ... ok | |
test [run-pass] run-pass/struct-destructuring-cross-crate.rs ... ok | |
test [run-pass] run-pass/struct-literal-dtor.rs ... ok | |
test [run-pass] run-pass/struct-field-assignability.rs ... ok | |
test [run-pass] run-pass/struct-order-of-eval-1.rs ... ok | |
test [run-pass] run-pass/struct-order-of-eval-2.rs ... ok | |
test [run-pass] run-pass/struct-pattern-matching.rs ... ok | |
test [run-pass] run-pass/struct-new-as-field-name.rs ... ok | |
test [run-pass] run-pass/struct-like-variant-match.rs ... ok | |
test [run-pass] run-pass/struct_variant_xc.rs ... ok | |
test [run-pass] run-pass/super.rs ... ok | |
test [run-pass] run-pass/struct-update-moves-and-copies.rs ... ok | |
test [run-pass] run-pass/structured-compare.rs ... ok | |
test [run-pass] run-pass/struct-return.rs ... ok | |
test [run-pass] run-pass/swap-1.rs ... ok | |
test [run-pass] run-pass/supertrait-default-generics.rs ... ok | |
test [run-pass] run-pass/swap-overlapping.rs ... ok | |
test [run-pass] run-pass/syntax-extension-cfg.rs ... ok | |
test [run-pass] run-pass/syntax-extension-minor.rs ... ignored | |
test [run-pass] run-pass/syntax-extension-shell.rs ... ignored | |
test [run-pass] run-pass/swap-2.rs ... ok | |
test [run-pass] run-pass/tag-align-dyn-u64.rs ... ignored | |
test [run-pass] run-pass/tag-align-dyn-variants.rs ... ignored | |
test [run-pass] run-pass/syntax-extension-bytes.rs ... ok | |
test [run-pass] run-pass/tag-align-u64.rs ... ignored | |
test [run-pass] run-pass/supported-cast.rs ... ok | |
test [run-pass] run-pass/syntax-extension-source-utils.rs ... ok | |
test [run-pass] run-pass/tag-align-shape.rs ... ok | |
test [run-pass] run-pass/tag-exports.rs ... ok | |
test [run-pass] run-pass/tag-in-block.rs ... ok | |
test [run-pass] run-pass/tag-variant-disr-type-mismatch.rs ... ok | |
test [run-pass] run-pass/tail-call-arg-leak.rs ... ok | |
test [run-pass] run-pass/tag.rs ... ok | |
test [run-pass] run-pass/tag-disr-val-shape.rs ... ok | |
test [run-pass] run-pass/tail-direct.rs ... ok | |
test [run-pass] run-pass/tag-variant-disr-val.rs ... ok | |
test [run-pass] run-pass/tail-cps.rs ... ok | |
test [run-pass] run-pass/task-comm-1.rs ... ok | |
test [run-pass] run-pass/task-comm-0.rs ... ok | |
test [run-pass] run-pass/task-comm-11.rs ... ok | |
test [run-pass] run-pass/task-comm-10.rs ... ok | |
test [run-pass] run-pass/task-comm-12.rs ... ok | |
test [run-pass] run-pass/task-comm-14.rs ... ok | |
test [run-pass] run-pass/task-comm-17.rs ... ok | |
test [run-pass] run-pass/task-comm-13.rs ... ok | |
test [run-pass] run-pass/task-comm-15.rs ... ok | |
test [run-pass] run-pass/task-comm-4.rs ... ok | |
test [run-pass] run-pass/task-comm-5.rs ... ok | |
test [run-pass] run-pass/task-comm-3.rs ... ok | |
test [run-pass] run-pass/task-comm-16.rs ... ok | |
test [run-pass] run-pass/task-comm-6.rs ... ok | |
test [run-pass] run-pass/task-killjoin-rsrc.rs ... ignored | |
test [run-pass] run-pass/task-killjoin.rs ... ignored | |
test [run-pass] run-pass/task-life-0.rs ... ok | |
test [run-pass] run-pass/task-comm-7.rs ... ok | |
test [run-pass] run-pass/task-comm-9.rs ... ok | |
test [run-pass] run-pass/task-comm-chan-nil.rs ... ok | |
test [run-pass] run-pass/test-ignore-cfg.rs ... ok | |
test [run-pass] run-pass/test-runner-hides-main.rs ... ok | |
test [run-pass] run-pass/threads.rs ... ok | |
test [run-pass] run-pass/trait-bounds-basic.rs ... ok | |
test [run-pass] run-pass/task-spawn-move-and-copy.rs ... ok | |
test [run-pass] run-pass/trait-bounds-recursion.rs ... ok | |
test [run-pass] run-pass/terminate-in-initializer.rs ... ok | |
test [run-pass] run-pass/trait-bounds.rs ... ok | |
test [run-pass] run-pass/trait-cast.rs ... ok | |
test [run-pass] run-pass/trait-composition-trivial.rs ... ok | |
test [run-pass] run-pass/trait-default-method-bound-subst.rs ... ok | |
test [run-pass] run-pass/trait-default-method-bound-subst2.rs ... ok | |
test [run-pass] run-pass/trait-bounds-in-arc.rs ... ok | |
test [run-pass] run-pass/trait-default-method-bound-subst4.rs ... ok | |
test [run-pass] run-pass/trait-default-method-bound-subst3.rs ... ok | |
test [run-pass] run-pass/trait-default-method-bound.rs ... ok | |
test [run-pass] run-pass/tempfile.rs ... ok | |
test [run-pass] run-pass/trait-default-method-xc.rs ... ok | |
test [run-pass] run-pass/trait-default-method-xc-2.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-auto-xc-2.rs ... ok | |
test [run-pass] run-pass/trait-generic.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-auto.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-auto-xc.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-cast.rs ... ignored | |
test [run-pass] run-pass/trait-inheritance-call-bound-inherited.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-call-bound-inherited2.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-cast-without-call-to-supertrait.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-cross-trait-call-xc.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-cross-trait-call.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-diamond.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-multiple-inheritors.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-num.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-num0.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-num1.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-multiple-params.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-num3.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-num2.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-num5.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-self-in-supertype.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-overloading-simple.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-self.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-overloading.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-overloading-xc-exe.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-subst.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-simple.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-static.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-static2.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-subst2.rs ... ok | |
test [run-pass] run-pass/trait-inheritance-visibility.rs ... ok | |
test [run-pass] run-pass/trait-inheritance2.rs ... ok | |
test [run-pass] run-pass/trait-object-generics.rs ... ok | |
test [run-pass] run-pass/trait-typedef-cc.rs ... ignored | |
test [run-pass] run-pass/trait-static-method-overwriting.rs ... ok | |
test [run-pass] run-pass/trait-to-str.rs ... ok | |
test [run-pass] run-pass/trait-region-pointer-simple.rs ... ok | |
test [run-pass] run-pass/traits-default-method-mut.rs ... ok | |
test [run-pass] run-pass/traits-default-method-self.rs ... ok | |
test [run-pass] run-pass/traits-default-method-macro.rs ... ok | |
test [run-pass] run-pass/trait-with-bounds-default.rs ... ok | |
test [run-pass] run-pass/traits-default-method-trivial.rs ... ok | |
test [run-pass] run-pass/transmute-non-immediate-to-immediate.rs ... ok | |
test [run-pass] run-pass/tuple-struct-constructor-pointer.rs ... ok | |
test [run-pass] run-pass/tup.rs ... ok | |
test [run-pass] run-pass/tuple-struct-construct.rs ... ok | |
test [run-pass] run-pass/tuple-struct-trivial.rs ... ok | |
test [run-pass] run-pass/tuple-struct-matching.rs ... ok | |
test [run-pass] run-pass/tuple-struct-destructuring.rs ... ok | |
test [run-pass] run-pass/type-in-nested-module.rs ... ok | |
test [run-pass] run-pass/type-namespace.rs ... ok | |
test [run-pass] run-pass/tydesc-name.rs ... ok | |
test [run-pass] run-pass/type-param-constraints.rs ... ok | |
test [run-pass] run-pass/type-param.rs ... ok | |
test [run-pass] run-pass/type-params-in-for-each.rs ... ok | |
test [run-pass] run-pass/type-ptr.rs ... ok | |
test [run-pass] run-pass/type-use-i1-versus-i8.rs ... ok | |
test [run-pass] run-pass/typeck-macro-interaction-issue-8852.rs ... ok | |
test [run-pass] run-pass/trivial-message.rs ... ok | |
test [run-pass] run-pass/typeclasses-eq-example-static.rs ... ok | |
test [run-pass] run-pass/typestate-cfg-nesting.rs ... ok | |
test [run-pass] run-pass/typeclasses-eq-example.rs ... ok | |
test [run-pass] run-pass/type-sizes.rs ... ok | |
test [run-pass] run-pass/typestate-multi-decl.rs ... ok | |
test [run-pass] run-pass/uint.rs ... ok | |
test [run-pass] run-pass/unary-minus-suffix-inference.rs ... ok | |
test [run-pass] run-pass/u32-decr.rs ... ok | |
test [run-pass] run-pass/u8-incr-decr.rs ... ok | |
test [run-pass] run-pass/u8-incr.rs ... ok | |
test [run-pass] run-pass/unify-return-ty.rs ... ok | |
test [run-pass] run-pass/uniq-cc.rs ... ok | |
test [run-pass] run-pass/uniq-cc-generic.rs ... ok | |
test [run-pass] run-pass/unfold-cross-crate.rs ... ok | |
test [run-pass] run-pass/uniq-self-in-mut-slot.rs ... ok | |
test [run-pass] run-pass/unique-assign-copy.rs ... ok | |
test [run-pass] run-pass/unique-assign-drop.rs ... ok | |
test [run-pass] run-pass/unique-assign.rs ... ok | |
test [run-pass] run-pass/unique-assign-generic.rs ... ok | |
test [run-pass] run-pass/unique-autoderef-field.rs ... ok | |
test [run-pass] run-pass/unique-containing-tag.rs ... ok | |
test [run-pass] run-pass/unique-autoderef-index.rs ... ok | |
test [run-pass] run-pass/unique-cmp.rs ... ok | |
test [run-pass] run-pass/unique-create.rs ... ok | |
test [run-pass] run-pass/unique-copy-box.rs ... ok | |
test [run-pass] run-pass/unique-decl-init-copy.rs ... ok | |
test [run-pass] run-pass/unique-decl-init.rs ... ok | |
test [run-pass] run-pass/unique-decl-move-temp.rs ... ok | |
test [run-pass] run-pass/unique-decl.rs ... ok | |
test [run-pass] run-pass/unique-drop-complex.rs ... ok | |
test [run-pass] run-pass/unique-decl-move.rs ... ok | |
test [run-pass] run-pass/unique-deref.rs ... ok | |
test [run-pass] run-pass/unique-destructure.rs ... ok | |
test [run-pass] run-pass/unique-fn-arg-move.rs ... ok | |
test [run-pass] run-pass/unique-generic-assign.rs ... ok | |
test [run-pass] run-pass/unique-fn-arg-mut.rs ... ok | |
test [run-pass] run-pass/unique-fn-arg.rs ... ok | |
test [run-pass] run-pass/unique-fn-ret.rs ... ok | |
test [run-pass] run-pass/unique-init.rs ... ok | |
test [run-pass] run-pass/unique-in-vec.rs ... ok | |
test [run-pass] run-pass/unique-in-tag.rs ... ok | |
test [run-pass] run-pass/unique-match-discrim.rs ... ok | |
test [run-pass] run-pass/unique-in-vec-copy.rs ... ok | |
test [run-pass] run-pass/unique-log.rs ... ok | |
test [run-pass] run-pass/unique-kinds.rs ... ok | |
test [run-pass] run-pass/unique-move-drop.rs ... ok | |
test [run-pass] run-pass/unique-move-temp.rs ... ok | |
test [run-pass] run-pass/unique-object-move.rs ... ok | |
test [run-pass] run-pass/unique-move.rs ... ok | |
test [run-pass] run-pass/unique-mutable.rs ... ok | |
test [run-pass] run-pass/unique-pat-2.rs ... ok | |
test [run-pass] run-pass/unique-pat.rs ... ok | |
test [run-pass] run-pass/unique-pat-3.rs ... ok | |
test [run-pass] run-pass/unique-rec.rs ... ok | |
test [run-pass] run-pass/unique-pinned-nocopy-2.rs ... ok | |
test [run-pass] run-pass/unique-swap.rs ... ok | |
test [run-pass] run-pass/unit-like-struct.rs ... ok | |
test [run-pass] run-pass/unit.rs ... ok | |
test [run-pass] run-pass/unnamed_argument_mode.rs ... ok | |
test [run-pass] run-pass/unreachable-code-1.rs ... ok | |
test [run-pass] run-pass/unreachable-code.rs ... ok | |
test [run-pass] run-pass/unsafe-fn-called-from-unsafe-blk.rs ... ok | |
test [run-pass] run-pass/unsafe-fn-called-from-unsafe-fn.rs ... ok | |
test [run-pass] run-pass/unique-send-2.rs ... ok | |
test [run-pass] run-pass/unused-move-capture.rs ... ok | |
test [run-pass] run-pass/unique-send.rs ... ok | |
test [run-pass] run-pass/unused-move.rs ... ok | |
test [run-pass] run-pass/unwind-box.rs ... ok | |
test [run-pass] run-pass/unsafe-pointer-assignability.rs ... ok | |
test [run-pass] run-pass/unwind-resource2.rs ... ok | |
test [run-pass] run-pass/unwind-unique.rs ... ok | |
test [run-pass] run-pass/unit-like-struct-drop-run.rs ... ok | |
test [run-pass] run-pass/use-crate-name-alias.rs ... ok | |
test [run-pass] run-pass/use-import-export.rs ... ok | |
test [run-pass] run-pass/use-trait-before-def.rs ... ok | |
test [run-pass] run-pass/use-uninit-match2.rs ... ok | |
test [run-pass] run-pass/use-uninit-match.rs ... ok | |
test [run-pass] run-pass/use.rs ... ok | |
test [run-pass] run-pass/utf8_idents.rs ... ok | |
test [run-pass] run-pass/utf8.rs ... ok | |
test [run-pass] run-pass/variant-attributes.rs ... ok | |
test [run-pass] run-pass/variant-structs-trivial.rs ... ok | |
test [run-pass] run-pass/utf8_chars.rs ... ok | |
test [run-pass] run-pass/vec-drop.rs ... ok | |
test [run-pass] run-pass/vec-fixed-length.rs ... ok | |
test [run-pass] run-pass/unwind-resource.rs ... ok | |
test [run-pass] run-pass/vec-ivec-deadlock.rs ... ok | |
test [run-pass] run-pass/vec-late-init.rs ... ok | |
test [run-pass] run-pass/vec-concat.rs ... ok | |
test [run-pass] run-pass/vec-growth.rs ... ok | |
test [run-pass] run-pass/vec-matching-legal-tail-element-borrow.rs ... ok | |
test [run-pass] run-pass/vec-matching-fixed.rs ... ok | |
test [run-pass] run-pass/vec-matching-fold.rs ... ok | |
test [run-pass] run-pass/vec-push.rs ... ok | |
test [run-pass] run-pass/vec-matching-autoslice.rs ... ok | |
test [run-pass] run-pass/vec-matching.rs ... ok | |
test [run-pass] run-pass/vec-slice-drop.rs ... ok | |
test [run-pass] run-pass/vec-slice.rs ... ok | |
test [run-pass] run-pass/vec-self-append.rs ... ok | |
test [run-pass] run-pass/vec-trailing-comma.rs ... ok | |
test [run-pass] run-pass/vec-to_str.rs ... ok | |
test [run-pass] run-pass/vec-tail-matching.rs ... ok | |
test [run-pass] run-pass/warn-ctypes-inhibit.rs ... ok | |
test [run-pass] run-pass/vector-no-ann-2.rs ... ok | |
test [run-pass] run-pass/vec.rs ... ok | |
test [run-pass] run-pass/while-flow-graph.rs ... ok | |
test [run-pass] run-pass/while-cont.rs ... ok | |
test [run-pass] run-pass/weird-exprs.rs ... ok | |
test [run-pass] run-pass/while-loop-constraints-2.rs ... ok | |
test [run-pass] run-pass/while-prelude-drop.rs ... ok | |
test [run-pass] run-pass/x86stdcall.rs ... ignored | |
test [run-pass] run-pass/while.rs ... ok | |
test [run-pass] run-pass/x86stdcall2.rs ... ok | |
test [run-pass] run-pass/while-with-break.rs ... ok | |
test [run-pass] run-pass/xc_conditions_client_2.rs ... ok | |
test [run-pass] run-pass/xc_conditions_client.rs ... ok | |
test [run-pass] run-pass/xc_conditions_client_3.rs ... ok | |
test [run-pass] run-pass/writealias.rs ... ok | |
test [run-pass] run-pass/xcrate-unit-struct.rs ... ok | |
test [run-pass] run-pass/xc_conditions_client_4.rs ... ok | |
test [run-pass] run-pass/xcrate-address-insignificant.rs ... ok | |
test [run-pass] run-pass/yield2.rs ... ok | |
test [run-pass] run-pass/xcrate-static-addresses.rs ... ok | |
test [run-pass] run-pass/yield.rs ... ok | |
test [run-pass] run-pass/yield1.rs ... ok | |
using metrics ratcher: tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rpass-metrics.json | |
result of ratchet: 0 matrics added, 0 removed, 0 improved, 0 regressed, 0 noise | |
updated ratchet file | |
test result: ok. 1305 passed; 0 failed; 57 ignored; 0 measured | |
run rfail [x86_64-unknown-linux-gnu]: x86_64-unknown-linux-gnu/stage2/bin/compiletest | |
running 131 tests | |
test [run-fail] run-fail/addr-of-bot.rs ... ok | |
test [run-fail] run-fail/args-fail.rs ... ok | |
test [run-fail] run-fail/assert-as-macro.rs ... ok | |
test [run-fail] run-fail/assert-macro-explicit.rs ... ok | |
test [run-fail] run-fail/assert-approx-eq-eps-macro-fail.rs ... ok | |
test [run-fail] run-fail/assert-approx-eq-macro-fail.rs ... ok | |
test [run-fail] run-fail/assert-macro-static.rs ... ok | |
test [run-fail] run-fail/assert-macro-fmt.rs ... ok | |
test [run-fail] run-fail/assert-eq-macro-fail.rs ... ok | |
test [run-fail] run-fail/assert-macro-owned.rs ... ok | |
test [run-fail] run-fail/binop-fail-3.rs ... ok | |
test [run-fail] run-fail/binop-fail-2.rs ... ok | |
test [run-fail] run-fail/binop-fail.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-autoderef-and-autoborrowvec-combined-fail-issue-6272.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-fail-2.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-fail-3.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-fail-object-arg.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-fail-object.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-fail.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-imm-then-mut.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-mut-then-imm.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-one-mut-one-imm-slice-method.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-one-mut-one-imm-slices.rs ... ok | |
test [run-fail] run-fail/bug-2470-bounds-check-overflow-2.rs ... ignored | |
test [run-fail] run-fail/bug-2470-bounds-check-overflow-3.rs ... ignored | |
test [run-fail] run-fail/borrowck-wg-one-mut-one-imm.rs ... ok | |
test [run-fail] run-fail/bounds-check-no-overflow.rs ... ok | |
test [run-fail] run-fail/borrowck-wg-two-array-indices.rs ... ok | |
test [run-fail] run-fail/bug-811.rs ... ok | |
test [run-fail] run-fail/die-macro-expr.rs ... ok | |
test [run-fail] run-fail/die-macro-pure.rs ... ok | |
test [run-fail] run-fail/bug-2470-bounds-check-overflow.rs ... ok | |
test [run-fail] run-fail/die-macro.rs ... ok | |
test [run-fail] run-fail/doublefail.rs ... ok | |
test [run-fail] run-fail/divide-by-zero.rs ... ok | |
test [run-fail] run-fail/explicit-fail.rs ... ok | |
test [run-fail] run-fail/explicit-fail-msg.rs ... ok | |
test [run-fail] run-fail/expr-if-fail-fn.rs ... ok | |
test [run-fail] run-fail/expr-fn-fail.rs ... ok | |
test [run-fail] run-fail/extern-fail.rs ... ignored | |
test [run-fail] run-fail/expr-if-fail.rs ... ok | |
test [run-fail] run-fail/expr-match-fail-fn.rs ... ok | |
test [run-fail] run-fail/expr-match-fail.rs ... ok | |
test [run-fail] run-fail/fail-arg.rs ... ok | |
test [run-fail] run-fail/fail-macro-any.rs ... ok | |
test [run-fail] run-fail/fail-macro-any-wrapped.rs ... ok | |
test [run-fail] run-fail/fail-macro-explicit.rs ... ok | |
test [run-fail] run-fail/fail-macro-fmt.rs ... ok | |
test [run-fail] run-fail/fail-macro-static.rs ... ok | |
test [run-fail] run-fail/fail-macro-send_str.rs ... ok | |
test [run-fail] run-fail/fail-macro-owned.rs ... ok | |
test [run-fail] run-fail/fail-main.rs ... ok | |
test [run-fail] run-fail/fail-parens.rs ... ok | |
test [run-fail] run-fail/fail-task-name-none.rs ... ok | |
test [run-fail] run-fail/fail.rs ... ok | |
test [run-fail] run-fail/fmt-fail.rs ... ok | |
test [run-fail] run-fail/for-each-loop-fail.rs ... ok | |
test [run-fail] run-fail/glob-use-std.rs ... ok | |
test [run-fail] run-fail/if-check-fail.rs ... ok | |
test [run-fail] run-fail/if-cond-bot.rs ... ok | |
test [run-fail] run-fail/issue-2061.rs ... ignored | |
test [run-fail] run-fail/fail-task-name-owned.rs ... ok | |
test [run-fail] run-fail/fail-task-name-send-str.rs ... ok | |
test [run-fail] run-fail/issue-2272.rs ... ok | |
test [run-fail] run-fail/issue-2761.rs ... ok | |
test [run-fail] run-fail/fail-task-name-static.rs ... ok | |
test [run-fail] run-fail/linked-failure.rs ... ignored | |
test [run-fail] run-fail/linked-failure2.rs ... ignored | |
test [run-fail] run-fail/linked-failure3.rs ... ignored | |
test [run-fail] run-fail/linked-failure4.rs ... ignored | |
test [run-fail] run-fail/issue-3029.rs ... ok | |
test [run-fail] run-fail/issue-948.rs ... ok | |
test [run-fail] run-fail/match-bot-fail.rs ... ok | |
test [run-fail] run-fail/match-disc-bot.rs ... ok | |
test [run-fail] run-fail/morestack1.rs ... ignored | |
test [run-fail] run-fail/morestack2.rs ... ignored | |
test [run-fail] run-fail/morestack3.rs ... ignored | |
test [run-fail] run-fail/morestack4.rs ... ignored | |
test [run-fail] run-fail/mod-zero.rs ... ok | |
test [run-fail] run-fail/match-wildcards.rs ... ok | |
test [run-fail] run-fail/rhs-type.rs ... ok | |
test [run-fail] run-fail/rt-set-exit-status-fail.rs ... ok | |
test [run-fail] run-fail/rt-set-exit-status-fail2.rs ... ok | |
test [run-fail] run-fail/rt-set-exit-status.rs ... ok | |
test [run-fail] run-fail/spawnfail.rs ... ignored | |
test [run-fail] run-fail/run-unexported-tests.rs ... ok | |
test [run-fail] run-fail/task-comm-recv-block.rs ... ignored | |
test [run-fail] run-fail/result-get-fail.rs ... ok | |
test [run-fail] run-fail/task-spawn-barefn.rs ... ok | |
test [run-fail] run-fail/test-tasks-invalid-value.rs ... ok | |
test [run-fail] run-fail/too-much-recursion-unwinding.rs ... ignored | |
test [run-fail] run-fail/unique-fail.rs ... ok | |
test [run-fail] run-fail/tls-exit-status.rs ... ok | |
test [run-fail] run-fail/issue-2444.rs ... ok | |
test [run-fail] run-fail/str-overrun.rs ... ok | |
test [run-fail] run-fail/unwind-assert.rs ... ok | |
test [run-fail] run-fail/unwind-box-res.rs ... ok | |
test [run-fail] run-fail/unwind-box-str.rs ... ok | |
test [run-fail] run-fail/unwind-box-fn-unique.rs ... ok | |
test [run-fail] run-fail/unwind-box-trait.rs ... ok | |
test [run-fail] run-fail/unwind-box.rs ... ok | |
test [run-fail] run-fail/unwind-fail.rs ... ok | |
test [run-fail] run-fail/unwind-box-unique-unique.rs ... ok | |
test [run-fail] run-fail/unwind-initializer-indirect.rs ... ok | |
test [run-fail] run-fail/unwind-box-unique.rs ... ok | |
test [run-fail] run-fail/unwind-initializer.rs ... ok | |
test [run-fail] run-fail/unwind-interleaved.rs ... ok | |
test [run-fail] run-fail/unwind-box-vec.rs ... ok | |
test [run-fail] run-fail/unwind-iter.rs ... ok | |
test [run-fail] run-fail/unwind-iter2.rs ... ok | |
test [run-fail] run-fail/unwind-move.rs ... ok | |
test [run-fail] run-fail/unwind-lambda.rs ... ok | |
test [run-fail] run-fail/unwind-nested.rs ... ok | |
test [run-fail] run-fail/unwind-partial-box.rs ... ok | |
test [run-fail] run-fail/unwind-partial-unique.rs ... ok | |
test [run-fail] run-fail/unwind-match.rs ... ok | |
test [run-fail] run-fail/unwind-partial-vec.rs ... ok | |
test [run-fail] run-fail/unwind-rec.rs ... ok | |
test [run-fail] run-fail/unwind-resource-fail2.rs ... ignored | |
test [run-fail] run-fail/unwind-rec2.rs ... ok | |
test [run-fail] run-fail/unwind-resource-fail.rs ... ok | |
test [run-fail] run-fail/unwind-misc-1.rs ... ok | |
test [run-fail] run-fail/unwind-resource-fail3.rs ... ok | |
test [run-fail] run-fail/unwind-stacked.rs ... ok | |
test [run-fail] run-fail/unwind-tup.rs ... ok | |
test [run-fail] run-fail/unwind-tup2.rs ... ok | |
test [run-fail] run-fail/unwind-uninitialized.rs ... ok | |
test [run-fail] run-fail/unwind-unique.rs ... ok | |
test [run-fail] run-fail/while-body-fails.rs ... ok | |
test [run-fail] run-fail/while-fail.rs ... ok | |
test [run-fail] run-fail/vec-overrun.rs ... ok | |
using metrics ratcher: tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rfail-metrics.json | |
result of ratchet: 0 matrics added, 0 removed, 0 improved, 0 regressed, 0 noise | |
updated ratchet file | |
test result: ok. 115 passed; 0 failed; 16 ignored; 0 measured | |
run cfail [x86_64-unknown-linux-gnu]: x86_64-unknown-linux-gnu/stage2/bin/compiletest | |
running 864 tests | |
test [compile-fail] compile-fail/access-mode-in-closures.rs ... ok | |
test [compile-fail] compile-fail/ambig-default-method.rs ... ok | |
test [compile-fail] compile-fail/ambig_impl_bounds.rs ... ok | |
test [compile-fail] compile-fail/ambig_impl_unify.rs ... ok | |
test [compile-fail] compile-fail/ambig_impl_2_exe.rs ... ok | |
test [compile-fail] compile-fail/arc-cant-nest-rw-arc-3177.rs ... ok | |
test [compile-fail] compile-fail/arc-rw-cond-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/arc-rw-read-mode-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/arc-rw-state-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/arc-rw-write-mode-cond-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/arc-rw-write-mode-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/asm-gated.rs ... ok | |
test [compile-fail] compile-fail/asm-in-bad-modifier.rs ... ok | |
test [compile-fail] compile-fail/asm-out-no-modifier.rs ... ok | |
test [compile-fail] compile-fail/arg-count-mismatch.rs ... ok | |
test [compile-fail] compile-fail/arg-type-mismatch.rs ... ok | |
test [compile-fail] compile-fail/asm-out-assign-imm.rs ... ok | |
test [compile-fail] compile-fail/asm-out-read-uninit.rs ... ok | |
test [compile-fail] compile-fail/assign-imm-local-twice.rs ... ok | |
test [compile-fail] compile-fail/attr-bad-crate-attr.rc ... ok | |
test [compile-fail] compile-fail/attr-bad-meta.rs ... ok | |
test [compile-fail] compile-fail/attr-before-ext.rs ... ok | |
test [compile-fail] compile-fail/assign-to-method.rs ... ok | |
test [compile-fail] compile-fail/attr-before-let.rs ... ok | |
test [compile-fail] compile-fail/attr-before-stmt.rs ... ok | |
test [compile-fail] compile-fail/attr-dangling-in-mod.rs ... ok | |
test [compile-fail] compile-fail/attr-dangling-in-fn.rs ... ok | |
test [compile-fail] compile-fail/attrs-after-extern-mod.rs ... ok | |
test [compile-fail] compile-fail/attempted-access-non-fatal.rs ... ok | |
test [compile-fail] compile-fail/auto-ref-slice-plus-ref.rs ... ok | |
test [compile-fail] compile-fail/bad-bang-ann-3.rs ... ok | |
test [compile-fail] compile-fail/bad-char-literals.rs ... ok | |
test [compile-fail] compile-fail/autoderef-full-lval.rs ... ok | |
test [compile-fail] compile-fail/bad-bang-ann.rs ... ok | |
test [compile-fail] compile-fail/bad-char-literals2.rs ... ok | |
test [compile-fail] compile-fail/bad-char-literals3.rs ... ok | |
test [compile-fail] compile-fail/bad-char-literals4.rs ... ok | |
test [compile-fail] compile-fail/bad-const-type.rs ... ok | |
test [compile-fail] compile-fail/bad-env-capture.rs ... ok | |
test [compile-fail] compile-fail/bad-env-capture2.rs ... ok | |
test [compile-fail] compile-fail/bad-env-capture3.rs ... ok | |
test [compile-fail] compile-fail/bad-match.rs ... ok | |
test [compile-fail] compile-fail/bad-expr-path2.rs ... ok | |
test [compile-fail] compile-fail/bad-main.rs ... ok | |
test [compile-fail] compile-fail/bad-expr-path.rs ... ok | |
test [compile-fail] compile-fail/bad-name.rs ... ok | |
test [compile-fail] compile-fail/bad-method-typaram-kind.rs ... ok | |
test [compile-fail] compile-fail/bad-mid-path-type-params.rs ... ok | |
test [compile-fail] compile-fail/bad-value-ident-false.rs ... ok | |
test [compile-fail] compile-fail/bad-value-ident-true.rs ... ok | |
test [compile-fail] compile-fail/bad-module.rs ... ok | |
test [compile-fail] compile-fail/bad-type-env-capture.rs ... ok | |
test [compile-fail] compile-fail/bang-tailexpr.rs ... ok | |
test [compile-fail] compile-fail/bind-by-move-neither-can-live-while-the-other-survives-1.rs ... ok | |
test [compile-fail] compile-fail/bind-by-move-neither-can-live-while-the-other-survives-2.rs ... ok | |
test [compile-fail] compile-fail/bind-by-move-neither-can-live-while-the-other-survives-3.rs ... ok | |
test [compile-fail] compile-fail/bind-by-move-neither-can-live-while-the-other-survives-4.rs ... ok | |
test [compile-fail] compile-fail/bind-by-move-no-guards.rs ... ok | |
test [compile-fail] compile-fail/bind-by-move-no-sub-bindings.rs ... ok | |
test [compile-fail] compile-fail/binop-bitxor-str.rs ... ok | |
test [compile-fail] compile-fail/binop-logic-float.rs ... ok | |
test [compile-fail] compile-fail/binop-logic-int.rs ... ok | |
test [compile-fail] compile-fail/binop-mul-bool.rs ... ok | |
test [compile-fail] compile-fail/binop-typeck.rs ... ok | |
test [compile-fail] compile-fail/block-coerce-no-2.rs ... ok | |
test [compile-fail] compile-fail/block-arg-as-stmt-with-value.rs ... ok | |
test [compile-fail] compile-fail/block-coerce-no.rs ... ok | |
test [compile-fail] compile-fail/block-must-not-have-result-do.rs ... ok | |
test [compile-fail] compile-fail/block-must-not-have-result-res.rs ... ok | |
test [compile-fail] compile-fail/block-must-not-have-result-while.rs ... ok | |
test [compile-fail] compile-fail/bogus-tag.rs ... ok | |
test [compile-fail] compile-fail/borrowck-anon-fields-struct.rs ... ok | |
test [compile-fail] compile-fail/borrowck-anon-fields-tuple.rs ... ok | |
test [compile-fail] compile-fail/borrowck-anon-fields-variant.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-comp.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-comp-idx.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-to-andmut-in-aliasable-loc.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-to-andmut-in-borrowed-loc.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-to-enum.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-to-constants.rs ... ok | |
test [compile-fail] compile-fail/borrowck-assign-to-subfield.rs ... ok | |
test [compile-fail] compile-fail/borrowck-auto-mut-ref-to-immut-var.rs ... ok | |
test [compile-fail] compile-fail/borrowck-bad-nested-calls-free.rs ... ok | |
test [compile-fail] compile-fail/borrowck-autoref-3261.rs ... ok | |
test [compile-fail] compile-fail/borrowck-bad-nested-calls-move.rs ... ok | |
test [compile-fail] compile-fail/borrowck-borrow-from-owned-ptr.rs ... ok | |
test [compile-fail] compile-fail/borrowck-borrow-mut-object-twice.rs ... ok | |
test [compile-fail] compile-fail/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs ... ok | |
test [compile-fail] compile-fail/borrowck-borrow-from-stack-variable.rs ... ok | |
test [compile-fail] compile-fail/borrowck-call-sendfn.rs ... ignored | |
test [compile-fail] compile-fail/borrowck-borrowed-uniq-rvalue-2.rs ... ok | |
test [compile-fail] compile-fail/borrowck-call-method-from-mut-aliasable.rs ... ok | |
test [compile-fail] compile-fail/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs ... ok | |
test [compile-fail] compile-fail/borrowck-borrowed-uniq-rvalue.rs ... ok | |
test [compile-fail] compile-fail/borrowck-insert-during-each.rs ... ok | |
test [compile-fail] compile-fail/borrowck-issue-2657-1.rs ... ok | |
test [compile-fail] compile-fail/borrowck-issue-2657-2.rs ... ok | |
test [compile-fail] compile-fail/borrowck-lend-flow-if.rs ... ok | |
test [compile-fail] compile-fail/borrowck-lend-flow-match.rs ... ok | |
test [compile-fail] compile-fail/borrowck-lend-flow-loop.rs ... ok | |
test [compile-fail] compile-fail/borrowck-lend-flow.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-blocks-move-cc.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-blocks-move.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-in-overloaded-op.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-blocks-mut-uniq.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-local-as-both-mut-and-imm.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-rcvr-overloaded-op.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-rcvr.rs ... ok | |
test [compile-fail] compile-fail/borrowck-loan-vec-content.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-by-capture.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-in-irrefut-pat.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-from-unsafe-ptr.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-moved-value-into-closure.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-mut-base-ptr.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-out-of-struct-with-dtor.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-out-of-tuple-struct-with-dtor.rs ... ok | |
test [compile-fail] compile-fail/borrowck-move-out-of-vec-tail.rs ... ok | |
test [compile-fail] compile-fail/borrowck-mut-addr-of-imm-var.rs ... ok | |
test [compile-fail] compile-fail/borrowck-mut-deref-comp.rs ... ok | |
test [compile-fail] compile-fail/borrowck-mut-boxed-vec.rs ... ok | |
test [compile-fail] compile-fail/borrowck-no-cycle-in-exchange-heap.rs ... ok | |
test [compile-fail] compile-fail/borrowck-mut-slice-of-imm-vec.rs ... ok | |
test [compile-fail] compile-fail/borrowck-pat-reassign-binding.rs ... ok | |
test [compile-fail] compile-fail/borrowck-object-lifetime.rs ... ok | |
test [compile-fail] compile-fail/borrowck-reborrow-from-mut.rs ... ok | |
test [compile-fail] compile-fail/borrowck-ref-into-rvalue.rs ... ok | |
test [compile-fail] compile-fail/borrowck-object-mutability.rs ... ok | |
test [compile-fail] compile-fail/borrowck-ref-mut-of-imm.rs ... ok | |
test [compile-fail] compile-fail/borrowck-rvalues-mutable-bad.rs ... ok | |
test [compile-fail] compile-fail/borrowck-struct-update-with-dtor.rs ... ok | |
test [compile-fail] compile-fail/borrowck-swap-mut-base-ptr.rs ... ok | |
test [compile-fail] compile-fail/borrowck-unary-move.rs ... ok | |
test [compile-fail] compile-fail/borrowck-uniq-via-lend.rs ... ok | |
test [compile-fail] compile-fail/borrowck-vec-pattern-element-loan.rs ... ok | |
test [compile-fail] compile-fail/borrowck-vec-pattern-loan-from-mut.rs ... ok | |
test [compile-fail] compile-fail/borrowck-vec-pattern-move-tail.rs ... ok | |
test [compile-fail] compile-fail/borrowck-vec-pattern-nesting.rs ... ok | |
test [compile-fail] compile-fail/borrowck-wg-borrow-mut-to-imm-fail-2.rs ... ok | |
test [compile-fail] compile-fail/borrowck-vec-pattern-tail-element-loan.rs ... ok | |
test [compile-fail] compile-fail/borrowck-wg-borrow-mut-to-imm-fail-3.rs ... ok | |
test [compile-fail] compile-fail/borrowck-wg-borrow-mut-to-imm-fail.rs ... ok | |
test [compile-fail] compile-fail/box-static-bound.rs ... ok | |
test [compile-fail] compile-fail/borrowck-wg-move-base-2.rs ... ok | |
test [compile-fail] compile-fail/break-outside-loop.rs ... ok | |
test [compile-fail] compile-fail/builtin-superkinds-double-superkind.rs ... ok | |
test [compile-fail] compile-fail/builtin-superkinds-self-type.rs ... ok | |
test [compile-fail] compile-fail/builtin-superkinds-simple.rs ... ok | |
test [compile-fail] compile-fail/builtin-superkinds-typaram-not-send.rs ... ok | |
test [compile-fail] compile-fail/by-move-pattern-binding.rs ... ok | |
test [compile-fail] compile-fail/builtin-superkinds-in-metadata.rs ... ok | |
test [compile-fail] compile-fail/call-extern-trait-as-function.rs ... ok | |
test [compile-fail] compile-fail/cant-implement-builtin-kinds.rs ... ok | |
test [compile-fail] compile-fail/capture1.rs ... ok | |
test [compile-fail] compile-fail/cast-as-bool.rs ... ok | |
test [compile-fail] compile-fail/cast-from-nil.rs ... ok | |
test [compile-fail] compile-fail/circular_modules_hello.rs ... ignored | |
test [compile-fail] compile-fail/circular_modules_main.rs ... ok | |
test [compile-fail] compile-fail/cast-immutable-mutable-trait.rs ... ok | |
test [compile-fail] compile-fail/class-implements-bad-trait.rs ... ok | |
test [compile-fail] compile-fail/cast-to-nil.rs ... ok | |
test [compile-fail] compile-fail/cast-vector-to-unsafe-nonstatic.rs ... ok | |
test [compile-fail] compile-fail/class-cast-to-trait.rs ... ok | |
test [compile-fail] compile-fail/class-method-missing.rs ... ok | |
test [compile-fail] compile-fail/class-missing-self.rs ... ok | |
test [compile-fail] compile-fail/closure-bounds-cant-promote-superkind-in-struct.rs ... ok | |
test [compile-fail] compile-fail/closure-bounds-not-builtin.rs ... ok | |
test [compile-fail] compile-fail/closure-bounds-static-cant-capture-borrowed.rs ... ok | |
test [compile-fail] compile-fail/closure-bounds-subtype.rs ... ok | |
test [compile-fail] compile-fail/closure-that-fails.rs ... ok | |
test [compile-fail] compile-fail/coherence_inherent.rs ... ok | |
test [compile-fail] compile-fail/conflicting-implementations.rs ... ok | |
test [compile-fail] compile-fail/const-cast-different-types.rs ... ok | |
test [compile-fail] compile-fail/const-cast-wrong-type.rs ... ok | |
test [compile-fail] compile-fail/const-recursive.rs ... ok | |
test [compile-fail] compile-fail/coherence_inherent_cc.rs ... ok | |
test [compile-fail] compile-fail/copy-a-resource.rs ... ok | |
test [compile-fail] compile-fail/core-tls-store-pointer.rs ... ok | |
test [compile-fail] compile-fail/dead-code-ret.rs ... ignored | |
test [compile-fail] compile-fail/deprecated-auto-code.rs ... ok | |
test [compile-fail] compile-fail/deref-non-pointer.rs ... ok | |
test [compile-fail] compile-fail/deriving-meta-unknown-trait.rs ... ok | |
test [compile-fail] compile-fail/deriving-primitive.rs ... ok | |
test [compile-fail] compile-fail/disallowed-deconstructing-destructing-struct-let.rs ... ok | |
test [compile-fail] compile-fail/disallowed-deconstructing-destructing-struct-match.rs ... ok | |
test [compile-fail] compile-fail/do-lambda-requires-braces.rs ... ok | |
test [compile-fail] compile-fail/crateresolve5.rs ... ok | |
test [compile-fail] compile-fail/do1.rs ... ok | |
test [compile-fail] compile-fail/crateresolve1.rs ... ok | |
test [compile-fail] compile-fail/crateresolve2.rs ... ok | |
test [compile-fail] compile-fail/do2.rs ... ok | |
test [compile-fail] compile-fail/does-nothing.rs ... ok | |
test [compile-fail] compile-fail/duplicate-visibility.rs ... ok | |
test [compile-fail] compile-fail/dup-link-name.rs ... ok | |
test [compile-fail] compile-fail/empty-linkname.rs ... ignored | |
test [compile-fail] compile-fail/empty-linkname2.rs ... ignored | |
test [compile-fail] compile-fail/drop-on-non-struct.rs ... ok | |
test [compile-fail] compile-fail/empty-vec-trailing-comma.rs ... ok | |
test [compile-fail] compile-fail/dup-struct-enum-struct-variant.rs ... ok | |
test [compile-fail] compile-fail/elided-test.rs ... ok | |
test [compile-fail] compile-fail/enum-discrim-too-small.rs ... ok | |
test [compile-fail] compile-fail/enum-in-scope.rs ... ok | |
test [compile-fail] compile-fail/enums-pats-not-idents.rs ... ok | |
test [compile-fail] compile-fail/estr-subtyping.rs ... ok | |
test [compile-fail] compile-fail/eval-enum.rs ... ok | |
test [compile-fail] compile-fail/evec-subtyping.rs ... ok | |
test [compile-fail] compile-fail/explicit-call-to-dtor.rs ... ok | |
test [compile-fail] compile-fail/explicit-call-to-supertrait-dtor.rs ... ok | |
test [compile-fail] compile-fail/export-fully-qualified.rs ... ok | |
test [compile-fail] compile-fail/export-tag-variant.rs ... ok | |
test [compile-fail] compile-fail/export-import.rs ... ok | |
test [compile-fail] compile-fail/ext-nonexistent.rs ... ok | |
test [compile-fail] compile-fail/extenv-arg-2-not-string-literal.rs ... ok | |
test [compile-fail] compile-fail/export.rs ... ok | |
test [compile-fail] compile-fail/extenv-no-args.rs ... ok | |
test [compile-fail] compile-fail/extenv-not-defined-custom.rs ... ok | |
test [compile-fail] compile-fail/extenv-not-defined-default.rs ... ok | |
test [compile-fail] compile-fail/extenv-not-string-literal.rs ... ok | |
test [compile-fail] compile-fail/extenv-too-many-args.rs ... ok | |
test [compile-fail] compile-fail/extern-no-fn.rs ... ok | |
test [compile-fail] compile-fail/export2.rs ... ok | |
test [compile-fail] compile-fail/extoption_env-no-args.rs ... ok | |
test [compile-fail] compile-fail/extoption_env-not-string-literal.rs ... ok | |
test [compile-fail] compile-fail/extoption_env-too-many-args.rs ... ok | |
test [compile-fail] compile-fail/extern-cstack-lint.rs ... ok | |
test [compile-fail] compile-fail/extern-main-fn.rs ... ok | |
test [compile-fail] compile-fail/fail-simple.rs ... ok | |
test [compile-fail] compile-fail/extern-wrong-value-type.rs ... ok | |
test [compile-fail] compile-fail/fail-expr.rs ... ok | |
test [compile-fail] compile-fail/fail-type-err.rs ... ok | |
test [compile-fail] compile-fail/float-literal-inference-restrictions.rs ... ok | |
test [compile-fail] compile-fail/fn-bad-block-type.rs ... ok | |
test [compile-fail] compile-fail/fn-compare-mismatch.rs ... ok | |
test [compile-fail] compile-fail/fn-variance-1.rs ... ok | |
test [compile-fail] compile-fail/foreign-unsafe-fn-called.rs ... ok | |
test [compile-fail] compile-fail/fully-qualified-type-name3.rs ... ignored | |
test [compile-fail] compile-fail/forget-init-unsafe.rs ... ok | |
test [compile-fail] compile-fail/fully-qualified-type-name1.rs ... ok | |
test [compile-fail] compile-fail/fully-qualified-type-name4.rs ... ok | |
test [compile-fail] compile-fail/fully-qualified-type-name2.rs ... ok | |
test [compile-fail] compile-fail/gated-bad-feature.rs ... ok | |
test [compile-fail] compile-fail/gated-glob-imports.rs ... ok | |
test [compile-fail] compile-fail/gated-macro-rules.rs ... ok | |
test [compile-fail] compile-fail/gated-struct-enums.rs ... ok | |
test [compile-fail] compile-fail/functional-struct-update-noncopyable.rs ... ok | |
test [compile-fail] compile-fail/future_not_copyable.rs ... ok | |
test [compile-fail] compile-fail/glob-resolve1.rs ... ok | |
test [compile-fail] compile-fail/if-branch-types.rs ... ok | |
test [compile-fail] compile-fail/ifmt-bad-format-args.rs ... ok | |
test [compile-fail] compile-fail/ifmt-bad-arg.rs ... ok | |
test [compile-fail] compile-fail/if-typeck.rs ... ok | |
test [compile-fail] compile-fail/if-without-else-result.rs ... ok | |
test [compile-fail] compile-fail/ifmt-bad-format-args2.rs ... ok | |
test [compile-fail] compile-fail/ifmt-bad-plural.rs ... ok | |
test [compile-fail] compile-fail/ifmt-bad-select.rs ... ok | |
test [compile-fail] compile-fail/ifmt-unknown-trait.rs ... ok | |
test [compile-fail] compile-fail/ifmt-unimpl.rs ... ok | |
test [compile-fail] compile-fail/immut-function-arguments.rs ... ok | |
test [compile-fail] compile-fail/impl-bounds-checking.rs ... ok | |
test [compile-fail] compile-fail/impl-duplicate-methods.rs ... ok | |
test [compile-fail] compile-fail/import-from-path.rs ... ok | |
test [compile-fail] compile-fail/import-from-rename.rs ... ok | |
test [compile-fail] compile-fail/implicit-method-bind.rs ... ok | |
test [compile-fail] compile-fail/import-glob-path.rs ... ok | |
test [compile-fail] compile-fail/import-glob-rename.rs ... ok | |
test [compile-fail] compile-fail/import-from-missing.rs ... ok | |
test [compile-fail] compile-fail/import-glob-circular.rs ... ok | |
test [compile-fail] compile-fail/import-glob-0.rs ... ok | |
test [compile-fail] compile-fail/import-loop-2.rs ... ok | |
test [compile-fail] compile-fail/import-loop.rs ... ok | |
test [compile-fail] compile-fail/import2.rs ... ok | |
test [compile-fail] compile-fail/import.rs ... ok | |
test [compile-fail] compile-fail/import3.rs ... ok | |
test [compile-fail] compile-fail/import4.rs ... ok | |
test [compile-fail] compile-fail/index_message.rs ... ok | |
test [compile-fail] compile-fail/infinite-tag-type-recursion.rs ... ok | |
test [compile-fail] compile-fail/infinite-instantiation.rs ... ok | |
test [compile-fail] compile-fail/infinite-vec-type-recursion.rs ... ok | |
test [compile-fail] compile-fail/issue-1451.rs ... ignored | |
test [compile-fail] compile-fail/integer-literal-suffix-inference.rs ... ok | |
test [compile-fail] compile-fail/issue-1655.rs ... ok | |
test [compile-fail] compile-fail/issue-1362.rs ... ok | |
test [compile-fail] compile-fail/issue-1802-1.rs ... ok | |
test [compile-fail] compile-fail/issue-1802-2.rs ... ok | |
test [compile-fail] compile-fail/issue-1448-2.rs ... ok | |
test [compile-fail] compile-fail/issue-1476.rs ... ok | |
test [compile-fail] compile-fail/issue-1697.rs ... ok | |
test [compile-fail] compile-fail/issue-1900.rs ... ok | |
test [compile-fail] compile-fail/issue-2063.rs ... ignored | |
test [compile-fail] compile-fail/issue-2074.rs ... ignored | |
test [compile-fail] compile-fail/issue-1871.rs ... ok | |
test [compile-fail] compile-fail/issue-1962.rs ... ok | |
test [compile-fail] compile-fail/issue-2063-resource.rs ... ok | |
test [compile-fail] compile-fail/issue-2111.rs ... ok | |
test [compile-fail] compile-fail/issue-2123.rs ... ok | |
test [compile-fail] compile-fail/issue-2149.rs ... ok | |
test [compile-fail] compile-fail/issue-2150.rs ... ok | |
test [compile-fail] compile-fail/issue-2151.rs ... ok | |
test [compile-fail] compile-fail/issue-2281-part1.rs ... ok | |
test [compile-fail] compile-fail/issue-2356.rs ... ignored | |
test [compile-fail] compile-fail/issue-2354-1.rs ... ok | |
test [compile-fail] compile-fail/issue-2354.rs ... ok | |
test [compile-fail] compile-fail/issue-2478.rs ... ignored | |
test [compile-fail] compile-fail/issue-2330.rs ... ok | |
test [compile-fail] compile-fail/issue-2370-2.rs ... ok | |
test [compile-fail] compile-fail/issue-2370.rs ... ok | |
test [compile-fail] compile-fail/issue-2548.rs ... ok | |
test [compile-fail] compile-fail/issue-2718-a.rs ... ignored | |
test [compile-fail] compile-fail/issue-2590.rs ... ok | |
test [compile-fail] compile-fail/issue-2611-4.rs ... ok | |
test [compile-fail] compile-fail/issue-2611-5.rs ... ok | |
test [compile-fail] compile-fail/issue-2823.rs ... ok | |
test [compile-fail] compile-fail/issue-2848.rs ... ok | |
test [compile-fail] compile-fail/issue-2969.rs ... ignored | |
test [compile-fail] compile-fail/issue-2849.rs ... ok | |
test [compile-fail] compile-fail/issue-2937.rs ... ok | |
test [compile-fail] compile-fail/issue-2951.rs ... ok | |
test [compile-fail] compile-fail/issue-2995.rs ... ok | |
test [compile-fail] compile-fail/issue-3021-b.rs ... ok | |
test [compile-fail] compile-fail/issue-3036.rs ... ok | |
test [compile-fail] compile-fail/issue-3021-c.rs ... ok | |
test [compile-fail] compile-fail/issue-3021-d.rs ... ok | |
test [compile-fail] compile-fail/issue-3021.rs ... ok | |
test [compile-fail] compile-fail/issue-3038.rs ... ok | |
test [compile-fail] compile-fail/issue-3080.rs ... ok | |
test [compile-fail] compile-fail/issue-3044.rs ... ok | |
test [compile-fail] compile-fail/issue-3096-1.rs ... ok | |
test [compile-fail] compile-fail/issue-3096-2.rs ... ok | |
test [compile-fail] compile-fail/issue-3099-a.rs ... ok | |
test [compile-fail] compile-fail/issue-3177-mutable-struct.rs ... ignored | |
test [compile-fail] compile-fail/issue-3099-b.rs ... ok | |
test [compile-fail] compile-fail/issue-3243.rs ... ignored | |
test [compile-fail] compile-fail/issue-3099.rs ... ok | |
test [compile-fail] compile-fail/issue-3154.rs ... ok | |
test [compile-fail] compile-fail/issue-3214.rs ... ok | |
test [compile-fail] compile-fail/issue-3477.rs ... ok | |
test [compile-fail] compile-fail/issue-3344.rs ... ok | |
test [compile-fail] compile-fail/issue-3521-2.rs ... ok | |
test [compile-fail] compile-fail/issue-3563.rs ... ok | |
test [compile-fail] compile-fail/issue-3521.rs ... ok | |
test [compile-fail] compile-fail/issue-3601.rs ... ok | |
test [compile-fail] compile-fail/issue-3668-2.rs ... ok | |
test [compile-fail] compile-fail/issue-3680.rs ... ok | |
test [compile-fail] compile-fail/issue-3668.rs ... ok | |
test [compile-fail] compile-fail/issue-3702-2.rs ... ok | |
test [compile-fail] compile-fail/issue-3707.rs ... ok | |
test [compile-fail] compile-fail/issue-3820.rs ... ok | |
test [compile-fail] compile-fail/issue-3973.rs ... ignored | |
test [compile-fail] compile-fail/issue-3763.rs ... ok | |
test [compile-fail] compile-fail/issue-3953.rs ... ok | |
test [compile-fail] compile-fail/issue-3993-2.rs ... ok | |
test [compile-fail] compile-fail/issue-3993-3.rs ... ok | |
test [compile-fail] compile-fail/issue-3993.rs ... ok | |
test [compile-fail] compile-fail/issue-3907.rs ... ok | |
test [compile-fail] compile-fail/issue-4265.rs ... ok | |
test [compile-fail] compile-fail/issue-4335.rs ... ok | |
test [compile-fail] compile-fail/issue-4366-2.rs ... ok | |
test [compile-fail] compile-fail/issue-4542.rs ... ignored | |
test [compile-fail] compile-fail/issue-4366.rs ... ok | |
test [compile-fail] compile-fail/issue-4517.rs ... ok | |
test [compile-fail] compile-fail/issue-4523.rs ... ok | |
test [compile-fail] compile-fail/issue-4736.rs ... ok | |
test [compile-fail] compile-fail/issue-5035.rs ... ignored | |
test [compile-fail] compile-fail/issue-5060-fail.rs ... ok | |
test [compile-fail] compile-fail/issue-4935.rs ... ok | |
test [compile-fail] compile-fail/issue-4968.rs ... ok | |
test [compile-fail] compile-fail/issue-4972.rs ... ok | |
test [compile-fail] compile-fail/issue-5099.rs ... ok | |
test [compile-fail] compile-fail/issue-5062.rs ... ok | |
test [compile-fail] compile-fail/issue-5100.rs ... ok | |
test [compile-fail] compile-fail/issue-5216.rs ... ok | |
test [compile-fail] compile-fail/issue-5153.rs ... ok | |
test [compile-fail] compile-fail/issue-511.rs ... ok | |
test [compile-fail] compile-fail/issue-5239-1.rs ... ok | |
test [compile-fail] compile-fail/issue-5500-1.rs ... ignored | |
test [compile-fail] compile-fail/issue-5500.rs ... ignored | |
test [compile-fail] compile-fail/issue-5543.rs ... ignored | |
test [compile-fail] compile-fail/issue-5544-a.rs ... ok | |
test [compile-fail] compile-fail/issue-5358.rs ... ok | |
test [compile-fail] compile-fail/issue-5358-1.rs ... ok | |
test [compile-fail] compile-fail/issue-5544-b.rs ... ok | |
test [compile-fail] compile-fail/issue-5439.rs ... ok | |
test [compile-fail] compile-fail/issue-5883.rs ... ok | |
test [compile-fail] compile-fail/issue-5927.rs ... ok | |
test [compile-fail] compile-fail/issue-6458-1.rs ... ok | |
test [compile-fail] compile-fail/issue-6458-3.rs ... ok | |
test [compile-fail] compile-fail/issue-6458-2.rs ... ok | |
test [compile-fail] compile-fail/issue-6458-4.rs ... ok | |
test [compile-fail] compile-fail/issue-6596.rs ... ok | |
test [compile-fail] compile-fail/issue-6610.rs ... ok | |
test [compile-fail] compile-fail/issue-5844.rs ... ok | |
test [compile-fail] compile-fail/issue-6762.rs ... ignored | |
test [compile-fail] compile-fail/issue-6458.rs ... ok | |
test [compile-fail] compile-fail/issue-6642.rs ... ok | |
test [compile-fail] compile-fail/issue-6702.rs ... ok | |
test [compile-fail] compile-fail/issue-6804.rs ... ok | |
test [compile-fail] compile-fail/issue-6977.rs ... ok | |
test [compile-fail] compile-fail/issue-7044.rs ... ok | |
test [compile-fail] compile-fail/issue-7013.rs ... ok | |
test [compile-fail] compile-fail/issue-7246.rs ... ok | |
test [compile-fail] compile-fail/issue-897-2.rs ... ignored | |
test [compile-fail] compile-fail/issue-897.rs ... ignored | |
test [compile-fail] compile-fail/issue-8615.rs ... ok | |
test [compile-fail] compile-fail/keyword-as-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-break-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-do-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-else-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-enum-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-extern-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-fn-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-for-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/issue-818.rs ... ok | |
test [compile-fail] compile-fail/keyword-if-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-impl-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-let-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/issue-7573.rs ... ok | |
test [compile-fail] compile-fail/keyword-match-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-loop-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-mod-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-mut-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-priv-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-pub-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-ref-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-return-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-false-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-self-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-static-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-struct-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-super.rs ... ok | |
test [compile-fail] compile-fail/keyword-super-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-trait-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-typeof.rs ... ok | |
test [compile-fail] compile-fail/keyword-type-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-unsafe-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-use-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword-while-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/keyword.rs ... ok | |
test [compile-fail] compile-fail/keyword-true-as-identifier.rs ... ok | |
test [compile-fail] compile-fail/kindck-destructor-owned.rs ... ok | |
test [compile-fail] compile-fail/kindck-owned-trait-scoped.rs ... ignored | |
test [compile-fail] compile-fail/kindck-implicit-close-over-mut-var.rs ... ok | |
test [compile-fail] compile-fail/kindck-nonsendable-1.rs ... ok | |
test [compile-fail] compile-fail/lex-bad-fp-lit.rs ... ok | |
test [compile-fail] compile-fail/lex-hex-float-lit.rs ... ok | |
test [compile-fail] compile-fail/lex-illegal-num-char-escape-2.rs ... ok | |
test [compile-fail] compile-fail/lex-illegal-num-char-escape.rs ... ok | |
test [compile-fail] compile-fail/lex-int-lit-too-large.rs ... ok | |
test [compile-fail] compile-fail/lex-int-lit-too-large-2.rs ... ok | |
test [compile-fail] compile-fail/lex-no-valid-digits.rs ... ok | |
test [compile-fail] compile-fail/lex-no-valid-digits-2.rs ... ok | |
test [compile-fail] compile-fail/kindck-owned-trait-contains.rs ... ok | |
test [compile-fail] compile-fail/lex-unknown-char-escape.rs ... ok | |
test [compile-fail] compile-fail/lex-unknown-start-tok.rs ... ok | |
test [compile-fail] compile-fail/lex-unterminated-char-const.rs ... ok | |
test [compile-fail] compile-fail/lex-unknown-str-escape.rs ... ok | |
test [compile-fail] compile-fail/kindck-owned-trait.rs ... ok | |
test [compile-fail] compile-fail/lint-change-warnings.rs ... ok | |
test [compile-fail] compile-fail/lint-ctypes-enum.rs ... ok | |
test [compile-fail] compile-fail/lint-cstack.rs ... ok | |
test [compile-fail] compile-fail/lint-ctypes.rs ... ok | |
test [compile-fail] compile-fail/lint-heap-memory.rs ... ok | |
test [compile-fail] compile-fail/lint-managed-heap-memory.rs ... ok | |
test [compile-fail] compile-fail/lint-impl-fn.rs ... ok | |
test [compile-fail] compile-fail/lint-missing-doc.rs ... ok | |
test [compile-fail] compile-fail/lint-non-camel-case-types.rs ... ok | |
test [compile-fail] compile-fail/lint-non-uppercase-statics.rs ... ok | |
test [compile-fail] compile-fail/lint-output-format.rs ... ok | |
test [compile-fail] compile-fail/lint-owned-heap-memory.rs ... ok | |
test [compile-fail] compile-fail/lint-qualification.rs ... ok | |
test [compile-fail] compile-fail/lint-type-limits.rs ... ok | |
test [compile-fail] compile-fail/lint-unused-import-tricky-globs.rs ... ok | |
test [compile-fail] compile-fail/lint-unused-import-tricky-names.rs ... ok | |
test [compile-fail] compile-fail/lint-unused-imports.rs ... ok | |
test [compile-fail] compile-fail/lint-unused-mut-variables.rs ... ok | |
test [compile-fail] compile-fail/lint-unused-unsafe.rs ... ok | |
test [compile-fail] compile-fail/lint-stability.rs ... ok | |
test [compile-fail] compile-fail/liveness-and-init.rs ... ok | |
test [compile-fail] compile-fail/liveness-assign-imm-local-in-loop.rs ... ok | |
test [compile-fail] compile-fail/liveness-assign-imm-local-in-op-eq.rs ... ok | |
test [compile-fail] compile-fail/liveness-assign-imm-local-with-init.rs ... ok | |
test [compile-fail] compile-fail/liveness-bad-bang-2.rs ... ok | |
test [compile-fail] compile-fail/liveness-block-unint.rs ... ok | |
test [compile-fail] compile-fail/liveness-break-uninit-2.rs ... ok | |
test [compile-fail] compile-fail/liveness-break-uninit.rs ... ok | |
test [compile-fail] compile-fail/liveness-closure-require-ret.rs ... ok | |
test [compile-fail] compile-fail/liveness-dead.rs ... ok | |
test [compile-fail] compile-fail/liveness-forgot-ret.rs ... ok | |
test [compile-fail] compile-fail/liveness-init-in-called-fn-expr.rs ... ok | |
test [compile-fail] compile-fail/liveness-if-with-else.rs ... ok | |
test [compile-fail] compile-fail/liveness-if-no-else.rs ... ok | |
test [compile-fail] compile-fail/liveness-init-in-fn-expr.rs ... ok | |
test [compile-fail] compile-fail/liveness-init-op-equal.rs ... ok | |
test [compile-fail] compile-fail/liveness-init-plus-equal.rs ... ok | |
test [compile-fail] compile-fail/liveness-init-in-fru.rs ... ok | |
test [compile-fail] compile-fail/liveness-issue-2163.rs ... ok | |
test [compile-fail] compile-fail/liveness-move-call-arg.rs ... ok | |
test [compile-fail] compile-fail/liveness-missing-ret2.rs ... ok | |
test [compile-fail] compile-fail/liveness-move-in-loop.rs ... ok | |
test [compile-fail] compile-fail/liveness-move-in-while.rs ... ok | |
test [compile-fail] compile-fail/liveness-return.rs ... ok | |
test [compile-fail] compile-fail/liveness-unused.rs ... ignored | |
test [compile-fail] compile-fail/liveness-uninit-after-item.rs ... ok | |
test [compile-fail] compile-fail/liveness-or-init.rs ... ok | |
test [compile-fail] compile-fail/liveness-uninit.rs ... ok | |
test [compile-fail] compile-fail/liveness-use-in-index-lvalue.rs ... ok | |
test [compile-fail] compile-fail/liveness-use-after-send.rs ... ok | |
test [compile-fail] compile-fail/liveness-use-after-move.rs ... ok | |
test [compile-fail] compile-fail/loop-as-continue.rs ... ok | |
test [compile-fail] compile-fail/liveness-while-break.rs ... ok | |
test [compile-fail] compile-fail/liveness-while-cond.rs ... ok | |
test [compile-fail] compile-fail/liveness-while.rs ... ok | |
test [compile-fail] compile-fail/loop-does-not-diverge.rs ... ok | |
test [compile-fail] compile-fail/macro-incomplete-parse.rs ... ok | |
test [compile-fail] compile-fail/lub-if.rs ... ok | |
test [compile-fail] compile-fail/lub-in-args.rs ... ok | |
test [compile-fail] compile-fail/lub-match.rs ... ok | |
test [compile-fail] compile-fail/macro-with-seps-err-msg.rs ... ok | |
test [compile-fail] compile-fail/macro-inner-attributes.rs ... ok | |
test [compile-fail] compile-fail/macro-local-data-key-priv.rs ... ok | |
test [compile-fail] compile-fail/macro-outer-attributes.rs ... ok | |
test [compile-fail] compile-fail/main-wrong-location.rs ... ok | |
test [compile-fail] compile-fail/main-wrong-type-2.rs ... ok | |
test [compile-fail] compile-fail/match-arrows-block-then-binop.rs ... ok | |
test [compile-fail] compile-fail/main-wrong-type.rs ... ok | |
test [compile-fail] compile-fail/map-types.rs ... ok | |
test [compile-fail] compile-fail/match-ill-type2.rs ... ok | |
test [compile-fail] compile-fail/match-ill-type1.rs ... ok | |
test [compile-fail] compile-fail/match-join.rs ... ok | |
test [compile-fail] compile-fail/match-non-exhaustive.rs ... ok | |
test [compile-fail] compile-fail/match-pattern-field-mismatch-2.rs ... ok | |
test [compile-fail] compile-fail/match-pattern-field-mismatch.rs ... ok | |
test [compile-fail] compile-fail/match-range-fail-dominate.rs ... ok | |
test [compile-fail] compile-fail/match-range-fail.rs ... ok | |
test [compile-fail] compile-fail/match-static-const-lc.rs ... ok | |
test [compile-fail] compile-fail/match-struct.rs ... ok | |
test [compile-fail] compile-fail/match-tag-nullary.rs ... ok | |
test [compile-fail] compile-fail/match-vec-invalid.rs ... ok | |
test [compile-fail] compile-fail/match-tag-unary.rs ... ok | |
test [compile-fail] compile-fail/match-vec-fixed.rs ... ok | |
test [compile-fail] compile-fail/match-vec-mismatch.rs ... ok | |
test [compile-fail] compile-fail/match-vec-mismatch-2.rs ... ok | |
test [compile-fail] compile-fail/match-vec-unreachable.rs ... ok | |
test [compile-fail] compile-fail/minus-string.rs ... ok | |
test [compile-fail] compile-fail/missing-derivable-attr.rs ... ok | |
test [compile-fail] compile-fail/mod_file_aux.rs ... ignored | |
test [compile-fail] compile-fail/missing-do.rs ... ok | |
test [compile-fail] compile-fail/mod_file_disambig.rs ... ok | |
test [compile-fail] compile-fail/mod_file_disambig_aux.rs ... ignored | |
test [compile-fail] compile-fail/missing-main.rs ... ok | |
test [compile-fail] compile-fail/mod_file_not_exist.rs ... ok | |
test [compile-fail] compile-fail/mod_file_with_path_attr.rs ... ok | |
test [compile-fail] compile-fail/missing-return.rs ... ok | |
test [compile-fail] compile-fail/mod_file_correct_spans.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-access-to-field.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-block-bad.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-capture-clause-bad.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-cyclic-types-issue-4821.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-distribute-copy-over-paren.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-exprs.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-match-bindings.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-move-out-of-closure-env-issue-1965.rs ... ok | |
test [compile-fail] compile-fail/multiline-comment-line-tracking.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-tuple.rs ... ok | |
test [compile-fail] compile-fail/moves-based-on-type-no-recursive-stack-closure.rs ... ok | |
test [compile-fail] compile-fail/moves-sru-moved-field.rs ... ok | |
test [compile-fail] compile-fail/multitrait.rs ... ok | |
test [compile-fail] compile-fail/mut-patterns.rs ... ok | |
test [compile-fail] compile-fail/multiple-main-2.rs ... ok | |
test [compile-fail] compile-fail/multiple-main-3.rs ... ok | |
test [compile-fail] compile-fail/mutable-class-fields-2.rs ... ok | |
test [compile-fail] compile-fail/mutable-class-fields.rs ... ok | |
test [compile-fail] compile-fail/name-clash-nullary-2.rs ... ok | |
test [compile-fail] compile-fail/no-binary-float-literal.rs ... ok | |
test [compile-fail] compile-fail/name-clash-nullary.rs ... ok | |
test [compile-fail] compile-fail/mutex-arc-nested.rs ... ok | |
test [compile-fail] compile-fail/no-hex-float-literal.rs ... ok | |
test [compile-fail] compile-fail/nested-ty-params.rs ... ok | |
test [compile-fail] compile-fail/no-implicit-prelude.rs ... ok | |
test [compile-fail] compile-fail/no-implicit-prelude-nested.rs ... ok | |
test [compile-fail] compile-fail/no-unsafe-self.rs ... ok | |
test [compile-fail] compile-fail/no-capture-arc.rs ... ok | |
test [compile-fail] compile-fail/no-reuse-move-arc.rs ... ok | |
test [compile-fail] compile-fail/no-send-res-ports.rs ... ok | |
test [compile-fail] compile-fail/no_freeze-enum.rs ... ok | |
test [compile-fail] compile-fail/no_freeze-struct.rs ... ok | |
test [compile-fail] compile-fail/no_send-enum.rs ... ok | |
test [compile-fail] compile-fail/no_send-rc.rs ... ok | |
test [compile-fail] compile-fail/no_send-struct.rs ... ok | |
test [compile-fail] compile-fail/nolink-with-link-args.rs ... ok | |
test [compile-fail] compile-fail/non-constant-expr-for-fixed-len-vec.rs ... ok | |
test [compile-fail] compile-fail/non-constant-expr-for-vec-repeat.rs ... ok | |
test [compile-fail] compile-fail/noexporttypeexe.rs ... ok | |
test [compile-fail] compile-fail/non-copyable-void.rs ... ok | |
test [compile-fail] compile-fail/non-exhaustive-match-nested.rs ... ok | |
test [compile-fail] compile-fail/non-exhaustive-match.rs ... ok | |
test [compile-fail] compile-fail/not-a-pred.rs ... ok | |
test [compile-fail] compile-fail/not-utf8.rs ... ok | |
test [compile-fail] compile-fail/nonscalar-cast.rs ... ok | |
test [compile-fail] compile-fail/noncopyable-class.rs ... ok | |
test [compile-fail] compile-fail/obsolete-syntax.rs ... ok | |
test [compile-fail] compile-fail/not-enough-arguments.rs ... ok | |
test [compile-fail] compile-fail/object-does-not-impl-trait.rs ... ok | |
test [compile-fail] compile-fail/omitted-arg-in-item-fn.rs ... ok | |
test [compile-fail] compile-fail/omitted-arg-wrong-types.rs ... ignored | |
test [compile-fail] compile-fail/object-pointer-types.rs ... ok | |
test [compile-fail] compile-fail/occurs-check-3.rs ... ok | |
test [compile-fail] compile-fail/occurs-check.rs ... ok | |
test [compile-fail] compile-fail/once-cant-call-twice-on-heap.rs ... ok | |
test [compile-fail] compile-fail/once-cant-call-twice-on-stack.rs ... ok | |
test [compile-fail] compile-fail/once-cant-move-out-of-non-once-on-heap.rs ... ok | |
test [compile-fail] compile-fail/once-cant-move-out-of-non-once-on-stack.rs ... ok | |
test [compile-fail] compile-fail/once-fn-subtyping.rs ... ok | |
test [compile-fail] compile-fail/or-patter-mismatch.rs ... ok | |
test [compile-fail] compile-fail/output-type-mismatch.rs ... ok | |
test [compile-fail] compile-fail/pat-ref-enum.rs ... ok | |
test [compile-fail] compile-fail/oversized-literal.rs ... ok | |
test [compile-fail] compile-fail/packed-struct-generic-transmute.rs ... ok | |
test [compile-fail] compile-fail/pat-shadow-in-nested-binding.rs ... ok | |
test [compile-fail] compile-fail/packed-struct-transmute.rs ... ok | |
test [compile-fail] compile-fail/pattern-error-continue.rs ... ok | |
test [compile-fail] compile-fail/pptypedef.rs ... ignored | |
test [compile-fail] compile-fail/pattern-tyvar-2.rs ... ok | |
test [compile-fail] compile-fail/pinned-deep-copy.rs ... ok | |
test [compile-fail] compile-fail/prim-with-args.rs ... ok | |
test [compile-fail] compile-fail/privacy1.rs ... ok | |
test [compile-fail] compile-fail/privacy2.rs ... ok | |
test [compile-fail] compile-fail/pattern-tyvar.rs ... ok | |
test [compile-fail] compile-fail/privacy3.rs ... ok | |
test [compile-fail] compile-fail/privacy4.rs ... ok | |
test [compile-fail] compile-fail/priv-in-bad-locations.rs ... ok | |
test [compile-fail] compile-fail/private-impl-method.rs ... ok | |
test [compile-fail] compile-fail/private-item-simple.rs ... ok | |
test [compile-fail] compile-fail/private-method-inherited.rs ... ok | |
test [compile-fail] compile-fail/private-method.rs ... ok | |
test [compile-fail] compile-fail/private-struct-field-ctor.rs ... ok | |
test [compile-fail] compile-fail/private-method-cross-crate.rs ... ok | |
test [compile-fail] compile-fail/private-variant-xc.rs ... ignored | |
test [compile-fail] compile-fail/private-struct-field-pattern.rs ... ok | |
test [compile-fail] compile-fail/private_variant_2.rs ... ignored | |
test [compile-fail] compile-fail/qquote-1.rs ... ignored | |
test [compile-fail] compile-fail/qquote-2.rs ... ignored | |
test [compile-fail] compile-fail/raw-str-delim.rs ... ok | |
test [compile-fail] compile-fail/raw-str-unbalanced.rs ... ok | |
test [compile-fail] compile-fail/raw-str-unterminated.rs ... ok | |
test [compile-fail] compile-fail/private-struct-field.rs ... ok | |
test [compile-fail] compile-fail/private-struct-field-cross-crate.rs ... ok | |
test [compile-fail] compile-fail/redundant-link-args.rs ... ignored | |
test [compile-fail] compile-fail/private-variant.rs ... ok | |
test [compile-fail] compile-fail/rcmut-not-const-and-not-owned.rs ... ok | |
test [compile-fail] compile-fail/refutable-pattern-in-fn-arg.rs ... ok | |
test [compile-fail] compile-fail/recursive-enum.rs ... ok | |
test [compile-fail] compile-fail/regionck-closure-lifetimes.rs ... ok | |
test [compile-fail] compile-fail/regions-addr-of-arg.rs ... ok | |
test [compile-fail] compile-fail/regions-addr-of-upvar-self.rs ... ok | |
test [compile-fail] compile-fail/regions-addr-of-self.rs ... ok | |
test [compile-fail] compile-fail/regions-blk.rs ... ok | |
test [compile-fail] compile-fail/regions-bounds.rs ... ok | |
test [compile-fail] compile-fail/regions-creating-enums3.rs ... ok | |
test [compile-fail] compile-fail/regions-creating-enums.rs ... ok | |
test [compile-fail] compile-fail/regions-creating-enums4.rs ... ok | |
test [compile-fail] compile-fail/regions-escape-bound-fn-2.rs ... ok | |
test [compile-fail] compile-fail/regions-escape-bound-fn.rs ... ok | |
test [compile-fail] compile-fail/regions-fn-bound.rs ... ignored | |
test [compile-fail] compile-fail/regions-escape-loop-via-variable.rs ... ok | |
test [compile-fail] compile-fail/regions-escape-loop-via-vec.rs ... ok | |
test [compile-fail] compile-fail/regions-escape-via-trait-or-not.rs ... ok | |
test [compile-fail] compile-fail/regions-fn-subtyping.rs ... ok | |
test [compile-fail] compile-fail/regions-fns.rs ... ok | |
test [compile-fail] compile-fail/regions-free-region-ordering-callee.rs ... ok | |
test [compile-fail] compile-fail/regions-free-region-ordering-caller.rs ... ok | |
test [compile-fail] compile-fail/regions-free-region-ordering-incorrect.rs ... ok | |
test [compile-fail] compile-fail/regions-freevar.rs ... ok | |
test [compile-fail] compile-fail/regions-glb-free-free.rs ... ok | |
test [compile-fail] compile-fail/regions-in-consts.rs ... ok | |
test [compile-fail] compile-fail/regions-in-enums.rs ... ok | |
test [compile-fail] compile-fail/regions-in-structs.rs ... ok | |
test [compile-fail] compile-fail/regions-in-type-items.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-at-fn-not-param.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-borrow-scope-too-big.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-borrow-scope-within-loop.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-call-3.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-contravariance-due-to-immutability.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-contravariance-due-to-ret.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-covariance-due-to-arg.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-invariance-due-to-arg-and-ret.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-invariance-due-to-mutability-1.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-invariance-due-to-mutability-2.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-invariance-due-to-mutability-3.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-invariance-due-to-mutability-4.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-paramd-method.rs ... ignored | |
test [compile-fail] compile-fail/regions-infer-invariance-due-to-mutability.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-not-param.rs ... ok | |
test [compile-fail] compile-fail/regions-infer-paramd-indirect.rs ... ok | |
test [compile-fail] compile-fail/regions-out-of-scope-slice.rs ... ignored | |
test [compile-fail] compile-fail/regions-infer-region-in-fn-but-not-type.rs ... ok | |
test [compile-fail] compile-fail/regions-nested-fns-2.rs ... ok | |
test [compile-fail] compile-fail/regions-nested-fns.rs ... ok | |
test [compile-fail] compile-fail/regions-ref-in-fn-arg.rs ... ok | |
test [compile-fail] compile-fail/regions-ret-borrowed-1.rs ... ok | |
test [compile-fail] compile-fail/regions-ret-borrowed.rs ... ok | |
test [compile-fail] compile-fail/regions-trait-2.rs ... ignored | |
test [compile-fail] compile-fail/regions-trait-3.rs ... ignored | |
test [compile-fail] compile-fail/regions-steal-closure.rs ... ok | |
test [compile-fail] compile-fail/regions-ret.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-class-traits.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-closure-lifetime.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-enum-newtype.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-const-item.rs ... ok | |
test [compile-fail] compile-fail/regions-trait-1.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-extern-const.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-field-let.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-field-semicolon.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-fixed-vec.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-fn-pure.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-fn-sigil.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-larrow-init.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-larrow-move.rs ... ok | |
test [compile-fail] compile-fail/regions-var-type-out-of-scope.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-mode.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-mut-vec-expr.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-mut-vec-ty.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-priv-group.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-ptr-lifetime.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-record.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-static-fn.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-uniq-mut-expr.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-uniq-mut-ty.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-uniq-self.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-with-2.rs ... ok | |
test [compile-fail] compile-fail/removed-syntax-with-1.rs ... ok | |
test [compile-fail] compile-fail/reserved-be.rs ... ok | |
test [compile-fail] compile-fail/required-lang-item.rs ... ok | |
test [compile-fail] compile-fail/repeat_count.rs ... ok | |
test [compile-fail] compile-fail/repeat-to-run-dtor-twice.rs ... ok | |
test [compile-fail] compile-fail/resolve-inconsistent-binding-mode.rs ... ok | |
test [compile-fail] compile-fail/resolve-inconsistent-names.rs ... ok | |
test [compile-fail] compile-fail/resolve-unknown-trait.rs ... ok | |
test [compile-fail] compile-fail/ret-non-nil.rs ... ok | |
test [compile-fail] compile-fail/return-in-block-function.rs ... ok | |
test [compile-fail] compile-fail/selftype-traittype.rs ... ok | |
test [compile-fail] compile-fail/simd-type.rs ... ok | |
test [compile-fail] compile-fail/static-assert.rs ... ok | |
test [compile-fail] compile-fail/seq-args.rs ... ok | |
test [compile-fail] compile-fail/spawn-non-nil-fn.rs ... ok | |
test [compile-fail] compile-fail/static-assert2.rs ... ok | |
test [compile-fail] compile-fail/static-mut-bad-types.rs ... ok | |
test [compile-fail] compile-fail/static-method-privacy.rs ... ok | |
test [compile-fail] compile-fail/static-mut-foreign-requires-unsafe.rs ... ok | |
test [compile-fail] compile-fail/static-mut-not-constant.rs ... ok | |
test [compile-fail] compile-fail/static-mut-not-pat.rs ... ok | |
test [compile-fail] compile-fail/static-mut-requires-unsafe.rs ... ok | |
test [compile-fail] compile-fail/static-vec-repeat-not-constant.rs ... ok | |
test [compile-fail] compile-fail/static-region-bound.rs ... ok | |
test [compile-fail] compile-fail/staticness-mismatch.rs ... ok | |
test [compile-fail] compile-fail/static-priv-by-default.rs ... ok | |
test [compile-fail] compile-fail/struct-base-wrong-type.rs ... ok | |
test [compile-fail] compile-fail/static-priv-by-default2.rs ... ok | |
test [compile-fail] compile-fail/struct-fields-dupe.rs ... ok | |
test [compile-fail] compile-fail/struct-fields-decl-dupe.rs ... ok | |
test [compile-fail] compile-fail/struct-no-fields-2.rs ... ok | |
test [compile-fail] compile-fail/struct-fields-missing.rs ... ok | |
test [compile-fail] compile-fail/struct-no-fields-3.rs ... ok | |
test [compile-fail] compile-fail/struct-fields-too-many.rs ... ok | |
test [compile-fail] compile-fail/struct-no-fields-4.rs ... ok | |
test [compile-fail] compile-fail/struct-no-fields-5.rs ... ok | |
test [compile-fail] compile-fail/struct-no-fields.rs ... ok | |
test [compile-fail] compile-fail/struct-like-enum-nonexhaustive.rs ... ok | |
test [compile-fail] compile-fail/struct-pat-derived-error.rs ... ok | |
test [compile-fail] compile-fail/struct-variant-privacy.rs ... ok | |
test [compile-fail] compile-fail/super-at-top-level.rs ... ok | |
test [compile-fail] compile-fail/suppressed-error.rs ... ok | |
test [compile-fail] compile-fail/sync-cond-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/sync-rwlock-cond-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/sync-rwlock-read-mode-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-non-ascii-char-literal.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-non-literal.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-too-large-integer-literal.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-too-large-u8-literal.rs ... ok | |
test [compile-fail] compile-fail/sync-rwlock-write-mode-cond-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-too-small-integer-literal.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-unsupported-literal.rs ... ok | |
test [compile-fail] compile-fail/syntax-extension-bytes-too-small-u8-literal.rs ... ok | |
test [compile-fail] compile-fail/sync-rwlock-write-mode-shouldnt-escape.rs ... ok | |
test [compile-fail] compile-fail/tag-that-dare-not-speak-its-name.rs ... ok | |
test [compile-fail] compile-fail/tag-type-args.rs ... ok | |
test [compile-fail] compile-fail/tag-variant-cast-non-nullary.rs ... ok | |
test [compile-fail] compile-fail/tag-variant-disr-non-nullary.rs ... ok | |
test [compile-fail] compile-fail/tag-variant-disr-dup.rs ... ok | |
test [compile-fail] compile-fail/tail-typeck.rs ... ok | |
test [compile-fail] compile-fail/terr-sorts.rs ... ok | |
test [compile-fail] compile-fail/terr-in-field.rs ... ok | |
test [compile-fail] compile-fail/test-cfg.rs ... ok | |
test [compile-fail] compile-fail/trait-bounds-not-on-impl.rs ... ok | |
test [compile-fail] compile-fail/trait-bounds-cant-coerce.rs ... ok | |
test [compile-fail] compile-fail/trait-bounds-not-on-bare-trait.rs ... ok | |
test [compile-fail] compile-fail/trait-bounds-not-on-struct.rs ... ok | |
test [compile-fail] compile-fail/trait-bounds-sugar.rs ... ok | |
test [compile-fail] compile-fail/trait-duplicate-methods.rs ... ok | |
test [compile-fail] compile-fail/trait-inheritance-missing-requirement.rs ... ignored | |
test [compile-fail] compile-fail/trait-keyword.rs ... ok | |
test [compile-fail] compile-fail/trait-impl-can-not-have-untraitful-methods.rs ... ok | |
test [compile-fail] compile-fail/trait-impl-different-num-params.rs ... ok | |
test [compile-fail] compile-fail/trait-impl-method-mismatch.rs ... ok | |
test [compile-fail] compile-fail/trait-or-new-type-instead.rs ... ok | |
test [compile-fail] compile-fail/trait-test-2.rs ... ok | |
test [compile-fail] compile-fail/trait-test.rs ... ok | |
test [compile-fail] compile-fail/tuple-arity-mismatch.rs ... ok | |
test [compile-fail] compile-fail/tuple-struct-nonexhaustive.rs ... ok | |
test [compile-fail] compile-fail/tutorial-suffix-inference-test.rs ... ok | |
test [compile-fail] compile-fail/type-mismatch-multiple.rs ... ok | |
test [compile-fail] compile-fail/type-arg-out-of-scope.rs ... ok | |
test [compile-fail] compile-fail/type-mismatch.rs ... ok | |
test [compile-fail] compile-fail/unbalanced-doublequote.rs ... ok | |
test [compile-fail] compile-fail/type-parameter-names.rs ... ok | |
test [compile-fail] compile-fail/type-recursive.rs ... ok | |
test [compile-fail] compile-fail/type-shadow.rs ... ok | |
test [compile-fail] compile-fail/unconstrained-none.rs ... ok | |
test [compile-fail] compile-fail/unconstrained-ref.rs ... ok | |
test [compile-fail] compile-fail/uninhabited-enum-cast.rs ... ok | |
test [compile-fail] compile-fail/unique-object-noncopyable.rs ... ok | |
test [compile-fail] compile-fail/unique-pinned-nocopy.rs ... ok | |
test [compile-fail] compile-fail/unique-unique-kind.rs ... ok | |
test [compile-fail] compile-fail/unop-neg-bool.rs ... ok | |
test [compile-fail] compile-fail/unique-vec-res.rs ... ok | |
test [compile-fail] compile-fail/unreachable-arm.rs ... ok | |
test [compile-fail] compile-fail/unreachable-code.rs ... ok | |
test [compile-fail] compile-fail/unresolved-import.rs ... ok | |
test [compile-fail] compile-fail/unresolved-extern-mod-suggestion.rs ... ok | |
test [compile-fail] compile-fail/unsafe-fn-assign-deref-ptr.rs ... ok | |
test [compile-fail] compile-fail/unsafe-fn-autoderef.rs ... ok | |
test [compile-fail] compile-fail/unsafe-fn-called-from-safe.rs ... ok | |
test [compile-fail] compile-fail/unsafe-fn-deref-ptr.rs ... ok | |
test [compile-fail] compile-fail/unsafe-fn-used-as-value.rs ... ok | |
test [compile-fail] compile-fail/unsafe-modifying-str.rs ... ok | |
test [compile-fail] compile-fail/unsendable-class.rs ... ok | |
test [compile-fail] compile-fail/unsized-bare-typaram.rs ... ok | |
test [compile-fail] compile-fail/unsized-struct.rs ... ok | |
test [compile-fail] compile-fail/unsized-enum.rs ... ok | |
test [compile-fail] compile-fail/unsupported-cast.rs ... ok | |
test [compile-fail] compile-fail/use-after-move-based-on-type.rs ... ok | |
test [compile-fail] compile-fail/use-after-move-self-based-on-type.rs ... ok | |
test [compile-fail] compile-fail/use-after-move-self.rs ... ok | |
test [compile-fail] compile-fail/use-from-trait.rs ... ok | |
test [compile-fail] compile-fail/use-meta-dup.rs ... ok | |
test [compile-fail] compile-fail/use-meta-mismatch.rs ... ok | |
test [compile-fail] compile-fail/useless-priv2.rs ... ok | |
test [compile-fail] compile-fail/vec-add.rs ... ignored | |
test [compile-fail] compile-fail/use-from-trait-xc.rs ... ok | |
test [compile-fail] compile-fail/useless-priv.rs ... ok | |
test [compile-fail] compile-fail/use-meta.rc ... ok | |
test [compile-fail] compile-fail/vec-field.rs ... ok | |
test [compile-fail] compile-fail/view-items-at-top.rs ... ignored | |
test [compile-fail] compile-fail/vec-res-add.rs ... ok | |
test [compile-fail] compile-fail/vec-mut-iter-borrow.rs ... ok | |
test [compile-fail] compile-fail/vector-no-ann.rs ... ok | |
test [compile-fail] compile-fail/vtable-res-trait-param.rs ... ok | |
test [compile-fail] compile-fail/warn-foreign-int-types.rs ... ok | |
test [compile-fail] compile-fail/warn-path-statement.rs ... ok | |
test [compile-fail] compile-fail/while-type-error.rs ... ok | |
test [compile-fail] compile-fail/writing-to-immutable-vec.rs ... ok | |
test [compile-fail] compile-fail/wrong-ret-type.rs ... ok | |
test [compile-fail] compile-fail/xc-private-method.rs ... ok | |
test [compile-fail] compile-fail/xc-private-method2.rs ... ok | |
test [compile-fail] compile-fail/xcrate-private-by-default.rs ... ok | |
test [compile-fail] compile-fail/xcrate-unit-struct.rs ... ok | |
using metrics ratcher: tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-cfail-metrics.json | |
result of ratchet: 0 matrics added, 0 removed, 0 improved, 0 regressed, 0 noise | |
updated ratchet file | |
test result: ok. 821 passed; 0 failed; 43 ignored; 0 measured | |
run rpass-full [x86_64-unknown-linux-gnu]: x86_64-unknown-linux-gnu/stage2/bin/compiletest | |
running 0 tests | |
using metrics ratcher: tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rpass-full-metrics.json | |
result of ratchet: 0 matrics added, 0 removed, 0 improved, 0 regressed, 0 noise | |
updated ratchet file | |
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured | |
compile_and_link: x86_64-unknown-linux-gnu/stage2/test/stdtest-x86_64-unknown-linux-gnu | |
run: x86_64-unknown-linux-gnu/stage2/test/stdtest-x86_64-unknown-linux-gnu | |
running 1355 tests | |
test any::tests::any_as_mut ... ok | |
test any::tests::any_as_ref ... ok | |
test any::tests::any_as_mut_void_ptr ... ok | |
test any::tests::any_as_void_ptr ... ok | |
test any::tests::any_managed ... ok | |
test any::tests::any_move ... ok | |
test any::tests::any_owning ... ok | |
task '<unnamed>' failed at 'assertion failed: self.is_ascii()', /home/leon/dev/rust/wrong_rust/src/libstd/str/ascii.rs:140 | |
test any::tests::any_referenced ... ok | |
task '<unnamed>' failed at 'assertion failed: self.is_ascii()', /home/leon/dev/rust/wrong_rust/src/libstd/str/ascii.rs:122 | |
test any::tests::type_id ... ok | |
test ascii::tests::test_ascii ... ok | |
test ascii::tests::test_ascii_fail_char_slice ... ok | |
test ascii::tests::test_ascii_fail_u8_slice ... ok | |
test ascii::tests::test_ascii_into_str ... ok | |
task '<unnamed>' failed at 'assertion failed: self.is_ascii()', /home/leon/dev/rust/wrong_rust/src/libstd/str/ascii.rs:104 | |
test ascii::tests::test_ascii_to_bytes ... ok | |
task '<unnamed>' failed at 'assertion failed: self.is_ascii()', /home/leon/dev/rust/wrong_rust/src/libstd/str/ascii.rs:83 | |
test ascii::tests::test_ascii_to_str ... ok | |
test ascii::tests::test_ascii_vec ... ok | |
test ascii::tests::test_ascii_vec_fail_str_slice ... ok | |
test ascii::tests::test_ascii_vec_fail_u8_slice ... ok | |
test ascii::tests::test_eq_ignore_ascii_case ... ok | |
test ascii::tests::test_into_ascii_lower ... ok | |
test ascii::tests::test_into_ascii_upper ... ok | |
test ascii::tests::test_owned_ascii_vec ... ok | |
test ascii::tests::test_to_ascii_lower ... ok | |
test ascii::tests::test_to_ascii_upper ... ok | |
test ascii::tests::test_to_str ... ok | |
test at_vec::test::append_test ... ok | |
test at_vec::test::test ... ok | |
test at_vec::test::test_to_managed ... ok | |
test at_vec::test::test_to_managed_move ... ok | |
test bool::tests::test_bool ... ok | |
test bool::tests::test_bool_from_str ... ok | |
test bool::tests::test_bool_ord ... ok | |
test bool::tests::test_bool_to_bit ... ok | |
test bool::tests::test_bool_to_str ... ok | |
task '<unnamed>' failed at 'CString is null!', /home/leon/dev/rust/wrong_rust/src/libstd/c_str.rs:155 | |
test bool::tests::test_bool_totalord ... ok | |
test borrow::tests::test_ref_eq ... ok | |
test c_str::tests::test_as_bytes ... ok | |
test c_str::tests::test_as_bytes_fail ... ok | |
test c_str::tests::test_as_str ... ok | |
test c_str::tests::test_is_null ... ok | |
test c_str::tests::test_iterator ... ok | |
test c_str::tests::test_str_multistring_parsing ... ok | |
test c_str::tests::test_str_to_c_str ... ok | |
test c_str::tests::test_to_c_str_fail ... ok | |
test c_str::tests::test_to_c_str_unchecked ... ok | |
task '<unnamed>' failed at 'CString is null!', /home/leon/dev/rust/wrong_rust/src/libstd/c_str.rs:119 | |
test c_str::tests::test_unwrap ... ok | |
test c_str::tests::test_vec_to_c_str ... ok | |
test c_str::tests::test_with_ref ... ok | |
test c_str::tests::test_with_ref_empty_fail ... ok | |
test cast::tests::test_bump_box_refcount ... ok | |
test cast::tests::test_transmute ... ok | |
task '<unnamed>' failed at 'attempt to put a value back into a full cell', /home/leon/dev/rust/wrong_rust/src/libstd/cell.rs:63 | |
test cast::tests::test_transmute2 ... ok | |
task '<unnamed>' failed at 'attempt to take an empty cell', /home/leon/dev/rust/wrong_rust/src/libstd/cell.rs:47 | |
test cast::tests::test_transmute_copy ... ok | |
test cell::test_basic ... ok | |
test cell::test_put_back_non_empty ... ok | |
test cell::test_take_empty ... ok | |
test cell::test_with_mut_ref ... ok | |
test cell::test_with_ref ... ok | |
test char::test_escape_default ... ok | |
test char::test_escape_unicode ... ok | |
test char::test_is_control ... ok | |
test char::test_is_digit ... ok | |
test char::test_is_lowercase ... ok | |
test char::test_is_uppercase ... ok | |
test char::test_is_whitespace ... ok | |
test char::test_to_digit ... ok | |
test char::test_to_str ... ok | |
test clone::test_borrowed_clone ... ok | |
test clone::test_extern_fn_clone ... ok | |
test clone::test_managed_clone ... ok | |
test clone::test_managed_mut_clone ... ok | |
test clone::test_managed_mut_deep_clone ... ok | |
test clone::test_owned_clone ... ok | |
test condition::test::m::n::test_conditions_are_public ... ok | |
test condition::test::nested_reraise_trap_test_outer ... ok | |
test condition::test::nested_trap_test_outer ... ok | |
test condition::test::test_default ... ok | |
test either::tests::test_as_either ... ok | |
test either::tests::test_as_option ... ok | |
test either::tests::test_as_result ... ok | |
test either::tests::test_either_left ... ok | |
test either::tests::test_either_right ... ok | |
test either::tests::test_into_either ... ok | |
test either::tests::test_into_option ... ok | |
test either::tests::test_into_result ... ok | |
test either::tests::test_lefts ... ok | |
test either::tests::test_lefts_empty ... ok | |
test either::tests::test_lefts_none ... ok | |
test either::tests::test_partition ... ok | |
test either::tests::test_partition_empty ... ok | |
test either::tests::test_partition_no_lefts ... ok | |
test either::tests::test_partition_no_rights ... ok | |
test either::tests::test_rights ... ok | |
test either::tests::test_rights_empty ... ok | |
test either::tests::test_rights_none ... ok | |
test either::tests::test_to_either ... ok | |
test either::tests::test_to_option ... ok | |
test either::tests::test_to_result ... ok | |
test f32::tests::test_abs ... ok | |
test f32::tests::test_abs_sub ... ok | |
test f32::tests::test_abs_sub_nowin ... ok | |
test f32::tests::test_acosh ... ok | |
test f32::tests::test_approx_eq ... ok | |
test f32::tests::test_asinh ... ok | |
test f32::tests::test_atanh ... ok | |
test f32::tests::test_ceil ... ok | |
test f32::tests::test_clamp ... ok | |
test f32::tests::test_classify ... ok | |
test f32::tests::test_floor ... ok | |
test f32::tests::test_fract ... ok | |
test f32::tests::test_frexp ... ok | |
test f32::tests::test_frexp_nowin ... ok | |
test f32::tests::test_is_negative ... ok | |
test f32::tests::test_is_normal ... ok | |
test f32::tests::test_is_positive ... ok | |
test f32::tests::test_ldexp ... ok | |
test f32::tests::test_max ... ok | |
test f32::tests::test_min ... ok | |
test f32::tests::test_num ... ok | |
test f32::tests::test_primitive ... ok | |
test f32::tests::test_real_consts ... ok | |
test f32::tests::test_round ... ok | |
test f32::tests::test_signum ... ok | |
test f32::tests::test_trunc ... ok | |
test f64::tests::test_abs ... ok | |
test f64::tests::test_abs_sub ... ok | |
test f64::tests::test_abs_sub_nowin ... ok | |
test f64::tests::test_acosh ... ok | |
test f64::tests::test_approx_eq ... ok | |
test f64::tests::test_asinh ... ok | |
test f64::tests::test_atanh ... ok | |
test f64::tests::test_ceil ... ok | |
test f64::tests::test_clamp ... ok | |
test f64::tests::test_classify ... ok | |
test f64::tests::test_floor ... ok | |
test f64::tests::test_fract ... ok | |
test f64::tests::test_frexp ... ok | |
test f64::tests::test_frexp_nowin ... ok | |
test f64::tests::test_is_negative ... ok | |
test f64::tests::test_is_normal ... ok | |
test f64::tests::test_is_positive ... ok | |
test f64::tests::test_ldexp ... ok | |
test f64::tests::test_max ... ok | |
test f64::tests::test_min ... ok | |
test f64::tests::test_num ... ok | |
test f64::tests::test_primitive ... ok | |
test f64::tests::test_real_consts ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected method after comma"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test f64::tests::test_round ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `,` but found `}`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test f64::tests::test_signum ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"cannot have an empty selector"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test f64::tests::test_trunc ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"`select` statement must provide an `other` case"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect01 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `{` but found `}`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect02 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"cannot have an empty selector"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect03 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"unknown method: `other`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect04 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but found `s`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect05 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but found `s`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect06 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but found `s`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::badselect07 ... ok | |
test fmt::parse::tests::badselect08 ... ok | |
test fmt::parse::tests::badselect09 ... ok | |
test fmt::parse::tests::badselect10 ... ok | |
test fmt::parse::tests::format_align_fill ... ok | |
test fmt::parse::tests::format_counts ... ok | |
test fmt::parse::tests::format_flags ... ok | |
test fmt::parse::tests::format_mixture ... ok | |
test fmt::parse::tests::format_nothing ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but string was terminated"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::format_position ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected an escape sequence, but format string was terminated"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::format_position_nothing_else ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"invalid escape character `a`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::format_type ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but found `a`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::invalid01 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but found `|`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::invalid02 ... ok | |
task '<unnamed>' failed at 'Unhandled condition: parse_error: ~"expected `}` but found `>`"', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test fmt::parse::tests::invalid03 ... ok | |
test fmt::parse::tests::invalid04 ... ok | |
test fmt::parse::tests::invalid05 ... ok | |
test fmt::parse::tests::invalid06 ... ok | |
test fmt::parse::tests::plural_simple ... ok | |
test fmt::parse::tests::select_cases ... ok | |
test fmt::parse::tests::select_simple ... ok | |
test fmt::parse::tests::simple ... ok | |
test hash::tests::test_float_hashes_differ ... ok | |
test hash::tests::test_float_hashes_of_zero ... ok | |
test hash::tests::test_hash_idempotent ... ok | |
test hash::tests::test_hash_no_bytes_dropped_32 ... ok | |
test hash::tests::test_hash_no_bytes_dropped_64 ... ok | |
test hash::tests::test_hash_no_concat_alias ... ok | |
test hash::tests::test_hash_uint ... ok | |
test hash::tests::test_siphash ... ok | |
test hashmap::test_map::test_conflict_remove ... ok | |
test hashmap::test_map::test_create_capacity_zero ... ok | |
test hashmap::test_map::test_eq ... ok | |
test hashmap::test_map::test_expand ... ok | |
test hashmap::test_map::test_find ... ok | |
test hashmap::test_map::test_find_equiv ... ok | |
test hashmap::test_map::test_find_mut ... ok | |
test hashmap::test_map::test_find_or_insert ... ok | |
test hashmap::test_map::test_find_or_insert_with ... ok | |
test hashmap::test_map::test_from_iter ... ok | |
test hashmap::test_map::test_insert ... ok | |
test hashmap::test_map::test_insert_conflicts ... ok | |
test hashmap::test_map::test_insert_or_update_with ... ok | |
test hashmap::test_map::test_insert_overwrite ... ok | |
test hashmap::test_map::test_is_empty ... ok | |
test hashmap::test_map::test_iterate ... ok | |
test hashmap::test_map::test_move_iter ... ok | |
test hashmap::test_map::test_pop ... ok | |
test hashmap::test_map::test_swap ... ok | |
test hashmap::test_set::test_difference ... ok | |
test hashmap::test_set::test_disjoint ... ok | |
test hashmap::test_set::test_eq ... ok | |
test hashmap::test_set::test_from_iter ... ok | |
test hashmap::test_set::test_intersection ... ok | |
test hashmap::test_set::test_iterate ... ok | |
test hashmap::test_set::test_move_iter ... ok | |
test hashmap::test_set::test_subset_and_superset ... ok | |
test i16::generated::tests::test_abs ... ok | |
test hashmap::test_set::test_symmetric_difference ... ok | |
test i16::generated::tests::test_abs_sub ... ok | |
test hashmap::test_set::test_union ... ok | |
test i16::generated::tests::test_bitcount ... ok | |
test i16::generated::tests::test_bitwise ... ok | |
test i16::generated::tests::test_div_mod_floor ... ok | |
test i16::generated::tests::test_div_rem ... ok | |
test i16::generated::tests::test_even ... ok | |
test i16::generated::tests::test_from_str ... ok | |
test i16::generated::tests::test_gcd ... ok | |
test i16::generated::tests::test_int_from_str_overflow ... ok | |
test i16::generated::tests::test_int_to_str_overflow ... ok | |
test i16::generated::tests::test_is_negative ... ok | |
test i16::generated::tests::test_is_positive ... ok | |
test i16::generated::tests::test_lcm ... ok | |
test i16::generated::tests::test_multiple_of ... ok | |
test i16::generated::tests::test_num ... ok | |
test i16::generated::tests::test_odd ... ok | |
test i16::generated::tests::test_orderable ... ok | |
test i16::generated::tests::test_parse_bytes ... ok | |
test i16::generated::tests::test_primitive ... ok | |
test i16::generated::tests::test_signed_checked_div ... ok | |
test i16::generated::tests::test_signum ... ok | |
test i16::generated::tests::test_to_str ... ok | |
test i32::generated::tests::test_abs ... ok | |
test i32::generated::tests::test_abs_sub ... ok | |
test i32::generated::tests::test_bitcount ... ok | |
test i32::generated::tests::test_bitwise ... ok | |
test i32::generated::tests::test_div_mod_floor ... ok | |
test i32::generated::tests::test_div_rem ... ok | |
test i32::generated::tests::test_even ... ok | |
test i32::generated::tests::test_from_str ... ok | |
test i32::generated::tests::test_gcd ... ok | |
test i32::generated::tests::test_int_from_str_overflow ... ok | |
test i32::generated::tests::test_int_to_str_overflow ... ok | |
test i32::generated::tests::test_is_negative ... ok | |
test i32::generated::tests::test_is_positive ... ok | |
test i32::generated::tests::test_lcm ... ok | |
test i32::generated::tests::test_multiple_of ... ok | |
test i32::generated::tests::test_num ... ok | |
test i32::generated::tests::test_odd ... ok | |
test i32::generated::tests::test_orderable ... ok | |
test i32::generated::tests::test_parse_bytes ... ok | |
test i32::generated::tests::test_primitive ... ok | |
test i32::generated::tests::test_signed_checked_div ... ok | |
test i32::generated::tests::test_signum ... ok | |
test i32::generated::tests::test_to_str ... ok | |
test i64::generated::tests::test_abs ... ok | |
test i64::generated::tests::test_abs_sub ... ok | |
test i64::generated::tests::test_bitcount ... ok | |
test i64::generated::tests::test_bitwise ... ok | |
test i64::generated::tests::test_div_mod_floor ... ok | |
test i64::generated::tests::test_div_rem ... ok | |
test i64::generated::tests::test_even ... ok | |
test i64::generated::tests::test_from_str ... ok | |
test i64::generated::tests::test_gcd ... ok | |
test i64::generated::tests::test_int_from_str_overflow ... ok | |
test i64::generated::tests::test_int_to_str_overflow ... ok | |
test i64::generated::tests::test_is_negative ... ok | |
test i64::generated::tests::test_is_positive ... ok | |
test i64::generated::tests::test_lcm ... ok | |
test i64::generated::tests::test_multiple_of ... ok | |
test i64::generated::tests::test_num ... ok | |
test i64::generated::tests::test_odd ... ok | |
test i64::generated::tests::test_orderable ... ok | |
test i64::generated::tests::test_parse_bytes ... ok | |
test i64::generated::tests::test_primitive ... ok | |
test i64::generated::tests::test_signed_checked_div ... ok | |
test i64::generated::tests::test_signum ... ok | |
test i64::generated::tests::test_to_str ... ok | |
test i8::generated::tests::test_abs ... ok | |
test i8::generated::tests::test_abs_sub ... ok | |
test i8::generated::tests::test_bitcount ... ok | |
test i8::generated::tests::test_bitwise ... ok | |
test i8::generated::tests::test_div_mod_floor ... ok | |
test i8::generated::tests::test_div_rem ... ok | |
test i8::generated::tests::test_even ... ok | |
test i8::generated::tests::test_from_str ... ok | |
test i8::generated::tests::test_gcd ... ok | |
test i8::generated::tests::test_int_from_str_overflow ... ok | |
test i8::generated::tests::test_int_to_str_overflow ... ok | |
test i8::generated::tests::test_is_negative ... ok | |
test i8::generated::tests::test_is_positive ... ok | |
test i8::generated::tests::test_lcm ... ok | |
test i8::generated::tests::test_multiple_of ... ok | |
test i8::generated::tests::test_num ... ok | |
test i8::generated::tests::test_odd ... ok | |
test i8::generated::tests::test_orderable ... ok | |
test i8::generated::tests::test_parse_bytes ... ok | |
test i8::generated::tests::test_primitive ... ok | |
test i8::generated::tests::test_signed_checked_div ... ok | |
test i8::generated::tests::test_signum ... ok | |
test i8::generated::tests::test_to_str ... ok | |
test int::generated::tests::test_abs ... ok | |
test int::generated::tests::test_abs_sub ... ok | |
test int::generated::tests::test_bitcount ... ok | |
test int::generated::tests::test_bitwise ... ok | |
test int::generated::tests::test_div_mod_floor ... ok | |
test int::generated::tests::test_div_rem ... ok | |
test int::generated::tests::test_even ... ok | |
test int::generated::tests::test_from_str ... ok | |
test int::generated::tests::test_gcd ... ok | |
test int::generated::tests::test_int_from_str_overflow ... ok | |
test int::generated::tests::test_int_to_str_overflow ... ok | |
test int::generated::tests::test_is_negative ... ok | |
test int::generated::tests::test_is_positive ... ok | |
test int::generated::tests::test_lcm ... ok | |
test int::generated::tests::test_multiple_of ... ok | |
test int::generated::tests::test_num ... ok | |
test int::generated::tests::test_odd ... ok | |
test int::generated::tests::test_orderable ... ok | |
test int::generated::tests::test_parse_bytes ... ok | |
test int::generated::tests::test_primitive ... ok | |
test int::generated::tests::test_signed_checked_div ... ok | |
test int::generated::tests::test_signum ... ok | |
test int::generated::tests::test_to_str ... ok | |
test int::test_overflows ... ok | |
test int::test_pow ... ok | |
test iter::order::test_lt ... ok | |
test iter::tests::test_all ... ok | |
test iter::tests::test_any ... ok | |
test iter::tests::test_by_ref ... ok | |
test iter::tests::test_collect ... ok | |
test iter::tests::test_count ... ok | |
test iter::tests::test_counter_from_iter ... ok | |
test iter::tests::test_cycle ... ok | |
test iter::tests::test_double_ended_chain ... ok | |
test iter::tests::test_double_ended_enumerate ... ok | |
test iter::tests::test_double_ended_filter ... ok | |
test iter::tests::test_double_ended_filter_map ... ok | |
test iter::tests::test_double_ended_flat_map ... ok | |
test iter::tests::test_double_ended_map ... ok | |
test iter::tests::test_double_ended_range ... ok | |
test iter::tests::test_double_ended_zip ... ok | |
test iter::tests::test_filter_map ... ok | |
test iter::tests::test_find ... ok | |
test iter::tests::test_inspect ... ok | |
test iter::tests::test_invert ... ok | |
test iter::tests::test_iterator_chain ... ok | |
test iter::tests::test_iterator_enumerate ... ok | |
test iter::tests::test_iterator_flat_map ... ok | |
test iter::tests::test_iterator_last ... ok | |
test iter::tests::test_iterator_len ... ok | |
test iter::tests::test_iterator_max ... ok | |
test iter::tests::test_iterator_min ... ok | |
test iter::tests::test_iterator_nth ... ok | |
test iter::tests::test_iterator_peekable ... ok | |
test iter::tests::test_iterator_product ... ok | |
test iter::tests::test_iterator_scan ... ok | |
test iter::tests::test_iterator_size_hint ... ok | |
test iter::tests::test_iterator_skip ... ok | |
test iter::tests::test_iterator_skip_while ... ok | |
test iter::tests::test_iterator_sum ... ok | |
test iter::tests::test_iterator_take ... ok | |
test iter::tests::test_iterator_take_while ... ok | |
test iter::tests::test_max_by ... ok | |
test iter::tests::test_min_by ... ok | |
test iter::tests::test_position ... ok | |
test iter::tests::test_random_access_chain ... ok | |
test iter::tests::test_random_access_cycle ... ok | |
test iter::tests::test_random_access_enumerate ... ok | |
test iter::tests::test_random_access_inspect ... ok | |
test iter::tests::test_random_access_invert ... ok | |
test iter::tests::test_random_access_map ... ok | |
test iter::tests::test_random_access_skip ... ok | |
test iter::tests::test_random_access_take ... ok | |
test iter::tests::test_random_access_zip ... ok | |
test iter::tests::test_range ... ok | |
test iter::tests::test_range_inclusive ... ok | |
test iter::tests::test_range_step ... ok | |
task '<unnamed>' failed at 'explicit failure', /home/leon/dev/rust/wrong_rust/src/libstd/iter.rs:2649 | |
test iter::tests::test_range_step_inclusive ... ok | |
test iter::tests::test_reverse ... ok | |
test iter::tests::test_rposition ... ok | |
task '<unnamed>' failed at 'TLS slot cannot be borrowed as mutable because it is already borrowed as immutable', /home/leon/dev/rust/wrong_rust/src/libstd/local_data.rs:244 | |
test iter::tests::test_rposition_fail ... ok | |
task '<unnamed>' failed at 'TLS slot cannot be borrowed as immutable because it is already borrowed as mutable', /home/leon/dev/rust/wrong_rust/src/libstd/local_data.rs:244 | |
test iter::tests::test_unfoldr ... ok | |
task '<unnamed>' failed at 'TLS slot cannot be borrowed as mutable because it is already borrowed as mutable', /home/leon/dev/rust/wrong_rust/src/libstd/local_data.rs:244 | |
test local_data::tests::test_get_mut ... ok | |
task '<unnamed>' failed at 'TLS value cannot be overwritten because it is | |
already borrowed as immutable', /home/leon/dev/rust/wrong_rust/src/libstd/local_data.rs:308 | |
test local_data::tests::test_nested_get_mut2 ... ok | |
test local_data::tests::test_nested_get_mut3 ... ok | |
test local_data::tests::test_nested_get_mut4 ... ok | |
test local_data::tests::test_nested_get_set1 ... ok | |
test local_data::tests::test_owned ... ok | |
test local_data::tests::test_same_key_type ... task 'task '<unnamed>' failed at 'explicit failure', /home/leon/dev/rust/wrong_rust/src/libstd/local_data.rs:460 | |
<unnamed>' failed at 'explicit failure', /home/leon/dev/rust/wrong_rust/src/libstd/local_data.rs:464 | |
ok | |
test local_data::tests::test_static_pointer ... ok | |
test local_data::tests::test_tls_crust_automorestack_memorial_bug ... ok | |
test local_data::tests::test_tls_cleanup_on_failure ... ok | |
test local_data::tests::test_tls_modify ... ok | |
test local_data::tests::test_tls_overwrite ... ok | |
test local_data::tests::test_tls_multiple_types ... ok | |
test local_data::tests::test_tls_multitask ... ok | |
test local_data::tests::test_tls_pop ... ok | |
test managed::refcount_test ... ok | |
test local_data::tests::test_tls_overwrite_multiple_types ... ok | |
test managed::test ... ok | |
test mem::tests::align_of_64 ... ok | |
test mem::tests::align_of_basic ... ok | |
test mem::tests::align_of_val_basic ... ok | |
test mem::tests::nonzero_size_of_basic ... ok | |
test mem::tests::nonzero_size_of_val_basic ... ok | |
test mem::tests::size_of_64 ... ok | |
test mem::tests::size_of_basic ... ok | |
test mem::tests::size_of_val_basic ... ok | |
test num::strconv::test::from_str_ignore_underscores ... ok | |
test num::strconv::test::from_str_issue5770 ... ok | |
test num::strconv::test::from_str_issue7588 ... ok | |
test num::tests::test_cast_range_i16_max ... ok | |
test num::tests::test_cast_range_i16_min ... ok | |
test num::tests::test_cast_range_i32_max ... ok | |
test num::tests::test_cast_range_i32_min ... ok | |
test num::tests::test_cast_range_i64_max ... ok | |
test num::tests::test_cast_range_i64_min ... ok | |
test num::tests::test_cast_range_i8_max ... ok | |
test num::tests::test_cast_range_i8_min ... ok | |
test num::tests::test_cast_range_int_max ... ok | |
test num::tests::test_cast_range_int_min ... ok | |
test num::tests::test_cast_range_u16_max ... ok | |
test num::tests::test_cast_range_u16_min ... ok | |
test num::tests::test_cast_range_u32_max ... ok | |
test num::tests::test_cast_range_u32_min ... ok | |
test num::tests::test_cast_range_u64_max ... ok | |
test num::tests::test_cast_range_u64_min ... ok | |
test num::tests::test_cast_range_u8_max ... ok | |
test num::tests::test_cast_range_u8_min ... ok | |
test num::tests::test_cast_range_uint_max ... ok | |
test num::tests::test_cast_range_uint_min ... ok | |
test num::tests::test_checked_add ... ok | |
test num::tests::test_checked_mul ... ok | |
test num::tests::test_checked_sub ... ok | |
test num::tests::test_f32_cast ... ok | |
test num::tests::test_f64_cast ... ok | |
test num::tests::test_from_primitive ... ok | |
test num::tests::test_i16_cast ... ok | |
test num::tests::test_i32_cast ... ok | |
test num::tests::test_i64_cast ... ok | |
test num::tests::test_i8_cast ... ok | |
test num::tests::test_int_cast ... ok | |
test num::tests::test_saturating_add_int ... ok | |
test num::tests::test_saturating_add_uint ... ok | |
test num::tests::test_saturating_sub_int ... ok | |
test num::tests::test_saturating_sub_uint ... ok | |
test num::tests::test_to_primitive ... ok | |
test num::tests::test_u16_cast ... ok | |
test num::tests::test_u32_cast ... ok | |
test num::tests::test_u64_cast ... ok | |
test num::tests::test_u8_cast ... ok | |
test num::tests::test_uint_cast ... ok | |
test option::tests::test_and ... ok | |
test option::tests::test_and_then ... ok | |
test option::tests::test_as_option ... ok | |
test option::tests::test_filtered ... ok | |
test option::tests::test_get_ptr ... ok | |
test option::tests::test_get_resource ... ok | |
test option::tests::test_get_str ... ok | |
test option::tests::test_into_either ... ok | |
test option::tests::test_into_option ... ok | |
test option::tests::test_into_result ... ok | |
test option::tests::test_iter ... ok | |
task '<unnamed>' failed at 'called `Option::take_unwrap()` on a `None` value', /home/leon/dev/rust/wrong_rust/src/libstd/option.rs:302 | |
test option::tests::test_mut_iter ... ok | |
test option::tests::test_mutate ... ok | |
test option::tests::test_option_dance ... ok | |
test option::tests::test_option_too_much_dance ... ok | |
test option::tests::test_option_while_some ... ok | |
test option::tests::test_or ... ok | |
test option::tests::test_or_else ... ok | |
test option::tests::test_ord ... ok | |
test option::tests::test_to_either ... ok | |
task '<unnamed>' failed at 'called `Option::unwrap()` on a `None` value', /home/leon/dev/rust/wrong_rust/src/libstd/option.rs:289 | |
test option::tests::test_to_option ... ok | |
task '<unnamed>' failed at 'called `Option::unwrap()` on a `None` value', /home/leon/dev/rust/wrong_rust/src/libstd/option.rs:289 | |
test option::tests::test_to_result ... ok | |
test option::tests::test_unwrap ... ok | |
test option::tests::test_unwrap_fail ... ok | |
test option::tests::test_unwrap_fail1 ... ok | |
test option::tests::test_unwrap_or ... ok | |
test option::tests::test_unwrap_or_else ... ok | |
test option::tests::test_unwrap_or_zero ... ok | |
test os::tests::copy_file_does_not_exist ... ok | |
test os::tests::homedir ... ok | |
test os::tests::last_os_error ... ok | |
test os::tests::copy_file_ok ... ok | |
test os::tests::list_dir ... ok | |
test os::tests::list_dir_root ... ok | |
test os::tests::memory_map_file ... ok | |
test os::tests::memory_map_rw ... ok | |
test os::tests::recursive_mkdir_slash ... ok | |
test os::tests::path_exists ... ok | |
test os::tests::test ... ok | |
test os::tests::path_is_dir ... ok | |
test os::tests::test_args ... ok | |
test os::tests::test_env_getenv ... ignored | |
test os::tests::test_getenv_big ... ignored | |
test os::tests::test_list_dir_no_invalid_memory_access ... ok | |
test os::tests::test_env_setenv ... ok | |
test os::tests::test_self_exe_path ... ok | |
test os::tests::test_setenv_overwrite ... ignored | |
test os::tests::test_setenv ... ok | |
test os::tests::tmpdir ... ok | |
test path::posix::tests::test_component_iter ... ok | |
test os::tests::test_unsetenv ... ok | |
test path::posix::tests::test_components ... ok | |
test path::posix::tests::test_dir_path ... ok | |
test path::posix::tests::test_display ... ok | |
test path::posix::tests::test_display_str ... ok | |
test path::posix::tests::test_ends_with_path ... ok | |
test path::posix::tests::test_getters ... ok | |
test path::posix::tests::test_is_absolute ... ok | |
test path::posix::tests::test_is_ancestor_of ... ok | |
test path::posix::tests::test_join ... ok | |
test path::posix::tests::test_join_many ... ok | |
test path::posix::tests::test_join_path ... ok | |
test path::posix::tests::test_null_byte ... task 'new() w/nul' failed at 'assertion failed: !contains_nul(path)', /home/leon/dev/rust/wrong_rust/src/libstd/path/mod.rs:157 | |
task 'set_filename w/nul' failed at 'assertion failed: !contains_nul(filename)', /home/leon/dev/rust/wrong_rust/src/libstd/path/mod.rs:278 | |
task 'push w/nul' failed at 'assertion failed: !contains_nul(path)', /home/leon/dev/rust/wrong_rust/src/libstd/path/mod.rs:403 | |
ok | |
test path::posix::tests::test_opt_paths ... ok | |
test path::posix::tests::test_path_relative_from ... ok | |
test path::posix::tests::test_null_byte_fail ... ok | |
test path::posix::tests::test_paths ... ok | |
test path::posix::tests::test_pop ... ok | |
test path::posix::tests::test_push ... ok | |
test path::posix::tests::test_push_many ... ok | |
test path::posix::tests::test_push_path ... ok | |
test path::posix::tests::test_root_path ... ok | |
test path::posix::tests::test_setters ... ok | |
test path::posix::tests::test_str_component_iter ... ok | |
test path::posix::tests::test_with_helpers ... ok | |
test path::tests::test_cstring ... ok | |
test path::windows::tests::test_component_iter ... ok | |
test path::windows::tests::test_components ... ok | |
test path::windows::tests::test_dir_path ... ok | |
test path::windows::tests::test_display ... ok | |
test path::windows::tests::test_display_str ... ok | |
test path::windows::tests::test_ends_with_path ... ok | |
test path::windows::tests::test_getters ... ok | |
test path::windows::tests::test_is_absolute ... ok | |
test path::windows::tests::test_is_ancestor_of ... ok | |
task '<unnamed>' failed at 'from_utf8_slice: not utf-8', /home/leon/dev/rust/wrong_rust/src/libstd/option.rs:317 | |
test path::windows::tests::test_join ... ok | |
test path::windows::tests::test_join_many ... ok | |
test path::windows::tests::test_join_path ... ok | |
test path::windows::tests::test_not_utf8_fail ... ok | |
test path::windows::tests::test_null_byte ... task 'from_vec() w\nul' failed at 'assertion failed: !contains_nul(path)', /home/leon/dev/rust/wrong_rust/src/libstd/path/mod.rs:157 | |
task 'set_filename w\nul' failed at 'assertion failed: !contains_nul(filename)', /home/leon/dev/rust/wrong_rust/src/libstd/path/mod.rs:278 | |
task 'push w\nul' failed at 'assertion failed: !contains_nul(path)', /home/leon/dev/rust/wrong_rust/src/libstd/path/mod.rs:403 | |
ok | |
test path::windows::tests::test_opt_paths ... ok | |
test path::windows::tests::test_parse_prefix ... ok | |
test path::windows::tests::test_null_byte_fail ... ok | |
test path::windows::tests::test_path_relative_from ... ok | |
test path::windows::tests::test_paths ... ok | |
test path::windows::tests::test_pop ... ok | |
test path::windows::tests::test_push ... ok | |
test path::windows::tests::test_push_many ... ok | |
test path::windows::tests::test_push_path ... ok | |
test path::windows::tests::test_root_path ... ok | |
test path::windows::tests::test_setters ... ok | |
test path::windows::tests::test_str_component_iter ... ok | |
test path::windows::tests::test_with_helpers ... ok | |
test ptr::ptr_tests::test ... ok | |
test ptr::ptr_tests::test_buf_len ... ok | |
test ptr::ptr_tests::test_is_null ... ok | |
task '<unnamed>' failed at 'ptr::array_each_with_len failure: arr input is null pointer', /home/leon/dev/rust/wrong_rust/src/libstd/ptr.rs:269 | |
test ptr::ptr_tests::test_position ... ok | |
test ptr::ptr_tests::test_ptr_addition ... ok | |
task '<unnamed>' failed at 'ptr::array_each_with_len failure: arr input is null pointer', /home/leon/dev/rust/wrong_rust/src/libstd/ptr.rs:248 | |
test ptr::ptr_tests::test_ptr_array_each ... ok | |
test ptr::ptr_tests::test_ptr_array_each_null_ptr ... ok | |
test ptr::ptr_tests::test_ptr_array_each_with_len ... ok | |
test ptr::ptr_tests::test_ptr_array_each_with_len_null_ptr ... ok | |
test ptr::ptr_tests::test_ptr_subtraction ... ok | |
test ptr::ptr_tests::test_set_memory ... ok | |
task '<unnamed>' failed at 'Range::new called with `low >= high`', /home/leon/dev/rust/wrong_rust/src/libstd/rand/range.rs:60 | |
test ptr::ptr_tests::test_to_option ... ok | |
task '<unnamed>' failed at 'Range::new called with `low >= high`', /home/leon/dev/rust/wrong_rust/src/libstd/rand/range.rs:60 | |
test rand::distributions::range::tests::test_range_bad_limits_equal ... ok | |
test rand::distributions::range::tests::test_range_bad_limits_flipped ... ok | |
task '<unnamed>' failed at 'Exp::new called with `lambda` <= 0', /home/leon/dev/rust/wrong_rust/src/libstd/rand/distributions.rs:400 | |
test rand::distributions::range::tests::test_floats ... ok | |
task '<unnamed>' failed at 'Exp::new called with `lambda` <= 0', /home/leon/dev/rust/wrong_rust/src/libstd/rand/distributions.rs:400 | |
test rand::distributions::tests::test_exp_invalid_lambda_neg ... ok | |
test rand::distributions::tests::test_exp ... ok | |
task '<unnamed>' failed at 'Normal::new called with `std_dev` < 0', /home/leon/dev/rust/wrong_rust/src/libstd/rand/distributions.rs:322 | |
test rand::distributions::tests::test_exp_invalid_lambda_zero ... ok | |
test rand::distributions::tests::test_normal_invalid_sd ... ok | |
test rand::distributions::tests::test_normal ... ok | |
task '<unnamed>' failed at 'WeightedChoice::new called with no items', /home/leon/dev/rust/wrong_rust/src/libstd/rand/distributions.rs:116 | |
test rand::distributions::tests::test_weighted_choice ... ok | |
task '<unnamed>' failed at 'WeightedChoice::new called with a total weight larger than a uint can contain', /home/leon/dev/rust/wrong_rust/src/libstd/option.rs:317 | |
test rand::distributions::tests::test_rand_sample ... ok | |
task '<unnamed>' failed at 'WeightedChoice::new called with a total weight of 0', /home/leon/dev/rust/wrong_rust/src/libstd/rand/distributions.rs:130 | |
test rand::distributions::tests::test_weighted_choice_no_items ... ok | |
test rand::distributions::tests::test_weighted_choice_weight_overflows ... ok | |
test rand::distributions::tests::test_weighted_choice_zero_weight ... ok | |
test rand::isaac::test::test_rng_32_seeded ... ok | |
test rand::isaac::test::test_rng_32_true_values ... ok | |
test rand::distributions::range::tests::test_integers ... ok | |
test rand::isaac::test::test_rng_32_rand_seeded ... ok | |
test rand::isaac::test::test_rng_32_reseed ... ok | |
test rand::isaac::test::test_rng_64_seeded ... ok | |
test rand::isaac::test::test_rng_64_true_values ... ok | |
test rand::os::test::test_os_rng ... ok | |
test rand::reader::test::test_reader_rng_fill_bytes ... ok | |
task '<unnamed>' failed at 'ReaderRng.fill_bytes reached eof.', /home/leon/dev/rust/wrong_rust/src/libstd/rand/reader.rs:72 | |
test rand::reader::test::test_reader_rng_insufficient_bytes ... ok | |
test rand::reader::test::test_reader_rng_u32 ... ok | |
test rand::reader::test::test_reader_rng_u64 ... ok | |
test rand::reseeding::test::test_reseeding ... ok | |
test rand::reseeding::test::test_rng_reseed ... ok | |
test rand::reseeding::test::test_rng_seeded ... ok | |
test rand::test::test_choose ... ok | |
test rand::test::test_choose_option ... ok | |
test rand::test::test_fill_bytes_default ... ok | |
test rand::test::test_gen_ascii_str ... ok | |
test rand::test::test_gen_f64 ... ok | |
test rand::test::test_gen_range ... ok | |
task '<unnamed>' failed at 'Rng.gen_range called with low >= high', /home/leon/dev/rust/wrong_rust/src/libstd/rand/mod.rs:235 | |
test rand::test::test_gen_range_fail_int ... ok | |
task '<unnamed>' failed at 'Rng.gen_range called with low >= high', /home/leon/dev/rust/wrong_rust/src/libstd/rand/mod.rs:235 | |
test rand::test::test_gen_range_fail_uint ... ok | |
test rand::test::test_gen_vec ... ok | |
test rand::test::test_gen_weighted_bool ... ok | |
test rand::test::test_random ... ok | |
test rand::test::test_sample ... ok | |
test rand::test::test_shuffle ... ok | |
test rand::isaac::test::test_rng_64_rand_seeded ... ok | |
test rand::isaac::test::test_rng_64_reseed ... ok | |
test rand::test::test_task_rng ... ok | |
test rc::test_rc::test_clone ... ok | |
test rc::test_rc::test_deep_clone ... ok | |
test rc::test_rc::test_destructor ... ok | |
test rc::test_rc::test_simple ... ok | |
test rc::test_rc::test_simple_clone ... ok | |
test rc::test_rc_mut::borrow_many ... ok | |
task '<unnamed>' failed at 'assertion failed: `(left == right) && (right == left)` (left: `Immutable`, right: `Nothing`)', /home/leon/dev/rust/wrong_rust/src/libstd/rc.rs:218 | |
test rc::test_rc_mut::frozen ... ok | |
test rc::test_rc_mut::modify ... ok | |
task '<unnamed>' failed at 'assertion failed: `(left == right) && (right == left)` (left: `Mutable`, right: `Nothing`)', /home/leon/dev/rust/wrong_rust/src/libstd/rc.rs:218 | |
test rc::test_rc_mut::mutable_dupe ... ok | |
task '<unnamed>' failed at 'assertion failed: (*self.ptr).borrow != Mutable', /home/leon/dev/rust/wrong_rust/src/libstd/rc.rs:205 | |
test rc::test_rc_mut::mutable_freeze ... ok | |
test rc::test_rc_mut::release_immutable ... ok | |
test rc::test_rc_mut::release_mutable ... ok | |
task '<unnamed>' failed at 'assertion failed: `(left == right) && (right == left)` (left: `Immutable`, right: `Nothing`)', /home/leon/dev/rust/wrong_rust/src/libstd/rc.rs:218 | |
test rc::test_rc_mut::restore_freeze ... ok | |
test rc::test_rc_mut::test_clone ... ok | |
test rc::test_rc_mut::test_deep_clone ... ok | |
test repr::test_repr ... ok | |
test result::tests::test_and ... ok | |
test result::tests::test_and_then ... ok | |
test result::tests::test_as_either ... ok | |
test result::tests::test_as_option ... ok | |
test result::tests::test_as_result ... ok | |
test result::tests::test_collect ... ok | |
test result::tests::test_fmt_default ... ok | |
test result::tests::test_fold ... ok | |
test result::tests::test_get_ref_method ... ok | |
test result::tests::test_impl_iter ... ok | |
test result::tests::test_impl_iter_err ... ok | |
test result::tests::test_impl_map ... ok | |
test result::tests::test_impl_map_err ... ok | |
test result::tests::test_impl_map_err_move ... ok | |
test result::tests::test_impl_map_move ... ok | |
test result::tests::test_into_either ... ok | |
test result::tests::test_into_option ... ok | |
test result::tests::test_into_result ... ok | |
test result::tests::test_or ... ok | |
test result::tests::test_or_else ... ok | |
test result::tests::test_to_either ... ok | |
test result::tests::test_to_option ... ok | |
test result::tests::test_to_result ... ok | |
test result::tests::test_to_str ... ok | |
test rt::args::imp::tests::smoke_test ... ok | |
test rt::comm::test::megapipe_stress ... ok | |
task '<unnamed>' failed at 'receiving on closed channel', /home/leon/dev/rust/wrong_rust/src/libstd/rt/comm.rs:198 | |
test rt::comm::test::oneshot_multi_task_recv_then_close ... ok | |
test rt::comm::test::oneshot_multi_task_recv_then_send ... ok | |
test rt::comm::test::oneshot_multi_thread_close_stress ... ok | |
task '<unnamed>' failed at 'receiving on closed channel', /home/leon/dev/rust/wrong_rust/src/libstd/rt/comm.rs:198 | |
test rt::comm::test::oneshot_multi_thread_recv_close_stress ... ok | |
test rt::comm::test::oneshot_multi_thread_send_close_stress ... ok | |
test rt::comm::test::oneshot_multi_thread_send_recv_stress ... ok | |
test rt::comm::test::oneshot_single_thread_close_chan_first ... ok | |
test rt::comm::test::oneshot_single_thread_close_port_first ... ok | |
test rt::comm::test::oneshot_single_thread_peek_close ... ok | |
test rt::comm::test::oneshot_single_thread_peek_data ... ok | |
test rt::comm::test::oneshot_single_thread_peek_open ... ok | |
test rand::os::test::test_os_rng_tasks ... ok | |
task '<unnamed>' failed at 'receiving on closed channel', /home/leon/dev/rust/wrong_rust/src/libstd/rt/comm.rs:198 | |
test rt::comm::test::oneshot_single_thread_recv_chan_close ... ok | |
test rt::comm::test::oneshot_single_thread_send_port_close ... ok | |
test rt::comm::test::oneshot_single_thread_try_recv_closed ... ok | |
test rt::comm::test::oneshot_single_thread_send_then_recv ... ok | |
test rt::comm::test::oneshot_single_thread_try_recv_open ... ok | |
test rt::comm::test::oneshot_single_thread_try_send_closed ... ok | |
test rt::comm::test::oneshot_single_thread_try_send_open ... ok | |
test rt::comm::test::send_deferred ... ok | |
test rand::test::test_std_rng_reseed ... ok | |
test rt::comm::test::recv_a_lot ... ok | |
test rt::comm::test::shared_port_close_simple ... ok | |
test rt::comm::test::shared_port_close ... ok | |
test rt::comm::test::stream_send_recv_stress ... ok | |
test rt::crate_map::tests::iter_crate_map_duplicates ... ok | |
test rt::crate_map::tests::iter_crate_map_follow_children ... ok | |
test rt::io::buffered::test::test_buffered_reader ... ok | |
test rt::io::buffered::test::test_buffered_stream ... ok | |
test rt::io::buffered::test::test_buffered_writer ... ok | |
test rt::io::buffered::test::test_line_buffer ... ok | |
test rt::io::buffered::test::test_read_until ... ok | |
test rt::io::extensions::test::bytes_0_bytes ... ok | |
test rt::io::extensions::test::bytes_eof ... ok | |
test rt::io::extensions::test::bytes_error ... ok | |
test rt::io::extensions::test::push_bytes ... ok | |
test rt::io::extensions::test::push_bytes_eof ... ok | |
test rt::io::extensions::test::push_bytes_error ... ok | |
task '<unnamed>' failed at 'Unhandled condition: io_error: rt::io::IoError{kind: OtherIoError, desc: "Placeholder error. You shouldn't be seeing this", detail: None}', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test rt::io::extensions::test::push_bytes_fail_reset_len ... ok | |
test rt::io::extensions::test::push_bytes_partial ... ok | |
test rt::io::extensions::test::read_byte ... ok | |
test rt::io::extensions::test::read_byte_0_bytes ... ok | |
test rt::io::extensions::test::read_byte_eof ... ok | |
test rt::io::extensions::test::read_byte_error ... ok | |
test rt::io::extensions::test::read_bytes ... ok | |
test rt::io::extensions::test::read_bytes_eof ... ok | |
test rt::io::extensions::test::read_bytes_partial ... ok | |
test rt::io::extensions::test::read_to_end ... ok | |
task '<unnamed>' failed at 'Unhandled condition: io_error: rt::io::IoError{kind: OtherIoError, desc: "Placeholder error. You shouldn't be seeing this", detail: None}', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
test rt::io::extensions::test::read_to_end_error ... ok | |
test rt::io::extensions::test::test_read_be_int_n ... ok | |
test rt::io::extensions::test::test_read_f32 ... ok | |
test rt::io::extensions::test::test_read_write_be ... ok | |
test rt::io::extensions::test::test_read_write_f32 ... ok | |
test rt::io::extensions::test::test_read_write_le_mem ... ok | |
test rt::comm::test::shared_chan_stress ... ok | |
test rt::io::file::test::file_test_directoryinfo_check_exists_before_and_after_mkdir ... ok | |
test rt::io::file::test::file_test_directoryinfo_readdir ... ok | |
test rand::test::test_std_rng_seeded ... ok | |
test rt::io::file::test::file_test_fileinfo_false_when_checking_is_file_on_a_directory ... ok | |
test rt::io::file::test::file_test_io_invalid_path_opened_without_create_should_raise_condition ... ok | |
test rt::io::file::test::file_test_io_non_positional_read ... ok | |
test rt::io::file::test::file_test_fileinfo_check_exists_before_and_after_file_creation ... ok | |
test rt::io::file::test::file_test_io_seek_and_tell_smoke_test ... ok | |
test rt::io::file::test::file_test_io_seek_and_write ... ok | |
test rt::io::file::test::file_test_io_seek_shakedown ... ok | |
test rt::io::file::test::file_test_iounlinking_invalid_path_should_raise_condition ... ok | |
test rt::comm::test::shared_port_stress ... ok | |
test rt::io::file::test::file_test_io_smoke_test ... ok | |
test rt::io::flate::test::smoke_test ... ignored | |
test rt::io::mem::test::test_buf_reader ... ok | |
test rt::io::mem::test::test_mem_reader ... ok | |
test rt::io::mem::test::test_mem_writer ... ok | |
test rt::io::file::test::file_test_stat_is_correct_on_is_dir ... ok | |
test rt::io::mem::test::test_with_mem_writer ... ok | |
test rt::io::native::file::tests::test_cfile ... ok | |
test rt::io::file::test::file_test_stat_is_correct_on_is_file ... ok | |
test rt::io::native::file::tests::test_file_desc ... ok | |
test rt::io::net::ip::test::ipv6_addr_to_str ... ok | |
test rt::io::net::ip::test::test_from_str_ipv4 ... ok | |
test rt::io::net::addrinfo::test::dns_smoke_test ... ok | |
test rt::io::net::ip::test::test_from_str_ipv4_in_ipv6 ... ok | |
test rt::io::net::ip::test::test_from_str_ipv6 ... ok | |
test rt::io::net::ip::test::test_from_str_socket_addr ... ok | |
test rt::io::net::tcp::test::bind_error ... ignored | |
test rt::io::net::tcp::test::connect_error ... ok | |
task '<unnamed>' failed at 'Unhandled condition: io_error: rt::io::IoError{kind: OtherIoError, desc: "address family not supported", detail: None}', /home/leon/dev/rust/wrong_rust/src/libstd/condition.rs:131 | |
task '<unnamed>' failed at 'receiving on closed channel', /home/leon/dev/rust/wrong_rust/src/libstd/rt/comm.rs:198 | |
You've met with a terrible fate, haven't you? | |
fatal runtime error: assertion failed: exit_status.is_success() | |
/bin/sh: line 1: 5118 Aborted (core dumped) x86_64-unknown-linux-gnu/stage2/test/stdtest-x86_64-unknown-linux-gnu --logfile tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-std.log --test --bench --save-metrics tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-std-metrics.json | |
/home/leon/dev/rust/wrong_rust/mk/tests.mk:454: recipe for target 'tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-std.ok' failed | |
make: *** [tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-std.ok] Error 134 | |
sh-4.2$ echo $? | |
2 | |
sh-4.2$ exit | |
exit | |
Script done on Mi 30 Okt 2013 13:14:38 CET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment