Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running Test 09-free-everything-stats/01
- ./runtests.sh: line 32: 1313 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/01 FAILED in 9ms
- 01: 01.c:42: main: Assertion `stats[0] == 2' failed.
- Running Test 09-free-everything-stats/02
- ./runtests.sh: line 32: 1330 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/02 FAILED in 10ms
- 02: 02.c:45: main: Assertion `stats[0] == expected' failed.
- Running Test 09-free-everything-stats/03
- ./runtests.sh: line 32: 1347 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/03 FAILED in 6ms
- 03: 03.c:48: main: Assertion `stats[0] == expected_n' failed.
- Running Test 09-free-everything-stats/04
- ./runtests.sh: line 32: 1364 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/04 FAILED in 7ms
- 04: 04.c:48: main: Assertion `stats[0] == expected_n' failed.
- Running Test 09-free-everything-stats/05
- ./runtests.sh: line 32: 1381 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/05 FAILED in 8ms
- 05: 05.c:48: main: Assertion `stats[0] == expected_n' failed.
- Running Test 09-free-everything-stats/06
- ./runtests.sh: line 32: 1398 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/06 FAILED in 6ms
- 06: 06.c:48: main: Assertion `stats[0] == expected_n' failed.
- Running Test 09-free-everything-stats/07
- ./runtests.sh: line 32: 1415 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/07 FAILED in 8ms
- 07: 07.c:73: main: Assertion `stats[0] == expected_n' failed.
- Running Test 09-free-everything-stats/08
- ./runtests.sh: line 32: 1432 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/08 FAILED in 6ms
- 08: 08.c:73: main: Assertion `stats[0] == expected_n' failed.
- Running Test 09-free-everything-stats/09
- ./runtests.sh: line 32: 1449 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 09-free-everything-stats/09 FAILED in 8ms
- 09: 09.c:73: main: Assertion `stats[0] == expected_n' failed.
- Finished in 1097ms
- vscode ➜ ~/hw-3-dariuswilson (master) $ ./runtests.sh 10
- rm -rf *.o d
- make -C tests/01-heap-size clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/01-heap-size'
- rm -rf 01.o 02.o 03.o hw3.o 01 02 03
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/01-heap-size'
- make -C tests/02-chunk-size clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/02-chunk-size'
- rm -rf 01.o 02.o 03.o hw3.o 01 02 03
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/02-chunk-size'
- make -C tests/03-chunk-status clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/03-chunk-status'
- rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/03-chunk-status'
- make -C tests/04-next-used clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/04-next-used'
- rm -rf 01.o 02.o 03.o hw3.o 01 02 03
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/04-next-used'
- make -C tests/05-next-used-free clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/05-next-used-free'
- rm -rf 01.o 02.o 03.o 04.o hw3.o 01 02 03 04
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/05-next-used-free'
- make -C tests/06-next-free clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/06-next-free'
- rm -rf 01.o 02.o 03.o hw3.o 01 02 03
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/06-next-free'
- make -C tests/07-next clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/07-next'
- rm -rf 01.o hw3.o 01
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/07-next'
- make -C tests/08-free-everything clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/08-free-everything'
- rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/08-free-everything'
- make -C tests/09-free-everything-stats clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/09-free-everything-stats'
- rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/09-free-everything-stats'
- make -C tests/10-free-everything-size clean
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
- rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
- gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -Wno-unused-but-set-variable -Wno-pointer-arith -Werror -std=c17 -Wpedantic -O0 -g hw3.c -c -o hw3.o
- make: Entering directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
- rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
- make: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
- make: Entering directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
- make -C ../..
- make[1]: Entering directory '/home/vscode/hw-3-dariuswilson'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson'
- cp ../../hw3.o .
- gcc -Wno-unused-result -std=c17 -g -O0 01.c -c -o 01.o
- gcc -Wno-unused-result -std=c17 -g -O0 01.o hw3.o -o 01
- gcc -Wno-unused-result -std=c17 -g -O0 02.c -c -o 02.o
- gcc -Wno-unused-result -std=c17 -g -O0 02.o hw3.o -o 02
- gcc -Wno-unused-result -std=c17 -g -O0 03.c -c -o 03.o
- gcc -Wno-unused-result -std=c17 -g -O0 03.o hw3.o -o 03
- gcc -Wno-unused-result -std=c17 -g -O0 04.c -c -o 04.o
- gcc -Wno-unused-result -std=c17 -g -O0 04.o hw3.o -o 04
- gcc -Wno-unused-result -std=c17 -g -O0 05.c -c -o 05.o
- gcc -Wno-unused-result -std=c17 -g -O0 05.o hw3.o -o 05
- gcc -Wno-unused-result -std=c17 -g -O0 06.c -c -o 06.o
- gcc -Wno-unused-result -std=c17 -g -O0 06.o hw3.o -o 06
- gcc -Wno-unused-result -std=c17 -g -O0 07.c -c -o 07.o
- gcc -Wno-unused-result -std=c17 -g -O0 07.o hw3.o -o 07
- gcc -Wno-unused-result -std=c17 -g -O0 08.c -c -o 08.o
- gcc -Wno-unused-result -std=c17 -g -O0 08.o hw3.o -o 08
- gcc -Wno-unused-result -std=c17 -g -O0 09.c -c -o 09.o
- gcc -Wno-unused-result -std=c17 -g -O0 09.o hw3.o -o 09
- make: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
- Running Test 10-free-everything-size/01
- ./runtests.sh: line 32: 1629 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 10-free-everything-size/01 FAILED in 7ms
- 01: 01.c:49: main: Assertion `is_chunk_free(p3)' failed.
- Running Test 10-free-everything-size/02
- ./runtests.sh: line 32: 1646 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 10-free-everything-size/02 FAILED in 9ms
- 02: 02.c:66: main: Assertion `is_chunk_free(data[i])' failed.
- Running Test 10-free-everything-size/03
- TEST 10-free-everything-size/03 PASSED in 6ms
- Freeing everything sized 200 between 363 and 364
- Should have free'd 0, counted 0
- Should have free'd exactly 0 bytes, counted 0
- Running Test 10-free-everything-size/04
- TEST 10-free-everything-size/04 PASSED in 7ms
- Freeing everything sized 200 between 363 and 364
- Should have free'd 0, counted 0
- Should have free'd exactly 0 bytes, counted 0
- Running Test 10-free-everything-size/05
- TEST 10-free-everything-size/05 PASSED in 7ms
- Freeing everything sized 200 between 363 and 364
- Should have free'd 0, counted 0
- Should have free'd exactly 0 bytes, counted 0
- Running Test 10-free-everything-size/06
- ./runtests.sh: line 32: 1717 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 10-free-everything-size/06 FAILED in 7ms
- 06: 06.c:54: main: Assertion `stats[0] == total' failed.
- Running Test 10-free-everything-size/07
- ./runtests.sh: line 32: 1734 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 10-free-everything-size/07 FAILED in 5ms
- 07: 07.c:106: main: Assertion `is_chunk_free(data[i])' failed.
- Running Test 10-free-everything-size/08
- ./runtests.sh: line 32: 1751 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 10-free-everything-size/08 FAILED in 8ms
- 08: 08.c:106: main: Assertion `is_chunk_free(data[i])' failed.
- Running Test 10-free-everything-size/09
- ./runtests.sh: line 32: 1768 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
- TEST 10-free-everything-size/09 FAILED in 7ms
- 09: 09.c:106: main: Assertion `is_chunk_free(data[i])' failed.
- Finished in 1087ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement