Skip to content

Commit

Permalink
Merge branch 'vara-dev' into f-SingleCommitFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder authored Oct 26, 2023
2 parents 27a452e + 3fa246b commit d4d2f1f
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 206 deletions.
4 changes: 2 additions & 2 deletions tests/experiment/test_workload_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_workload_commands_requires_patch(self) -> None:
ShortCommitHash("7930350628")
)[0]
workloads = wu.workload_commands(project, binary, [])
self.assertEqual(2, len(workloads))
self.assertEqual(8, len(workloads))

@run_in_test_environment(UnitTestFixtures.PAPER_CONFIGS)
def test_workload_commands_requires_patch2(self) -> None:
Expand All @@ -124,7 +124,7 @@ def test_workload_commands_requires_patch2(self) -> None:
binary = SynthIPTemplate \
.binaries_for_revision(ShortCommitHash("7930350628"))[0]
workloads = wu.workload_commands(project, binary, [])
self.assertEqual(0, len(workloads))
self.assertEqual(8, len(workloads))


class TestWorkloadFilenames(unittest.TestCase):
Expand Down
Loading

0 comments on commit d4d2f1f

Please sign in to comment.