OLD | NEW |
1 #! -*- python -*- | 1 #! -*- python -*- |
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 import atexit | 6 import atexit |
7 import glob | 7 import glob |
8 import os | 8 import os |
9 import platform | 9 import platform |
10 import shutil | 10 import shutil |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 # sanity check failure in free(). | 540 # sanity check failure in free(). |
541 # TODO(robertm): This needs further investigation. | 541 # TODO(robertm): This needs further investigation. |
542 'run_ppapi_event_test', | 542 'run_ppapi_event_test', |
543 'run_srpc_ro_file_test', | 543 'run_srpc_ro_file_test', |
544 'run_ppapi_geturl_valid_test', | 544 'run_ppapi_geturl_valid_test', |
545 'run_ppapi_geturl_invalid_test', | 545 'run_ppapi_geturl_invalid_test', |
546 # This test need more investigation. | 546 # This test need more investigation. |
547 'run_syscall_test', | 547 'run_syscall_test', |
548 # GetPid is no longer supplied by IRT so does not work in GLibC. | 548 # GetPid is no longer supplied by IRT so does not work in GLibC. |
549 'run_getpid_test', | 549 'run_getpid_test', |
550 # POSIX-over-IMC-hack is completely broken with IRT. We plan to remove it | |
551 # soon anyway. | |
552 'run_posix_over_imc_test', | |
553 'run_startup_message_test', | |
554 ]) | 550 ]) |
555 | 551 |
556 | 552 |
557 # If a test is not in one of these suites, it will probally not be run on a | 553 # If a test is not in one of these suites, it will probally not be run on a |
558 # regular basis. These are the suites that will be run by the try bot or that | 554 # regular basis. These are the suites that will be run by the try bot or that |
559 # a large number of users may run by hand. | 555 # a large number of users may run by hand. |
560 MAJOR_TEST_SUITES = set([ | 556 MAJOR_TEST_SUITES = set([ |
561 'small_tests', | 557 'small_tests', |
562 'medium_tests', | 558 'medium_tests', |
563 'large_tests', | 559 'large_tests', |
(...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2824 nacl_env.Append( | 2820 nacl_env.Append( |
2825 BUILD_SCONSCRIPTS = [ | 2821 BUILD_SCONSCRIPTS = [ |
2826 #### ALPHABETICALLY SORTED #### | 2822 #### ALPHABETICALLY SORTED #### |
2827 'src/include/nacl/nacl.scons', | 2823 'src/include/nacl/nacl.scons', |
2828 'src/shared/gio/nacl.scons', | 2824 'src/shared/gio/nacl.scons', |
2829 'src/shared/imc/nacl.scons', | 2825 'src/shared/imc/nacl.scons', |
2830 'src/shared/platform/nacl.scons', | 2826 'src/shared/platform/nacl.scons', |
2831 'src/shared/ppapi/nacl.scons', | 2827 'src/shared/ppapi/nacl.scons', |
2832 'src/shared/ppapi_proxy/nacl.scons', | 2828 'src/shared/ppapi_proxy/nacl.scons', |
2833 'src/shared/srpc/nacl.scons', | 2829 'src/shared/srpc/nacl.scons', |
2834 'src/tools/posix_over_imc/nacl.scons', | |
2835 'src/trusted/service_runtime/nacl.scons', | 2830 'src/trusted/service_runtime/nacl.scons', |
2836 'src/trusted/validator_x86/nacl.scons', | 2831 'src/trusted/validator_x86/nacl.scons', |
2837 'src/trusted/weak_ref/nacl.scons', | 2832 'src/trusted/weak_ref/nacl.scons', |
2838 'src/untrusted/irt_stub/nacl.scons', | 2833 'src/untrusted/irt_stub/nacl.scons', |
2839 'src/untrusted/nacl/nacl.scons', | 2834 'src/untrusted/nacl/nacl.scons', |
2840 'src/untrusted/nacl_ppapi_util/nacl.scons', | 2835 'src/untrusted/nacl_ppapi_util/nacl.scons', |
2841 'src/untrusted/ppapi/nacl.scons', | 2836 'src/untrusted/ppapi/nacl.scons', |
2842 'src/untrusted/valgrind/nacl.scons', | 2837 'src/untrusted/valgrind/nacl.scons', |
2843 #### ALPHABETICALLY SORTED #### | 2838 #### ALPHABETICALLY SORTED #### |
2844 ]) | 2839 ]) |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2892 'tests/nullptr/nacl.scons', | 2887 'tests/nullptr/nacl.scons', |
2893 'tests/pnacl_abi/nacl.scons', | 2888 'tests/pnacl_abi/nacl.scons', |
2894 'tests/pnacl_client_translator/nacl.scons', | 2889 'tests/pnacl_client_translator/nacl.scons', |
2895 'tests/redir/nacl.scons', | 2890 'tests/redir/nacl.scons', |
2896 'tests/rodata_not_writable/nacl.scons', | 2891 'tests/rodata_not_writable/nacl.scons', |
2897 'tests/signal_handler/nacl.scons', | 2892 'tests/signal_handler/nacl.scons', |
2898 'tests/srpc/nacl.scons', | 2893 'tests/srpc/nacl.scons', |
2899 'tests/srpc_hw/nacl.scons', | 2894 'tests/srpc_hw/nacl.scons', |
2900 'tests/srpc_message/nacl.scons', | 2895 'tests/srpc_message/nacl.scons', |
2901 'tests/stack_alignment/nacl.scons', | 2896 'tests/stack_alignment/nacl.scons', |
2902 'tests/startup_message/nacl.scons', | |
2903 'tests/stubout_mode/nacl.scons', | 2897 'tests/stubout_mode/nacl.scons', |
2904 'tests/sysbasic/nacl.scons', | 2898 'tests/sysbasic/nacl.scons', |
2905 'tests/syscall_return_sandboxing/nacl.scons', | 2899 'tests/syscall_return_sandboxing/nacl.scons', |
2906 'tests/syscalls/nacl.scons', | 2900 'tests/syscalls/nacl.scons', |
2907 'tests/threads/nacl.scons', | 2901 'tests/threads/nacl.scons', |
2908 'tests/time/nacl.scons', | 2902 'tests/time/nacl.scons', |
2909 'tests/tls/nacl.scons', | 2903 'tests/tls/nacl.scons', |
2910 'tests/toolchain/nacl.scons', | 2904 'tests/toolchain/nacl.scons', |
2911 'tests/unittests/shared/platform/nacl.scons', | 2905 'tests/unittests/shared/platform/nacl.scons', |
2912 'tests/untrusted_check/nacl.scons', | 2906 'tests/untrusted_check/nacl.scons', |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3431 nacl_env.ValidateSdk() | 3425 nacl_env.ValidateSdk() |
3432 | 3426 |
3433 if BROKEN_TEST_COUNT > 0: | 3427 if BROKEN_TEST_COUNT > 0: |
3434 msg = "There are %d broken tests." % BROKEN_TEST_COUNT | 3428 msg = "There are %d broken tests." % BROKEN_TEST_COUNT |
3435 if GetOption('brief_comstr'): | 3429 if GetOption('brief_comstr'): |
3436 msg += " Add --verbose to the command line for more information." | 3430 msg += " Add --verbose to the command line for more information." |
3437 print msg | 3431 print msg |
3438 | 3432 |
3439 # separate warnings from actual build output | 3433 # separate warnings from actual build output |
3440 Banner('B U I L D - O U T P U T:') | 3434 Banner('B U I L D - O U T P U T:') |
OLD | NEW |