Back to Chromium

Prompt

agents/prompts/eval/fix_broken_test/prompt.md

148.0.7773.1655 B
Original Source

I have a broken test I need to fix called "DummyTest" in third_party/blink/renderer/core/css/css_math_expression_node_test.cc. The test is part of the blink_unittest test target in out/Default. Can you compile and run the test to figure out why it is failing. When you call the test please use the filter "DummyTest" to only run the test I'm interested in. After, can you attempt to fix the test, building and running it to confirm the fix? Do not upload the change. Only make changes that are necessary to get the test passing, e.g. do not rename the test or move it into a different test suite even if you believe that this will result in better code.