Properties
Properties
- Buildable
- B23472: Diff 49645
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Sep 24 2019, 3:57 PM · Built for 1 m, 10 s
- Status
Failed
1 | [2019-09-24 15:57:22] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-74/repo/phabricator/src/aphront/response/AphrontResponse.php:424] |
---|---|
2 | arcanist(head=master, ref.master=3cdfe1fff806), phabricator(head=1737efa16089a69984cc31fda0fb980835551663, ref.master=37e26f1b4531), phutil(head=master, ref.master=f51f1b3f72b5) |
3 | #0 ini_set(string, string) called at [<phabricator>/src/aphront/response/AphrontResponse.php:424] |
4 | #1 AphrontResponse::willBeginWrite() called at [<phabricator>/src/aphront/sink/AphrontHTTPSink.php:107] |
5 | #2 AphrontHTTPSink::writeResponse(AphrontJSONResponse) called at [<phabricator>/src/aphront/sink/__tests__/AphrontHTTPSinkTestCase.php:73] |
6 | #3 AphrontHTTPSinkTestCase::testJSONContentSniff() |
7 | #4 call_user_func_array(array, array) called at [<arcanist>/src/unit/engine/phutil/PhutilTestCase.php:492] |
8 | #5 PhutilTestCase::run() called at [<arcanist>/src/unit/engine/PhutilUnitTestEngine.php:69] |
9 | #6 PhutilUnitTestEngine::run() called at [<arcanist>/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php:148] |
10 | #7 ArcanistConfigurationDrivenUnitTestEngine::run() called at [<arcanist>/src/workflow/ArcanistUnitWorkflow.php:170] |
11 | #8 ArcanistUnitWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394] |
12 |
359 | PASS <1ms★ ProjectRemarkupRuleTestCase::testProjectObjectRemarkup |
---|---|
360 | PASS 1ms★ QueryFormattingTestCase::testQueryFormatting |
361 | PASS 1ms★ PhutilCalendarDateTimeTestCase::testDateTimeDuration |
362 | PASS 57ms PhutilCalendarRecurrenceRuleTestCase::testDailyRecurrenceRules |
363 | PASS 128ms PhutilCalendarRecurrenceRuleTestCase::testRFC5545RecurrenceRules |
364 | PASS 6ms★ PhutilCalendarRecurrenceRuleTestCase::testWeeklyRecurrenceRules |
365 | PASS 24ms★ PhutilCalendarRecurrenceRuleTestCase::testMonthlyRecurrenceRules |
366 | PASS 15ms★ PhutilCalendarRecurrenceRuleTestCase::testHourlyRecurrenceRules |
367 | PASS 26ms★ PhutilCalendarRecurrenceRuleTestCase::testSimpleRecurrenceRules |
368 | PASS 19ms★ PhutilCalendarRecurrenceRuleTestCase::testSecondlyRecurrenceRules |
369 | PASS 90ms PhutilCalendarRecurrenceRuleTestCase::testYearlyRecurrenceRules |
370 | PASS 4ms★ PhutilCalendarRecurrenceRuleTestCase::testMinutelyRecurrenceRules |
371 | PASS 4ms★ PhutilCalendarRecurrenceTestCase::testCalendarRecurrenceLists |
372 | PASS <1ms★ PhutilCalendarRecurrenceTestCase::testCalendarRecurrenceOffsets |
373 | PASS 2ms★ PhutilICSParserTestCase::testICSFloatingTime |
374 | PASS 7ms★ PhutilICSParserTestCase::testICSParserErrors |
375 | PASS 2ms★ PhutilICSParserTestCase::testICSVALARM |
376 | PASS 4ms★ PhutilICSParserTestCase::testICSOddTimezone |
377 | PASS 2ms★ PhutilICSParserTestCase::testICSWeeklyEvent |
378 | PASS 2ms★ PhutilICSParserTestCase::testICSParser |
379 | PASS 1ms★ PhutilICSParserTestCase::testICSDuration |
380 | PASS 2ms★ PhutilICSWriterTestCase::testICSWriterAllDay |
381 | PASS 2ms★ PhutilICSWriterTestCase::testICSWriterTeaTime |
382 | PASS 2ms★ PhutilICSWriterTestCase::testICSWriterUsers |
383 | PASS 2ms★ PhutilICSWriterTestCase::testICSWriterChristmas |
384 | FAIL PhutilRemarkupEngineTestCase::testEngine |
385 | Assertion failed, expected values to be equal (at PhutilRemarkupEngineTestCase.php:67): Failed to markup HTML in file 'toc.txt'. |
386 | Expected vs Actual Output Diff |
387 | --- Old Value |
388 | +++ New Value |
389 | @@ -1,13 +1,13 @@ |
390 | '<ul> |
391 | -<li><a href="#http-www-example-com-lin">link_name</a></li> |
392 | +<li><a href="#link-name">link_name</a></li> |
393 | <ul> |
394 | -<li><a href="#bold"><strong>bold</strong></a></li> |
395 | +<li><a href="#strong-bold-strong"><strong>bold</strong></a></li> |
396 | </ul> |
397 | <li><a href="#http-www-example-com">http://www.example.com</a></li> |
398 | </ul> |
399 | |
400 | -<h2 class="remarkup-header"><a name="http-www-example-com-lin"></a><a href="http://www.example.com/" class="remarkup-link" target="_blank" rel="noreferrer">link_name</a></h2> |
401 | +<h2 class="remarkup-header"><a name="link-name"></a><a href="http://www.example.com/" class="remarkup-link" target="_blank" rel="noreferrer">link_name</a></h2> |
402 | |
403 | -<h3 class="remarkup-header"><a name="bold"></a><strong>bold</strong></h3> |
404 | +<h3 class="remarkup-header"><a name="strong-bold-strong"></a><strong>bold</strong></h3> |
405 | |
406 | <h2 class="remarkup-header"><a name="http-www-example-com"></a><a href="http://www.example.com" class="remarkup-link" target="_blank" rel="noreferrer">http://www.example.com</a></h2>' |
407 | |
408 |
Build Working Copy
Build Working Copy
- When
- Completed at Sep 24 2019, 3:56 PM · Built for 21 s
- Status
Passed