Skip to content

Commit

Permalink
Update the README.md
Browse files Browse the repository at this point in the history
1. Update the link for device test.

2. Reformat the file.

Bugs: None
Test: None
Change-Id: I88b928d7b2247fb31e8adbd92a19f944cf0bafd4
  • Loading branch information
ZijunZhaoCCK committed Nov 10, 2022
1 parent e71efc5 commit a3696c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ https://android-review.googlesource.com/c/platform/bionic/+/2073827

### Debugging tips
1. Key error for a new codename in libc/libc.map.txt

e.g. what you add in libc/libc.map.txt is:

```
Expand All @@ -271,6 +272,7 @@ KeyError: 'Vanilla'
Solution: Ask in the team and wait for the update.

2. Use of undeclared identifier of the new system call in the test

Possible Solution: Check everything ready in the files mentioned above first.
Maybe glibc matters. Follow the example and try #if defined(__GLIBC__).

Expand Down Expand Up @@ -323,7 +325,7 @@ The tests are all built from the tests/ directory.

Note that we use our own custom gtest runner that offers a superset of the
options documented at
<https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#running-test-programs-advanced-options>,
<https://github.com/google/googletest/blob/main/docs/advanced.md#running-test-programs-advanced-options>,
in particular for test isolation and parallelism (both on by default).

### Device tests via CTS
Expand Down

0 comments on commit a3696c1

Please sign in to comment.