Commit e56f9ec
committed
Fix(release): the Cloud conflict write test keeps POSIX modes out of Windows
The symlink-and-mode test for replaceConflictFile asserted a 0600 mode
on the rewritten note, which Windows cannot report (it has no POSIX mode
bits; chmod there only toggles read-only, and stat answers 0666). It was
hidden behind the Harper failure in the earlier Windows runs because
turbo stops the desktop suite once app-core fails. The test now follows
the shape the atomic-write tests already use: the symlink case skips
where links need privileges, and the permissions case returns early on
win32.
Claude-Session: https://claude.ai/code/session_015HNdWonTE8g6dPY2SkdsRS1 parent 804deeb commit e56f9ec
1 file changed
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
551 | | - | |
552 | | - | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
553 | 556 | | |
554 | 557 | | |
555 | 558 | | |
556 | 559 | | |
557 | 560 | | |
558 | 561 | | |
559 | 562 | | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
560 | 576 | | |
561 | 577 | | |
562 | 578 | | |
563 | 579 | | |
564 | 580 | | |
565 | 581 | | |
566 | | - | |
567 | | - | |
568 | 582 | | |
569 | 583 | | |
570 | 584 | | |
0 commit comments