aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-24[automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGEBill Yi
am: 86d34ada13 -s ours Change-Id: Ifeeacb735b8ff3581436c9a13b25cda96cf2df9b
2018-10-24Merge pie-platform-release to aosp-master - DO NOT MERGEandroid-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsBill Yi
Change-Id: Ic4bfa3b95c216254dfa27b040dc6104b86ac0208
2018-10-24[automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT ↵Bill Yi
MERGE am: f8314ff47f -s ours am: 19c77a2db1 -s ours Change-Id: Ifca39000550c2fb6b381dd525d26ef06e21bcd41
2018-10-24[automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT ↵Bill Yi
MERGE am: f8314ff47f -s ours Change-Id: Ibeca64685f78b932e4af42ad0d4924f38bcd84dc
2018-10-24Merge pi-platform-release to stage-aosp-master - DO NOT MERGEBill Yi
Change-Id: Ifa9ceb8eccf8db12eaaa6f67cf3e9c64b1261628
2018-09-06Merge "Suppress -Wimplicit-fallthrough." am: 7bbf579700 am: 7e0cc209caChih-hung Hsieh
am: 97b6fe4ff8 Change-Id: Ieecef4fa14251d1d3055db3a0a8dc2f973b1c9ca
2018-09-06Merge "Suppress -Wimplicit-fallthrough." am: 7bbf579700Chih-hung Hsieh
am: 7e0cc209ca Change-Id: Ic49ddd678669d8eeb3394747ca5bee0fe608aba2
2018-09-06Merge "Suppress -Wimplicit-fallthrough."Chih-hung Hsieh
am: 7bbf579700 Change-Id: I6dc763498d36e8cc1e1448d42e7635fb6c65e60d
2018-09-06Merge "Suppress -Wimplicit-fallthrough."android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseChih-hung Hsieh
2018-09-06Suppress -Wimplicit-fallthrough.Chih-Hung Hsieh
-Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: I1e9bc8ee20e5fbfe03e97c5f7bfc33b743020af1
2018-08-09Version to 1.0.9Nick Sanders
2018-08-09Fix GetRandomPatternNick Sanders
Random weighting was not being done correctly. Oops. BUG=https://github.com/stressapptest/stressapptest/issues/62 TEST=run with instrumentation to check weights Signed-off-by: Nick Sanders <nsanders@chromium.org>
2018-06-11Fix VirtualToPhysical reportingNick Sanders
The kernel interface for discovering the physical address https://www.kernel.org/doc/Documentation/vm/pagemap.txt has changed. We'll update the call to use the new API. BUG=https://github.com/stressapptest/stressapptest/issues/64 TEST=stressapptest --force_errors looks legit Signed-off-by: Nick Sanders <nsanders@chromium.org>
2018-05-03Merge "64 bit stressapptest" am: c1551718dc am: 472b0bd37dandroid-build-prod (mdb)
am: 13eed3cb06 Change-Id: I9b5e187884615a4b4dc715d70e05ade8cb9c7b34
2018-05-03Merge "64 bit stressapptest" am: c1551718dcandroid-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3android-build-prod (mdb)
am: 472b0bd37d Change-Id: Ie357743b1f3ce1ffcf806d830b760a4580c22fa2
2018-05-03Merge "64 bit stressapptest"android-build-prod (mdb)
am: c1551718dc Change-Id: Ia1287432ee21d0601a4dc10469065f28fd426bc3
2018-05-04Merge "64 bit stressapptest"android-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-build-prod (mdb)
2018-05-0364 bit stressapptestMohammed Qasim
Change-Id: I0a4146a85406061c75d9ae5f609858bf9667cad3
2017-12-15Merge pull request #57 from ymjmsghs1/change_typenickjsanders
Change integer 'use_logfile_' to boolean
2017-12-15Change integer 'use_logfile_' to booleanymjmsghs1
Signed-off-by: ymjmsghs1 <ymjmsghs1@naver.com>
2017-12-11Fix CRC error reportingNick Sanders
In the situation where CRC calculation fails, but no data miscompares were found, we print out an error, but don't increment the error count. This leads stressapptest to report "PASS" incorrectly. We'll add an error count increment to fix the issue. BUG=https://github.com/stressapptest/stressapptest/issues/56 TEST=add code to corrupt CRC, see "FAIL" as expected. Signed-off-by: Nick Sanders <nsanders@chromium.org>
2017-11-22Merge pull request #49 from wyldckat/masternickjsanders
README.md: Revised formatting for Markdown rendering on Github.com, along with a few typo fixes
2017-11-22Merge pull request #55 from huangwei/wei/aarch64-portingnickjsanders
Porting stresstestapp to aarch64
2017-11-20Add aarch64 support in OS related codeWei Huang
This patch adds OS related support for aarch64. Other than removing unncessary warnings, it adds two aarch64 specific functions: cache line flush and gettsc. Signed-off-by: Wei Huang <wei@redhat.com>
2017-11-20Add cpu type checking for aarch64 in sattypes.h fileWei Huang
To avoid the warning message while compiling on aarch64 machines, this patch adds STRESSAPPTEST_CPU_AARCH64 support in CPU type checking to sattypes.h file Signed-off-by: Wei Huang <wei@redhat.com>
2017-11-20Add STRESSAPPTEST_CPU_AARCH64 defintion for aarch64 CPUWei Huang
This patch adds a new macro, STRESSAPPTEST_CPU_AARCH64, for aarch64 CPUs. The file stressapptest_config.h.in is also refreshed using autoheader. Signed-off-by: Wei Huang <wei@redhat.com>
2017-11-20Update config.guess and config.sub filesWei Huang
The existing files failed to recognize aarch64 machines. This patch pulls the latest config.guess and config.sub files from git.savannah.gnu.org. They enables the support for ARM64 architecture. Signed-off-by: Wei Huang <wei@redhat.com>
2017-11-08Snap for 4439972 from 3962813cd90ad452601a21fa1e20d4fef9bd7b0b to pi-releaseandroid-wear-9.0.0_r9android-wear-9.0.0_r8android-wear-9.0.0_r7android-wear-9.0.0_r6android-wear-9.0.0_r5android-wear-9.0.0_r4android-wear-9.0.0_r34android-wear-9.0.0_r33android-wear-9.0.0_r32android-wear-9.0.0_r31android-wear-9.0.0_r30android-wear-9.0.0_r3android-wear-9.0.0_r29android-wear-9.0.0_r28android-wear-9.0.0_r27android-wear-9.0.0_r26android-wear-9.0.0_r25android-wear-9.0.0_r24android-wear-9.0.0_r23android-wear-9.0.0_r22android-wear-9.0.0_r21android-wear-9.0.0_r20android-wear-9.0.0_r2android-wear-9.0.0_r19android-wear-9.0.0_r18android-wear-9.0.0_r17android-wear-9.0.0_r16android-wear-9.0.0_r15android-wear-9.0.0_r14android-wear-9.0.0_r13android-wear-9.0.0_r12android-wear-9.0.0_r11android-wear-9.0.0_r10android-wear-9.0.0_r1android-vts-9.0_r9android-vts-9.0_r8android-vts-9.0_r7android-vts-9.0_r6android-vts-9.0_r5android-vts-9.0_r4android-vts-9.0_r19android-vts-9.0_r18android-vts-9.0_r17android-vts-9.0_r16android-vts-9.0_r15android-vts-9.0_r14android-vts-9.0_r13android-vts-9.0_r12android-vts-9.0_r11android-vts-9.0_r10android-security-9.0.0_r76android-security-9.0.0_r75android-security-9.0.0_r74android-security-9.0.0_r73android-security-9.0.0_r72android-security-9.0.0_r71android-security-9.0.0_r70android-security-9.0.0_r69android-security-9.0.0_r68android-security-9.0.0_r67android-security-9.0.0_r66android-security-9.0.0_r65android-security-9.0.0_r64android-security-9.0.0_r63android-security-9.0.0_r62android-cts-9.0_r9android-cts-9.0_r8android-cts-9.0_r7android-cts-9.0_r6android-cts-9.0_r5android-cts-9.0_r4android-cts-9.0_r3android-cts-9.0_r20android-cts-9.0_r2android-cts-9.0_r19android-cts-9.0_r18android-cts-9.0_r17android-cts-9.0_r16android-cts-9.0_r15android-cts-9.0_r14android-cts-9.0_r13android-cts-9.0_r12android-cts-9.0_r11android-cts-9.0_r10android-cts-9.0_r1android-9.0.0_r9android-9.0.0_r8android-9.0.0_r7android-9.0.0_r61android-9.0.0_r60android-9.0.0_r6android-9.0.0_r59android-9.0.0_r58android-9.0.0_r57android-9.0.0_r56android-9.0.0_r55android-9.0.0_r54android-9.0.0_r53android-9.0.0_r52android-9.0.0_r51android-9.0.0_r50android-9.0.0_r5android-9.0.0_r49android-9.0.0_r48android-9.0.0_r3android-9.0.0_r2android-9.0.0_r18android-9.0.0_r17android-9.0.0_r10android-9.0.0_r1security-pi-releasepie-vts-releasepie-security-releasepie-s2-releasepie-release-2pie-releasepie-r2-s2-releasepie-r2-s1-releasepie-r2-releasepie-platform-releasepie-gsipie-cuttlefish-testingpie-cts-releaseandroid-build-team Robot
Change-Id: I3a749119efdf1158b097976b5ca75e10eb6133cb
2017-11-07Merge "Use -Werror in external/stressapptest" am: 7492904062 am: 00ddbf2caaandroid-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devChih-Hung Hsieh
am: d015e63b13 Change-Id: Ia8c4c734a98fca79accfb059f1d7e3885ef79e8d
2017-11-07Merge "Use -Werror in external/stressapptest" am: 7492904062Chih-Hung Hsieh
am: 00ddbf2caa Change-Id: Icd0db11d41150bd5299417458ffe08b0debbbe6e
2017-11-07Merge "Use -Werror in external/stressapptest"android-wear-8.0.0_r1android-p-preview-1android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7o-mr1-iot-preview-8o-mr1-iot-preview-7Chih-Hung Hsieh
am: 7492904062 Change-Id: I06becbd026958f2e0b88cf5fe3af630bf6a9c85b
2017-11-07Merge "Use -Werror in external/stressapptest"android-o-mr1-iot-preview-6o-mr1-iot-preview-6Treehugger Robot
2017-11-07Use -Werror in external/stressapptestChih-Hung Hsieh
* Suppress existing warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I920b72895732b3e7af8e375c89e57d1562f9fc9c
2017-10-01README.md: Revised formatting for Markdown rendering on Github.com, along ↵wyldckat
with a few typo fixes.
2017-01-31Version to 1.0.8Nick Sanders
2017-01-31Fix uninitialized variableNick Sanders
channels_ could be used uninitialized, and is not guaranteed to default to zero. crbug.com/686830
2016-10-11external: stressapptest: don't build x86 targetsandroid-wear-8.1.0_r1android-vts-8.1_r9android-vts-8.1_r8android-vts-8.1_r7android-vts-8.1_r6android-vts-8.1_r5android-vts-8.1_r4android-vts-8.1_r3android-vts-8.1_r14android-vts-8.1_r13android-vts-8.1_r12android-vts-8.1_r11android-vts-8.1_r10android-vts-8.0_r9android-vts-8.0_r8android-vts-8.0_r7android-vts-8.0_r6android-vts-8.0_r2android-vts-8.0_r13android-vts-8.0_r12android-vts-8.0_r11android-vts-8.0_r10android-vts-8.0_r1android-security-8.1.0_r93android-security-8.1.0_r92android-security-8.1.0_r91android-security-8.1.0_r90android-security-8.1.0_r89android-security-8.1.0_r88android-security-8.1.0_r87android-security-8.1.0_r86android-security-8.1.0_r85android-security-8.1.0_r84android-security-8.1.0_r83android-security-8.1.0_r82android-security-8.0.0_r54android-security-8.0.0_r53android-security-8.0.0_r52android-o-mr1-preview-2android-o-mr1-preview-1android-cts-8.1_r9android-cts-8.1_r8android-cts-8.1_r7android-cts-8.1_r6android-cts-8.1_r5android-cts-8.1_r4android-cts-8.1_r3android-cts-8.1_r25android-cts-8.1_r24android-cts-8.1_r23android-cts-8.1_r22android-cts-8.1_r21android-cts-8.1_r20android-cts-8.1_r2android-cts-8.1_r19android-cts-8.1_r18android-cts-8.1_r17android-cts-8.1_r16android-cts-8.1_r15android-cts-8.1_r14android-cts-8.1_r13android-cts-8.1_r12android-cts-8.1_r11android-cts-8.1_r10android-cts-8.1_r1android-cts-8.0_r9android-cts-8.0_r8android-cts-8.0_r7android-cts-8.0_r6android-cts-8.0_r5android-cts-8.0_r4android-cts-8.0_r3android-cts-8.0_r26android-cts-8.0_r25android-cts-8.0_r24android-cts-8.0_r23android-cts-8.0_r22android-cts-8.0_r21android-cts-8.0_r20android-cts-8.0_r2android-cts-8.0_r19android-cts-8.0_r18android-cts-8.0_r17android-cts-8.0_r16android-cts-8.0_r15android-cts-8.0_r14android-cts-8.0_r13android-cts-8.0_r12android-cts-8.0_r11android-cts-8.0_r10android-cts-8.0_r1android-8.1.0_r9android-8.1.0_r81android-8.1.0_r80android-8.1.0_r8android-8.1.0_r79android-8.1.0_r78android-8.1.0_r77android-8.1.0_r76android-8.1.0_r75android-8.1.0_r74android-8.1.0_r73android-8.1.0_r72android-8.1.0_r71android-8.1.0_r70android-8.1.0_r7android-8.1.0_r69android-8.1.0_r68android-8.1.0_r67android-8.1.0_r66android-8.1.0_r65android-8.1.0_r64android-8.1.0_r63android-8.1.0_r62android-8.1.0_r61android-8.1.0_r60android-8.1.0_r6android-8.1.0_r53android-8.1.0_r52android-8.1.0_r51android-8.1.0_r50android-8.1.0_r5android-8.1.0_r48android-8.1.0_r47android-8.1.0_r46android-8.1.0_r45android-8.1.0_r43android-8.1.0_r42android-8.1.0_r41android-8.1.0_r40android-8.1.0_r4android-8.1.0_r39android-8.1.0_r38android-8.1.0_r37android-8.1.0_r36android-8.1.0_r35android-8.1.0_r33android-8.1.0_r32android-8.1.0_r31android-8.1.0_r30android-8.1.0_r3android-8.1.0_r29android-8.1.0_r28android-8.1.0_r27android-8.1.0_r26android-8.1.0_r25android-8.1.0_r23android-8.1.0_r22android-8.1.0_r21android-8.1.0_r20android-8.1.0_r2android-8.1.0_r19android-8.1.0_r18android-8.1.0_r17android-8.1.0_r16android-8.1.0_r15android-8.1.0_r14android-8.1.0_r13android-8.1.0_r12android-8.1.0_r11android-8.1.0_r10android-8.1.0_r1android-8.0.0_r9android-8.0.0_r7android-8.0.0_r51android-8.0.0_r50android-8.0.0_r49android-8.0.0_r48android-8.0.0_r47android-8.0.0_r46android-8.0.0_r45android-8.0.0_r44android-8.0.0_r43android-8.0.0_r42android-8.0.0_r41android-8.0.0_r40android-8.0.0_r4android-8.0.0_r39android-8.0.0_r38android-8.0.0_r37android-8.0.0_r36android-8.0.0_r35android-8.0.0_r34android-8.0.0_r33android-8.0.0_r32android-8.0.0_r31android-8.0.0_r30android-8.0.0_r3android-8.0.0_r29android-8.0.0_r28android-8.0.0_r27android-8.0.0_r26android-8.0.0_r25android-8.0.0_r24android-8.0.0_r23android-8.0.0_r22android-8.0.0_r21android-8.0.0_r2android-8.0.0_r17android-8.0.0_r16android-8.0.0_r15android-8.0.0_r13android-8.0.0_r12android-8.0.0_r11android-8.0.0_r10android-8.0.0_r1security-oc-releasesecurity-oc-mr1-releaseoreo-vts-releaseoreo-security-releaseoreo-releaseoreo-r6-releaseoreo-r5-releaseoreo-r4-releaseoreo-r3-releaseoreo-r2-releaseoreo-mr1-wear-releaseoreo-mr1-vts-releaseoreo-mr1-security-releaseoreo-mr1-s1-releaseoreo-mr1-releaseoreo-mr1-devoreo-mr1-cuttlefish-testingoreo-mr1-cts-releaseoreo-m8-releaseoreo-m7-releaseoreo-m6-s4-releaseoreo-m6-s3-releaseoreo-m6-s2-releaseoreo-m5-releaseoreo-m4-s9-releaseoreo-m4-s8-releaseoreo-m4-s7-releaseoreo-m4-s6-releaseoreo-m4-s5-releaseoreo-m4-s4-releaseoreo-m4-s3-releaseoreo-m4-s2-releaseoreo-m4-s12-releaseoreo-m4-s11-releaseoreo-m4-s10-releaseoreo-m4-s1-releaseoreo-m3-releaseoreo-m2-s5-releaseoreo-m2-s4-releaseoreo-m2-s3-releaseoreo-m2-s2-releaseoreo-m2-s1-releaseoreo-m2-releaseoreo-dr3-releaseoreo-dr2-releaseoreo-dr1-releaseoreo-dr1-devoreo-devoreo-cts-releaseNick Desaulniers
Fixes broken build aosp_x86-eng (linux) build in git_master-without-vendor Change-Id: I638ae3ab80dd2749073cd623fbe172d1c9f3acbd
2016-10-06Merge pull request #43 from nickdesaulniers/androidnickjsanders
update Android build
2016-10-06external: stresstestapp: pull upstream build patchNick Desaulniers
https://github.com/nickdesaulniers/stressapptest/commit/1c66ad6b0199d56c689b0e79ce90d419e3203e2c Bug: 31861507 Test: make checkbuild Change-Id: I36c5d0165c09968a4064438e658d886d364920cb
2016-09-23update Android buildNick Desaulniers
2015-09-15Update to stressapptest 1.0.7 from upstreamNick Sanders
https://github.com/stressapptest/stressapptest Change-Id: I6307bcfad2e67392b4e0308680c708546e9a15a3 Signed-off-by: Nick Sanders <nsanders@google.com>
2015-09-10Create README.md nickjsanders
Merge in Usage, Installation, and Design pages from Google Code
2015-09-09MNC updateNick Sanders
Fix C++11 naming conflict with bind Fix libc++ target to current android spec Fix header defines for pthread barriers in libc++ Change-Id: I8ed20838828365b5d734ae8fb81a0eddde1c5ef3 Signed-off-by: Nick Sanders <nsanders@google.com>
2014-09-26Merge "Don't manually link stlport."android-wear-5.0.0_r1android-o-iot-preview-5android-l-preview_r2o-iot-preview-5lollipop-wear-releasel-previewDan Albert
2014-09-26Don't manually link stlport.Dan Albert
Change-Id: Iccc4128a4134651d2946e5fd4e50b90a501fb4e7
2014-08-04Fix non-posix configure.acnick.j.sanders
http://code.google.com/p/stressapptest/issues/detail?id=35
2014-04-11Remove -Wno-psabinick.j.sanders
* This breaks some compiles, so let's remove. * Originally suppressed some annoying warnings regarding va_list
2014-02-111.0.7 autoconf updatenick.j.sanders
2014-02-11Version to 1.0.7nick.j.sanders
2014-02-11Fix autoconf bugsnick.j.sanders
* Correctly use autoconf host rather than target. * Use autoconf host_os. * Warn rather than error on unknown configs. * Add --disable-default-optimizations to avoid forced flags. * Fix manfile install