[roll] Roll fuchsia [starnix] Disable `VdsoProcTest.VdsoMappingCannotBeSplit`

...while we root-cause the issue.

This test skips if the size of the VDSO is less than the size of a page
but it seems that with commit ad96ed467f85e705498862feba8a0dcf907fa2dc,
the size of the VDSO is larger than a page. Now that the test actually
runs, it seems to fail on debug (`core.x64-debug` and `core.x64-cxx20`)
bots.

Example passing run (https://ci.chromium.org/b/8766430415579643729)
without commit ad96ed467f85e705498862feba8a0dcf907fa2dc:
```
[ RUN      ] VdsoProcTest.VdsoMappingCannotBeSplit
Need more than one vdso page to split it
[  SKIPPED ] VdsoProcTest.VdsoMappingCannotBeSplit (3 ms)
```

Example failing run (https://ci.chromium.org/b/8766425363400613185)
with commit ad96ed467f85e705498862feba8a0dcf907fa2dc:
```
[ RUN      ] VdsoProcTest.VdsoMappingCannotBeSplit
Expected: (munmap(vdso_base_, page_size)) != (0), actual: 0 vs 0
vdso: base 0x2923fff1000 size 8192 page size: 4096
Expected equality of these values:
  (*__errno_location ())
    Which is: 10
  22
Value of: helper.WaitForChildren()
  Actual: false (wait_status: WIFEXITED(wstatus) = true, WEXITSTATUS(wstatus) = 1, WTERMSIG(wstatus) = 0)
Expected: true
Expected: (mprotect(vdso_base_, page_size, 0x0)) != (0), actual: 0 vs 0
Expected equality of these values:
  (*__errno_location ())
    Which is: 10
  22
Value of: helper.WaitForChildren()
  Actual: false (wait_status: WIFEXITED(wstatus) = true, WEXITSTATUS(wstatus) = 1, WTERMSIG(wstatus) = 0)
Expected: true
Expected equality of these values:
  mmap(vdso_base_, page_size, 0x0, 0x10 | 0x02 | 0x20, -1, 0)
    Which is: 0x2923fff1000
  ((void *) -1)
    Which is: 0xffffffffffffffff
Expected equality of these values:
  (*__errno_location ())
    Which is: 10
  12
Value of: helper.WaitForChildren()
  Actual: false (wait_status: WIFEXITED(wstatus) = true, WEXITSTATUS(wstatus) = 1, WTERMSIG(wstatus) = 0)
Expected: true
Expected equality of these values:
  mremap(vdso_base_, page_size, page_size, 1 | 2, new_addr)
    Which is: 0x19214f34000
  ((void *) -1)
    Which is: 0xffffffffffffffff
Expected equality of these values:
  (*__errno_location ())
    Which is: 10
  22
Value of: helper.WaitForChildren()
  Actual: false (wait_status: WIFEXITED(wstatus) = true, WEXITSTATUS(wstatus) = 1, WTERMSIG(wstatus) = 0)
Expected: true
Expected equality of these values:
  mremap(new_addr, page_size, page_size, 1 | 2, vdso_base_)
    Which is: 0x2923fff1000
  ((void *) -1)
    Which is: 0xffffffffffffffff
Expected equality of these values:
  (*__errno_location ())
    Which is: 10
  22
Value of: helper.WaitForChildren()
  Actual: false (wait_status: WIFEXITED(wstatus) = true, WEXITSTATUS(wstatus) = 1, WTERMSIG(wstatus) = 0)
Expected: true
[  FAILED  ] VdsoProcTest.VdsoMappingCannotBeSplit (15 ms)
```

Original-Bug: 135641
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/936121
Original-Revision: b6e78418bba1302f49cafa100c130f21080b8cd3
GitOrigin-RevId: be615c8aad33f3dd9e4c3b9b86c57abb8e7873ee
Change-Id: I6e2257b8015add65948cbd37354afd75bf2d63a2
1 file changed
tree: 274973b04cfc3b0ac31d66f75b31eaa2dd028898
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.