Dataset Viewer
Auto-converted to Parquet Duplicate
instance_id
stringlengths
22
28
docker_image
stringlengths
54
60
rebuild_commands
stringlengths
17
279
test_commands
stringlengths
59
365
print_commands
stringclasses
8 values
test_status
stringlengths
85
40.9k
log_parser
stringlengths
539
4.93k
coverage_command
stringlengths
254
1.11k
coverage_file
stringlengths
46.9k
55.6M
coverage_source_edits
stringclasses
1 value
SRombauts__SQLiteCpp-0fef5b9
karinali20011210/migbench:SRombauts__SQLiteCpp-0fef5b9_linux
"[\"cmake -S . -B build -G \\\"Visual Studio 17 2022\\\" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_T(...TRUNCATED)
["./build/bin/SQLiteCpp_tests --gtest_output=xml:build/bin/gtest_output.xml"]
["cat build/bin/gtest_output.xml"]
"{\"Column.basis\": \"pass\", \"Column.basis16\": \"pass\", \"Column.getName\": \"pass\", \"Column.s(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n import xml.etree.ElementTree as ET\n\n (...TRUNCATED)
"apt-get update && apt-get install -y gcovr; cd /testbed && cmake -S . -B build_cov -G \"Unix Makefi(...TRUNCATED)
"<?xml version='1.0' encoding='UTF-8'?>\n<!DOCTYPE coverage SYSTEM 'http://cobertura.sourceforge.net(...TRUNCATED)
libsdl-org__SDL-2707375
karinali20011210/migbench:libsdl-org__SDL-2707375_linux
["cmake -S . -B build -G Ninja -DSDL_TESTS=ON ; cmake --build build --parallel"]
"[\"cd /testbed && mkdir -p reports && ctest --test-dir build -VV --output-on-failure 2>&1 | tee rep(...TRUNCATED)
["cd /testbed && cat reports/ctest-output.log"]
"{\"audio_getAudioFormatName\": \"pass\", \"audio_enumerateAndNameAudioDevices\": \"pass\", \"audio_(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n\n def norm_status(raw: str) -> str:\n (...TRUNCATED)
"apt-get update && apt-get install -y python3-pip gcovr ; cd /testbed && cmake -S . -B build-coverag(...TRUNCATED)
"{\n \"files\": [\n {\n \"file\": \"build-coverage/wayland-generated-protocols/(...TRUNCATED)
mattn__go-sqlite3-8bf7a8a
karinali20011210/migbench:mattn__go-sqlite3-8bf7a8a_linux
["/tmp/go/bin/go mod tidy; /tmp/go/bin/go build ./..."]
["/tmp/go/bin/go test ./... -v 2>&1 | tee test-output.log"]
["cat test-output.log"]
"{\"TestBackupStepByStep\": \"pass\", \"TestBackupAllRemainingPages\": \"pass\", \"TestBackupError\"(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n\n results: dict[str, str] = {}\n\n #(...TRUNCATED)
"cd /testbed && /tmp/go/bin/go test ./... -v -coverprofile=coverage.out 2>&1 | tee test-output.log ;(...TRUNCATED)
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE coverage SYSTEM \"http://cobertura.sourceforg(...TRUNCATED)
kkos__oniguruma-f95747b
karinali20011210/migbench:kkos__oniguruma-f95747b_linux
"[\"cd /testbed ; apt-get update && apt-get install -y --no-install-recommends autoconf automake lib(...TRUNCATED)
["cd /testbed && make check VERBOSE=yes 2>&1 | tee test-output.log"]
["cd /testbed && cat test-output.log"]
"{\"test_utf8\": \"pass\", \"test_syntax\": \"pass\", \"test_options\": \"pass\", \"testc\": \"pass\(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n\n results: dict[str, str] = {}\n\n s(...TRUNCATED)
"apt-get update && apt-get install -y --no-install-recommends gcovr; cd /testbed && make distclean >(...TRUNCATED)
"{\"files\": [{\"file\": \"sample/bug_fix.c\", \"lines\": [{\"branches\": [], \"count\": 0, \"gcovr/(...TRUNCATED)
jhawthorn__fzy-34b8886
karinali20011210/migbench:jhawthorn__fzy-34b8886_linux
["cd /testbed && make"]
["cd /testbed && ./test/fzytest -v 2>&1 | tee test-output.log"]
["cd /testbed && cat test-output.log"]
"{\"exact_match_should_return_true\": \"pass\", \"partial_match_should_return_true\": \"pass\", \"em(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n import xml.etree.ElementTree as ET\n\n (...TRUNCATED)
"apt-get update -q && apt-get install -y -q gcovr && cd /testbed && mkdir -p /testbed/mnt_tmp && mak(...TRUNCATED)
"{\"files\": [{\"file\": \"src/choices.c\", \"lines\": [{\"branches\": [], \"count\": 0, \"gcovr/non(...TRUNCATED)
nanomsg__nanomsg-e7dc957
karinali20011210/migbench:nanomsg__nanomsg-e7dc957_linux
["cmake -B build ; cmake --build build"]
["ctest --test-dir build -C Debug -V 2>&1 | tee build/test-output.log"]
["cat build/test-output.log"]
"{\"inproc\": \"pass\", \"inproc_shutdown\": \"pass\", \"ipc\": \"pass\", \"ipc_shutdown\": \"pass\"(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n from xml.etree import ElementTree as ET(...TRUNCATED)
"apt-get update && apt-get install -y python3-pip gcovr ; cmake -B build-cov -DNN_ENABLE_COVERAGE=ON(...TRUNCATED)
"{\n \"files\": [\n {\n \"file\": \"perf/inproc_lat.c\",\n \"lines\"(...TRUNCATED)
troydhanson__uthash-af6e637
karinali20011210/migbench:troydhanson__uthash-af6e637_linux
["make -C tests"]
"[\"cd /testbed/tests && for exe in test*; do [ -x \\\"$exe\\\" ] || continue; case \\\"$exe\\\" in (...TRUNCATED)
["cd /testbed/tests && cat test-output.log"]
"{\"test1\": \"pass\", \"test10\": \"pass\", \"test100\": \"pass\", \"test11\": \"pass\", \"test12\"(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n import xml.etree.ElementTree as ET\n\n (...TRUNCATED)
"cd /testbed && make -C tests clean && make -C tests EXTRA_CFLAGS=\"--coverage -O0\" ; cd /testbed/t(...TRUNCATED)
"{\"gcov_files\": [{\"gcc_version\": \"11.4.0\", \"files\": [], \"format_version\": \"1\", \"data_fi(...TRUNCATED)
bvschaik__julius-34fad90
karinali20011210/migbench:bvschaik__julius-34fad90_linux
"[\"cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DTARGET_PLATFORM=default ; cmake --buil(...TRUNCATED)
["ctest --test-dir build -V --output-on-failure | tee build/ctest-output.log"]
["cat build/ctest-output.log"]
"{\"sav_tower\": \"pass\", \"sav_request1\": \"pass\", \"sav_request2\": \"pass\", \"sav_caesar1\": (...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n\n results: dict[str, str] = {}\n\n #(...TRUNCATED)
"apt-get update && apt-get install -y gcovr ; cmake -S . -B build-cov -G Ninja -DCMAKE_BUILD_TYPE=De(...TRUNCATED)
"<?xml version='1.0' encoding='UTF-8'?>\n<!DOCTYPE coverage SYSTEM 'http://cobertura.sourceforge.net(...TRUNCATED)
libusb__libusb-7313527
karinali20011210/migbench:libusb__libusb-7313527_linux
"[\"./bootstrap.sh ; ./configure --enable-examples-build --enable-tests-build ; make -j\\\"$(nproc)\(...TRUNCATED)
["cd /testbed && make -C tests check VERBOSE=1 2>&1 | tee test-output.log"]
["cd /testbed && cat test-output.log"]
"{\"stress\": \"pass\", \"stress_mt\": \"fail\", \"set_option\": \"pass\", \"init_context\": \"pass\(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n\n results: dict[str, str] = {}\n\n d(...TRUNCATED)
"cd /testbed && apt-get update && apt-get install -y lcov; cd /testbed && make distclean || true && (...TRUNCATED)
"{\"files\": [{\"file\": \"/testbed/tests/testlib.c\", \"lines\": [{\"line_number\": 39, \"count\": (...TRUNCATED)
guanzhi__GmSSL-34fa519
karinali20011210/migbench:guanzhi__GmSSL-34fa519_linux
["cmake -S .. -B .; cmake --build ."]
["mkdir -p reports && ctest -V --output-junit reports/ctest-junit.xml"]
["cat reports/ctest-junit.xml"]
"{\"sm4\": \"pass\", \"sm4_cbc\": \"pass\", \"sm4_ctr\": \"pass\", \"sm4_gcm\": \"pass\", \"sm3\": \(...TRUNCATED)
"def parser(log: str) -> dict[str, str]:\n import re\n import xml.etree.ElementTree as ET\n\n (...TRUNCATED)
"cd /testbed && rm -rf build_cov && mkdir build_cov && cd build_cov && cmake -S .. -B . -DCMAKE_C_FL(...TRUNCATED)
"{\"files\": [{\"lines\": [{\"branches\": [], \"count\": 129, \"line_number\": 62, \"unexecuted_bloc(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
257