Datasets:
base_commit stringlengths 40 40 | created_at stringdate 2014-11-10 05:17:52 2025-10-31 18:00:44 | image_name stringlengths 41 98 | instance_id stringlengths 11 68 | interface stringlengths 33 16.8k ⌀ | language stringclasses 20
values | license stringclasses 16
values | patch stringlengths 198 252k | pr_description stringlengths 0 37.8k | problem_statement stringlengths 0 235k | repo stringlengths 5 63 | test_patch stringlengths 149 150k | FAIL_TO_PASS listlengths 1 118k | PASS_TO_PASS listlengths 0 327k | install_config dict | meta dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f52f0bf3d18ca418d1eec4afd1370751fdd914ce | 2021-06-22 22:21:33 | docker.io/swerebenchv2/elastic-synthetics:316-f52f0bf | elastic__synthetics-316 | No new interfaces are introduced. | ts | MIT | diff --git a/src/core/runner.ts b/src/core/runner.ts
index 2872cf5..649a22a 100644
--- a/src/core/runner.ts
+++ b/src/core/runner.ts
@@ -131,6 +131,7 @@ export default class Runner extends EventEmitter {
journeys: Journey[] = [];
hooks: SuiteHooks = { beforeAll: [], afterAll: [] };
screenshotPath = join(CACHE_... | fix: capture beforeAll hook errors
+ fix #280
+ We capture the beforeAll hook errors and any error that happens in any one of the hooks would be captured and all journeys that run on the current invocation will report that error event with `failed` status to be able to captured as part of the Uptime UI.
+ `afterAll... | propagate errors from `beforeAll` and `afterAll` hooks
+ Now error in the `beforeAll` and `afterAll` hooks would be captured and reported as error, but they will not be associated with the reporters in the correct way.
+ Without associating these errors, the Uptime UI will have no information about what happened duri... | elastic/synthetics | diff --git a/__tests__/core/runner.test.ts b/__tests__/core/runner.test.ts
index a60b6ed..d4ba7d9 100644
--- a/__tests__/core/runner.test.ts
+++ b/__tests__/core/runner.test.ts
@@ -147,6 +147,23 @@ describe('runner', () => {
});
});
+ it('run journey - failed on beforeAll', async () => {
+ const error = n... | [
"run journey - failed on beforeAll"
] | [
"log to specified fd",
"computes trace of the tab",
"compute user timing metrics",
"compute user experience trace and metrics",
"computes layout shift",
"computes cls with session window",
"calculate cls score with simulated sessions",
"cls to 0 when no events found",
"computes filmstrips",
"add s... | {
"base_image_name": "node_20",
"docker_specs": null,
"install": [
"npm ci --quiet"
],
"log_parser": "parse_log_js_4",
"test_cmd": "npm run test:unit -- --verbose --no-color"
} | {
"llm_metadata": {
"code": "A",
"confidence": 0.97,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": false,
"B5": false,
"B6": false
},
"difficulty": "medium",
"external_urls": [],
"intent_completeness": "complete",
"pr_categories":... |
848d28d67e45cda7a06c4c8ed2768e6a8cb1c016 | 2020-05-31 15:27:12 | docker.io/swerebenchv2/wtforms-wtforms:614-848d28d | wtforms__wtforms-614 | Method: Flags.__getattr__(self, name)
Location: wtforms/fields/core.py → class Flags
Inputs: *name* – attribute name requested on a Flags instance.
Outputs: Returns the attribute’s value if it exists; otherwise returns **None** (previously returned False).
Description: Provides a unified flags object where miss... | python | BSD-3-Clause | diff --git a/CHANGES.rst b/CHANGES.rst
index 50f43a2..a199f46 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -34,7 +34,7 @@ Unreleased
- Render attribute names like ``for_`` and ``class_`` are normalized
consistently so later values override those specified earlier.
:issue:`449`, :pr:`596`
-
+- Flags can ... | HTML5 widgets by default
This patch is based upon #467, the changes are in the last commit 44a1cec.
It fixes #594
| Use HTML 5 widgets
The HTML 5 widgets are kept in their own section and not used by default, but this distinction doesn't make sense today. "HTML 5" is just "HTML" now. No supported browser doesn't understand those input types, and ones that aren't supported fall back to text anyway.
I already sort of started this b... | wtforms/wtforms | diff --git a/tests/test_fields.py b/tests/test_fields.py
index f36ce71..0986534 100644
--- a/tests/test_fields.py
+++ b/tests/test_fields.py
@@ -119,7 +119,7 @@ class TestFlags:
def test_existing_values(self, flags):
assert flags.required is True
assert "required" in flags
- assert flags.o... | [
"tests/test_fields.py::TestDefaults::test",
"tests/test_fields.py::TestLabel::test",
"tests/test_fields.py::TestLabel::test_auto_label",
"tests/test_fields.py::TestLabel::test_override_for",
"tests/test_fields.py::TestLabel::test_escaped_label_text",
"tests/test_fields.py::TestFlags::test_existing_values"... | [] | {
"base_image_name": "python_base_310",
"docker_specs": {
"_variant": null,
"bazel_version": null,
"bun_version": null,
"cargo_version": null,
"deno_version": null,
"docker_version": null,
"erlang_version": null,
"gcc_version": null,
"go_version": null,
"helm_version": null,
... | {
"llm_metadata": {
"code": "A",
"confidence": 0.96,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": false,
"B5": false,
"B6": false
},
"difficulty": "medium",
"external_urls": [],
"intent_completeness": "complete",
"pr_categories":... |
a9b06a635a7d3458c8e2ed2b10cc3fd1e02b5f37 | 2021-03-03 15:16:02 | docker.io/swerebenchv2/webpack-contrib-copy-webpack-plugin:590-a9b06a6 | webpack-contrib__copy-webpack-plugin-590 | Function: pattern.priority
Location: src/options.json (pattern object schema) and documentation README.md
Inputs: number priority – optional numeric value; defaults to 0 if omitted. Must be a finite number.
Outputs: The value is stored on the pattern and used by CopyPlugin to order asset emission; higher numbers are em... | js | MIT | diff --git a/README.md b/README.md
index af0b3ea..b20837a 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ module.exports = {
| [`filter`](#filter) | `{Function}` | `undefined` | Allows to filter copied assets. ... | Feat: added `priority` option
<!--
HOLY CRAP a Pull Request. We ❤️ those!
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
of Github will appear and pile-drive the close button from a great height
while making animal noises.
Please place an x (no spaces!) in all [ ] that... | [Feature] Add order option
Hello,
In a project I am developing, I have an issue with copying files with the same name from multiple sources.
Configuration of copy webpack plugin is as follows:
```
new CopyWebpackPlugin([
{ from: 'node_modules/engine/static', test: /\.(css|html|png)$/, force: true }... | webpack-contrib/copy-webpack-plugin | diff --git a/test/__snapshots__/validate-options.test.js.snap b/test/__snapshots__/validate-options.test.js.snap
index a08f0ef..fd384cb 100644
--- a/test/__snapshots__/validate-options.test.js.snap
+++ b/test/__snapshots__/validate-options.test.js.snap
@@ -14,7 +14,7 @@ exports[`validate options should throw an error o... | [
"should successfully validate the \"patterns\" option with \"[{\"from\":\"test.txt\",\"to\":\"dir\",\"priority\":5}]\" value",
"should throw an error on the \"patterns\" option with \"undefined\" value",
"should throw an error on the \"patterns\" option with \"true\" value",
"should throw an error on the \"pa... | [
"should exported",
"should successfully validate the \"patterns\" option with \"[\"test.txt\"]\" value",
"should successfully validate the \"patterns\" option with \"[\"test.txt\",\"test-other.txt\"]\" value",
"should successfully validate the \"patterns\" option with \"[\"test.txt\",{\"from\":\"test.txt\",\"... | {
"base_image_name": "node_16",
"docker_specs": {
"_variant": "js_2",
"bazel_version": null,
"bun_version": null,
"cargo_version": null,
"deno_version": null,
"docker_version": null,
"erlang_version": null,
"gcc_version": null,
"go_version": null,
"helm_version": null,
"j... | {
"llm_metadata": {
"code": "A",
"confidence": 0.97,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": false,
"B5": false,
"B6": false
},
"difficulty": "medium",
"external_urls": [],
"intent_completeness": "complete",
"pr_categories":... |
ab9e33a5f9fdb02c57141412867a4ec985135aa7 | 2018-12-13 14:02:33 | docker.io/swerebenchv2/crawler-commons-crawler-commons:227-ab9e33a | crawler-commons__crawler-commons-227 | No new interfaces are introduced. | java | Apache-2.0 | diff --git a/CHANGES.txt b/CHANGES.txt
index 3baa9bc..848fb68 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
Crawler-Commons Change Log
Current Development 0.11-SNAPSHOT (yyyy-mm-dd)
+- [Sitemaps] Sitemap index: stop URL at closing </loc> (sebastian-nagel, kkrugler) #213
- [Sitemaps] Allow empty price ... | Sitemap index: stop URL at closing </loc>
(fixes #213)
At start of a `<loc>` element auto-close any "unclosed" `<sitemap>` element and add the sitemap if there is a valid URL from the previous `<loc>` element. | [Sitemaps] Sitemap index: stop URL at closing </loc>
(cf. [Nutch mailing list](https://lists.apache.org/thread.html/8ebcffbe2bd8edafb6030e4f28fceee07aee08a1ce06a94755ee8d74@%3Cuser.nutch.apache.org%3E)
With #153 the sitemaps SAX parser handles sitemaps with missing or not properly closed <url> elements. This should ... | crawler-commons/crawler-commons | diff --git a/src/test/java/crawlercommons/sitemaps/SiteMapParserTest.java b/src/test/java/crawlercommons/sitemaps/SiteMapParserTest.java
index 10fc53c..270ea0a 100644
--- a/src/test/java/crawlercommons/sitemaps/SiteMapParserTest.java
+++ b/src/test/java/crawlercommons/sitemaps/SiteMapParserTest.java
@@ -274,6 +274,53 @... | [
"crawlercommons.sitemaps.SiteMapParserTest",
"---NO TEST NAME FOUND YET---"
] | [
"crawlercommons.domains.EffectiveTldFinderPSLTest",
"crawlercommons.domains.EffectiveTldFinderTest",
"crawlercommons.domains.PaidLevelDomainTest",
"crawlercommons.domains.SuffixTrieTest",
"crawlercommons.filters.basic.BasicURLNormalizerTest",
"crawlercommons.mimetypes.MimeTypeDetectorTest",
"crawlercomm... | {
"base_image_name": "java_21",
"docker_specs": {
"_variant": null,
"bazel_version": null,
"bun_version": null,
"cargo_version": null,
"deno_version": null,
"docker_version": null,
"erlang_version": null,
"gcc_version": null,
"go_version": null,
"helm_version": null,
"jav... | {
"llm_metadata": {
"code": "A",
"confidence": 0.87,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": false,
"B5": false,
"B6": false
},
"difficulty": "medium",
"external_urls": [
"https://lists.apache.org/thread.html/8ebcffbe2bd8edafb... |
c5f472ef62f6307521cb1fe8a76a204438a6eee0 | 2021-04-16 22:30:50 | docker.io/swerebenchv2/dtolnay-cxx:839-c5f472e | dtolnay__cxx-839 | Method: CxxVector<T>.push(self: Pin<&mut Self>, value: T)
Location: src/cxx_vector.rs (impl block for CxxVector)
Inputs: a pinned mutable reference to a CxxVector holding a trivial extern type `T` (e.g., `f64`, `Shared`), and an owned `value` of type `T`. `T` must satisfy `ExternType<Kind = Trivial>`.
Outputs: `(... | rust | Apache-2.0 | diff --git a/gen/src/builtin.rs b/gen/src/builtin.rs
index eaaa08d1..7ac9209c 100644
--- a/gen/src/builtin.rs
+++ b/gen/src/builtin.rs
@@ -30,6 +30,7 @@ pub struct Builtins<'a> {
pub relocatable: bool,
pub friend_impl: bool,
pub is_complete: bool,
+ pub destroy: bool,
pub deleter_if: bool,
p... | Add CxxVector::push in Rust
Closes #778. | CxxVector::push_back
Adding push_back/pop functionality (and other mutation functionality) to `CxxVector` would be helpful for `CxxVector`s containing types that rust can obtain (e.g. `CxxVector<CxxString>` or `CxxVector<SharedPtr<T>>`). Similarly, `CxxVector::new()` or `CxxVector::default()` would be helpful to create... | dtolnay/cxx | diff --git a/tests/ffi/tests.cc b/tests/ffi/tests.cc
index 214bfcd6..98069b28 100644
--- a/tests/ffi/tests.cc
+++ b/tests/ffi/tests.cc
@@ -342,7 +342,7 @@ void c_take_unique_ptr_vector_u8(std::unique_ptr<std::vector<uint8_t>> v) {
}
void c_take_unique_ptr_vector_f64(std::unique_ptr<std::vector<double>> v) {
- if (... | [
"test_extern_c_function",
"test_impl_annotation",
"test_async_cxx_string",
"test_c_call_r",
"test_c_method_calls",
"test_c_callback",
"test_c_return",
"test_c_ns_method_calls",
"test_c_take",
"test_c_try_return",
"test_enum_representations",
"test_debug",
"test_extern_trivial",
"test_exter... | [] | {
"base_image_name": "rust_1.84",
"docker_specs": {
"_variant": null,
"bazel_version": null,
"bun_version": null,
"cargo_version": null,
"deno_version": null,
"docker_version": null,
"erlang_version": null,
"gcc_version": "12.2.0",
"go_version": null,
"helm_version": null,
... | {
"llm_metadata": {
"code": "B4",
"confidence": 0.78,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": true,
"B5": false,
"B6": false
},
"difficulty": "medium",
"external_urls": [],
"intent_completeness": "partial",
"pr_categories": ... |
b829b78e37d1f0befe314f1683abfdb7bb2944f0 | 2025-05-28 07:56:39 | docker.io/swerebenchv2/gradleup-shadow:1448-b829b78 | gradleup__shadow-1448 | No new interfaces are introduced. | kotlin | Apache-2.0 | diff --git a/build.gradle.kts b/build.gradle.kts
index 896dc162c..e35e2c90e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -36,8 +36,8 @@ kotlin {
explicitApi()
compilerOptions {
// https://docs.gradle.org/current/userguide/compatibility.html#kotlin
- @Suppress("DEPRECATION") // TODO: bump apiVer... | - Closes #1436.
- Closes #1446.
---
- [x] [CHANGELOG](https://github.com/GradleUp/shadow/blob/main/docs/changes/README.md)'s "Unreleased" section has been updated, if applicable. | Trouble compiling against older kotlin versions
### Expected and Results
We'd expect at least support for kotlin versions in the Gradle 8 family, but we're seeing
```
Class 'com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin' was compiled with an incompatible version of Kotlin. The actual metadata version is... | GradleUp/shadow | diff --git a/src/documentTest/kotlin/com/github/jengelman/gradle/plugins/shadow/DocCodeSnippetTest.kt b/src/documentTest/kotlin/com/github/jengelman/gradle/plugins/shadow/DocCodeSnippetTest.kt
index 1af8dc917..d5e06ffc9 100644
--- a/src/documentTest/kotlin/com/github/jengelman/gradle/plugins/shadow/DocCodeSnippetTest.k... | [
"[1] foo.properties, com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformerTest$Companion$$Lambda/0x00007f3ed0533748@14292d71, {foo=bar}, {FOO=baz}, {foo=bar, FOO=baz} (com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformerTest)",
"[2] foo.properties, com.gith... | [
"relocatePath() (com.github.jengelman.gradle.plugins.shadow.relocation.SimpleRelocatorTest)",
"relocateMavenFiles() (com.github.jengelman.gradle.plugins.shadow.relocation.SimpleRelocatorTest)",
"canRelocateIncludedSourceFile() (com.github.jengelman.gradle.plugins.shadow.relocation.SimpleRelocatorTest)",
"canR... | {
"base_image_name": "kotlin-jdk-21",
"docker_specs": {
"_variant": null,
"bazel_version": null,
"bun_version": null,
"cargo_version": null,
"deno_version": null,
"docker_version": null,
"erlang_version": null,
"gcc_version": null,
"go_version": null,
"helm_version": null,
... | {
"llm_metadata": {
"code": "A",
"confidence": 0.96,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": false,
"B5": false,
"B6": false
},
"difficulty": "easy",
"external_urls": [],
"intent_completeness": "complete",
"pr_categories": [... |
aca99bc3c73eb6b2ae1eccd7ef76bbe1df96e3f5 | 2024-09-06 19:48:25 | docker.io/swerebenchv2/aio-libs-aiohttp:9047-aca99bc | aio-libs__aiohttp-9047 | "Method: TCPConnector._get_ssl_context(self, req: ClientRequest) -> Optional[ssl.SSLContext>\nLocati(...TRUNCATED) | python | custom-check-github | "diff --git a/CHANGES/9032.bugfix.rst b/CHANGES/9032.bugfix.rst\nnew file mode 100644\nindex 0000000(...TRUNCATED) | "[PR #9032/c693a816 backport][3.11] Fix Link-Local IPv6 Flags in the Resolver\n**This is a backport (...TRUNCATED) | "ClientSession.get() doesn't support hostname.\n### Describe the bug\r\n\r\nWhen using a URI with a (...TRUNCATED) | aio-libs/aiohttp | "diff --git a/tests/test_connector.py b/tests/test_connector.py\nindex 0129f0cc3..bbe77f2a7 100644\n(...TRUNCATED) | ["tests/test_connector.py::test_connection_del[pyloop]","tests/test_connector.py::test_connection_de(...TRUNCATED) | [] | {"base_image_name":"python_base_310","docker_specs":{"_variant":null,"bazel_version":null,"bun_versi(...TRUNCATED) | {"llm_metadata":{"code":"A","confidence":0.97,"detected_issues":{"B1":false,"B2":false,"B3":false,"B(...TRUNCATED) |
2ad5f638789af3e37a3a07ed3f4d4938a8209ed4 | 2024-08-15 19:30:10 | docker.io/swerebenchv2/bvanelli-actualpy:56-2ad5f63 | bvanelli__actualpy-56 | "Method: ActionType.SET_SPLIT_AMOUNT\nLocation: actual.rules (enum ActionType)\nInputs: None (enum m(...TRUNCATED) | python | MIT | "diff --git a/actual/__init__.py b/actual/__init__.py\nindex 3ae112c..564c3a7 100644\n--- a/actual/_(...TRUNCATED) | feat: Implement custom set split amount rules.
Closes #53 | "Operation ActionType.SET_SPLIT_AMOUNT not supported\n### Description\n\nI've a rule that given a ce(...TRUNCATED) | bvanelli/actualpy | "diff --git a/tests/test_rules.py b/tests/test_rules.py\nindex bc28ec9..71d22c4 100644\n--- a/tests/(...TRUNCATED) | ["tests/test_rules.py::test_category_rule","tests/test_rules.py::test_datetime_rule","tests/test_rul(...TRUNCATED) | [] | {"base_image_name":"python_base_310","docker_specs":{"_variant":null,"bazel_version":null,"bun_versi(...TRUNCATED) | {"llm_metadata":{"code":"A","confidence":0.97,"detected_issues":{"B1":false,"B2":false,"B3":false,"B(...TRUNCATED) |
a41f20979a19741f9de8b436ad46b6daa71e53e5 | 2022-02-26 13:26:47 | docker.io/swerebenchv2/box-project-box:644-a41f209 | box-project__box-644 | No new interfaces are introduced. | php | MIT | "diff --git a/src/DockerFileGenerator.php b/src/DockerFileGenerator.php\nindex e4a82edb..863ad7af 10(...TRUNCATED) | Add PHP 8.0 and 8.1 to DockerFileGenerator
Closes #630 | "Docker support with PHP 8\nAs latest version 3.16.0, Box is supposed to support both PHP 7.x and 8.(...TRUNCATED) | box-project/box | "diff --git a/tests/DockerFileGeneratorTest.php b/tests/DockerFileGeneratorTest.php\nindex a7211a4c.(...TRUNCATED) | ["Docblock Annotation Parser > It can parse php docblocks with data set #1 [0.12 ms]","Base Compacto(...TRUNCATED) | ["Docblock Annotation Parser > It can parse php docblocks with data set #0 [0.02 ms]","Docblock Anno(...TRUNCATED) | {"base_image_name":"php:8.3.16","docker_specs":{"_variant":null,"bazel_version":null,"bun_version":n(...TRUNCATED) | {"llm_metadata":{"code":"A","confidence":0.99,"detected_issues":{"B1":false,"B2":false,"B3":false,"B(...TRUNCATED) |
db37bd27a105006980e5a4788acc23c6de9225df | 2023-12-06 22:00:23 | docker.io/swerebenchv2/rust-bitcoin-rust-bitcoin:2255-db37bd2 | rust-bitcoin__rust-bitcoin-2255 | "Method: Script.minimal_non_dust(&self)\nLocation: impl Script in bitcoin::blockdata::script::borrow(...TRUNCATED) | rust | CC0-1.0 | "diff --git a/bitcoin/src/blockdata/script/borrowed.rs b/bitcoin/src/blockdata/script/borrowed.rs\ni(...TRUNCATED) | "Fix: TxOut::minimal_non_dust and Script::dust_value\nFixes #2192 \r\n\r\nTxOut::minimal_non_dust ha(...TRUNCATED) | "`Script::dust_value` method name disagrees with the documentation\nDust is a value that is not econ(...TRUNCATED) | rust-bitcoin/rust-bitcoin | "diff --git a/bitcoin/src/blockdata/script/tests.rs b/bitcoin/src/blockdata/script/tests.rs\nindex c(...TRUNCATED) | ["address::tests::invalid_address_parses_error","address::tests::test_fail_address_from_script","add(...TRUNCATED) | [] | {"base_image_name":"rust_1.84","docker_specs":{"_variant":null,"bazel_version":null,"bun_version":nu(...TRUNCATED) | {"llm_metadata":{"code":"A","confidence":0.97,"detected_issues":{"B1":false,"B2":false,"B3":false,"B(...TRUNCATED) |
SWE-rebench-V2
Dataset Summary
SWE-rebench-V2 is a curated dataset of software-engineering tasks derived from real GitHub issues and pull requests. The dataset contains 32,079 samples covering Python, Go, TypeScript, JavaScript, Rust, Java, PHP, Kotlin, Julia, Elixir, Scala, Swift, Dart, C, C++, C#, R, Clojure, OCaml, and Lua.
For log parser functions, base Dockerfiles, and the prompts used, please see https://github.com/SWE-rebench/SWE-rebench-V2
The detailed technical report is available at “SWE-rebench V2: Language-Agnostic SWE Task Collection at Scale”.
Quick Start
from datasets import load_dataset
ds = load_dataset("nebius/SWE-rebench-V2", split="train")
print(len(ds)) # 32079
Dataset Structure
| Field | Type | Description |
|---|---|---|
instance_id |
string |
Unique identifier for the instance |
repo |
string |
GitHub repository in owner/repo format |
base_commit |
string |
Git commit SHA of the base before the fix |
patch |
string |
The gold patch that resolves the issue |
test_patch |
string |
Diff adding or modifying tests that verify the fix |
problem_statement |
string |
Issue description the patch addresses |
pr_description |
string |
Full pull request description |
created_at |
int64 |
Unix timestamp (milliseconds) of the issue/PR creation |
image_name |
string |
Docker image name used for the evaluation environment |
language |
string |
Primary programming language of the repository |
interface |
string |
Description of the code interface changed by the patch |
license |
string |
SPDX license identifier of the repository |
FAIL_TO_PASS |
list[string] |
Test IDs that fail before the patch and pass after |
PASS_TO_PASS |
list[string] |
Test IDs that pass both before and after the patch |
install_config |
struct |
Configuration needed to reproduce the test environment |
meta |
struct |
Metadata and LLM-generated quality annotations |
License
The dataset is licensed under the Creative Commons Attribution 4.0 license. However, please respect the license of each specific repository on which a particular instance is based. To facilitate this, the license of each repository at the time of the commit is provided for every instance.
Citation
@misc{badertdinov2026swerebenchv2languageagnosticswe,
title={SWE-rebench V2: Language-Agnostic SWE Task Collection at Scale},
author={Ibragim Badertdinov and Maksim Nekrashevich and Anton Shevtsov and Alexander Golubev},
year={2026},
eprint={2602.23866},
archivePrefix={arXiv},
primaryClass={cs.SE},
url={https://arxiv.org/abs/2602.23866},
}
- Downloads last month
- 6,185