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 stat | 10 import stat |
(...skipping 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2554 'tests/computed_gotos/nacl.scons', | 2554 'tests/computed_gotos/nacl.scons', |
2555 'tests/data_not_executable/nacl.scons', | 2555 'tests/data_not_executable/nacl.scons', |
2556 'tests/debug_stub/nacl.scons', | 2556 'tests/debug_stub/nacl.scons', |
2557 'tests/dup/nacl.scons', | 2557 'tests/dup/nacl.scons', |
2558 'tests/dynamic_code_loading/nacl.scons', | 2558 'tests/dynamic_code_loading/nacl.scons', |
2559 'tests/dynamic_linking/nacl.scons', | 2559 'tests/dynamic_linking/nacl.scons', |
2560 'tests/earth/nacl.scons', | 2560 'tests/earth/nacl.scons', |
2561 'tests/egyptian_cotton/nacl.scons', | 2561 'tests/egyptian_cotton/nacl.scons', |
2562 'tests/environment_variables/nacl.scons', | 2562 'tests/environment_variables/nacl.scons', |
2563 'tests/fake_browser/nacl.scons', | 2563 'tests/fake_browser/nacl.scons', |
2564 'tests/fake_browser_ppapi/nacl.scons', | |
2565 'tests/fib/nacl.scons', | 2564 'tests/fib/nacl.scons', |
2566 'tests/file/nacl.scons', | 2565 'tests/file/nacl.scons', |
2567 'tests/gc_instrumentation/nacl.scons', | 2566 'tests/gc_instrumentation/nacl.scons', |
2568 'tests/glibc_file64_test/nacl.scons', | 2567 'tests/glibc_file64_test/nacl.scons', |
2569 'tests/glibc_static_test/nacl.scons', | 2568 'tests/glibc_static_test/nacl.scons', |
2570 'tests/glibc_syscall_wrappers/nacl.scons', | 2569 'tests/glibc_syscall_wrappers/nacl.scons', |
2571 'tests/hello_world/nacl.scons', | 2570 'tests/hello_world/nacl.scons', |
2572 'tests/imc_shm_mmap/nacl.scons', | 2571 'tests/imc_shm_mmap/nacl.scons', |
2573 'tests/imc_sockets/nacl.scons', | 2572 'tests/imc_sockets/nacl.scons', |
2574 'tests/inbrowser_test_runner/nacl.scons', | 2573 'tests/inbrowser_test_runner/nacl.scons', |
(...skipping 28 matching lines...) Expand all Loading... |
2603 'tests/ppapi_browser/progress_events/nacl.scons', | 2602 'tests/ppapi_browser/progress_events/nacl.scons', |
2604 'tests/ppapi_example_2d/nacl.scons', | 2603 'tests/ppapi_example_2d/nacl.scons', |
2605 'tests/ppapi_example_audio/nacl.scons', | 2604 'tests/ppapi_example_audio/nacl.scons', |
2606 'tests/ppapi_example_events/nacl.scons', | 2605 'tests/ppapi_example_events/nacl.scons', |
2607 'tests/ppapi_example_font/nacl.scons', | 2606 'tests/ppapi_example_font/nacl.scons', |
2608 'tests/ppapi_example_gles2/nacl.scons', | 2607 'tests/ppapi_example_gles2/nacl.scons', |
2609 'tests/ppapi_example_post_message/nacl.scons', | 2608 'tests/ppapi_example_post_message/nacl.scons', |
2610 'tests/ppapi_geturl/nacl.scons', | 2609 'tests/ppapi_geturl/nacl.scons', |
2611 'tests/ppapi_gles_book/nacl.scons', | 2610 'tests/ppapi_gles_book/nacl.scons', |
2612 'tests/ppapi_messaging/nacl.scons', | 2611 'tests/ppapi_messaging/nacl.scons', |
2613 'tests/ppapi_proxy/nacl.scons', | |
2614 'tests/ppapi_simple_tests/nacl.scons', | 2612 'tests/ppapi_simple_tests/nacl.scons', |
2615 'tests/ppapi_test_example/nacl.scons', | 2613 'tests/ppapi_test_example/nacl.scons', |
2616 'tests/ppapi_test_lib/nacl.scons', | 2614 'tests/ppapi_test_lib/nacl.scons', |
2617 'tests/ppapi_tests/nacl.scons', | 2615 'tests/ppapi_tests/nacl.scons', |
2618 'tests/pyauto_nacl/nacl.scons', | 2616 'tests/pyauto_nacl/nacl.scons', |
2619 'tests/redir/nacl.scons', | 2617 'tests/redir/nacl.scons', |
2620 'tests/rodata_not_writable/nacl.scons', | 2618 'tests/rodata_not_writable/nacl.scons', |
2621 'tests/signal_handler/nacl.scons', | 2619 'tests/signal_handler/nacl.scons', |
2622 'tests/srpc/nacl.scons', | 2620 'tests/srpc/nacl.scons', |
2623 'tests/srpc_hw/nacl.scons', | 2621 'tests/srpc_hw/nacl.scons', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3064 nacl_env.ValidateSdk() | 3062 nacl_env.ValidateSdk() |
3065 | 3063 |
3066 if BROKEN_TEST_COUNT > 0: | 3064 if BROKEN_TEST_COUNT > 0: |
3067 msg = "There are %d broken tests." % BROKEN_TEST_COUNT | 3065 msg = "There are %d broken tests." % BROKEN_TEST_COUNT |
3068 if GetOption('brief_comstr'): | 3066 if GetOption('brief_comstr'): |
3069 msg += " Add --verbose to the command line for more information." | 3067 msg += " Add --verbose to the command line for more information." |
3070 print msg | 3068 print msg |
3071 | 3069 |
3072 # separate warnings from actual build output | 3070 # separate warnings from actual build output |
3073 Banner('B U I L D - O U T P U T:') | 3071 Banner('B U I L D - O U T P U T:') |
OLD | NEW |