Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and test fail with some options #301

Open
yuhaoth opened this issue Jul 21, 2021 · 1 comment
Open

Build and test fail with some options #301

yuhaoth opened this issue Jul 21, 2021 · 1 comment
Labels

Comments

@yuhaoth
Copy link
Collaborator

yuhaoth commented Jul 21, 2021

Description

Below is a test result table with some config option. The data is generate script in #303

  • TLS1_3= MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
  • TLS1_2=MBEDTLS_SSL_PROTO_TLS1_2
  • DISABLE_BLOCK_IO: ENABLE=nbio=0 ,DISABLE= nbio=2
  • MPS=MBEDTLS_SSL_USE_MPS
No. TLS1_3 TLS1_2 DISABLE_BLOCK_IO MPS comment status cmd
3 ENABLE ENABLE DISABLE DISABLE #297 FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_3" -j20 && ./tests/ssl-opt.sh -s
1 ENABLE DISABLE DISABLE DISABLE #238 FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_1" -j20 && ./tests/ssl-opt.sh -s
2 DISABLE ENABLE DISABLE DISABLE unkown FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_2" -j20 && ./tests/ssl-opt.sh -s
6 DISABLE ENABLE ENABLE DISABLE #298 FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_6" -j20 && ./tests/ssl-opt.sh -s
7 ENABLE ENABLE ENABLE DISABLE unkown FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_7" -j20 && ./tests/ssl-opt.sh -s
10 DISABLE ENABLE DISABLE ENABLE unkown FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_10" -j20 && ./tests/ssl-opt.sh -s
11 ENABLE ENABLE DISABLE ENABLE unkown FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_11" -j20 && ./tests/ssl-opt.sh -s
14 DISABLE ENABLE ENABLE ENABLE unkown FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_14" -j20 && ./tests/ssl-opt.sh -s
15 ENABLE ENABLE ENABLE ENABLE unkown FAIL make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_15" -j20 && ./tests/ssl-opt.sh -s
9 ENABLE DISABLE DISABLE ENABLE pass(with #299 and #302 ) PASS make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_9" -j20 && ./tests/ssl-opt.sh -s
13 ENABLE DISABLE ENABLE ENABLE pass(with #299 and #302 ) PASS make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_13" -j20 && ./tests/ssl-opt.sh -s
5 ENABLE DISABLE ENABLE DISABLE pass(with #299 and #302 ) PASS make clean && make CFLAGS="-g -Werror -DMBEDTLS_TMP_TEST_CASE_5" -j20 && ./tests/ssl-opt.sh -s
@yuhaoth yuhaoth changed the title Build and Build and test fail with some options Jul 21, 2021
@yuhaoth yuhaoth added the bug label Jul 21, 2021
yuhaoth added a commit to yuhaoth/mbedtls1.3 that referenced this issue Jul 21, 2021
According to hannestschofenig#15, different options report
fail. To fix the issue we should not break
passed options. The script is to make sure
current status.

If all relative issues are resolved, This
patch should be removed or re-considered.

issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298,hannestschofenig#301

Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70
CustomizedGitHooks: yes
Signed-off-by: Jerry Yu <[email protected]>
@yuhaoth
Copy link
Collaborator Author

yuhaoth commented Jul 22, 2021

  • Add this test into tests/scripts/all.sh

yuhaoth added a commit to yuhaoth/mbedtls1.3 that referenced this issue Jul 22, 2021
According to hannestschofenig#15, different options report
fail. To fix the issue we should not break
passed options. The script is to make sure
current status.

If all relative issues are resolved, This
patch should be removed or re-considered.

issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298,hannestschofenig#301

Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70
CustomizedGitHooks: yes
Signed-off-by: Jerry Yu <[email protected]>
yuhaoth added a commit to yuhaoth/mbedtls1.3 that referenced this issue Jul 23, 2021
According to hannestschofenig#15, different options report
fail. To fix the issue we should not break
passed options. The script is to make sure
current status.

If all relative issues are resolved, This
patch should be removed or re-considered.

issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298,hannestschofenig#301

Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70
CustomizedGitHooks: yes
Signed-off-by: Jerry Yu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant