Bug 186116 - Test262-runner --debug reports "Unknown option: debug"
Summary: Test262-runner --debug reports "Unknown option: debug"
Status: RESOLVED DUPLICATE of bug 186113
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-30 16:26 PDT by Dawei Fenton (:realdawei)
Modified: 2021-11-01 12:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2018-05-30 19:15 PDT, Leo Balter
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dawei Fenton (:realdawei) 2018-05-30 16:26:12 PDT
The DebugTest(262) report "Unknown option: debug" alert when it is run.  It reports this both on build failures and build success

-->Example of build failure:
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20Test262%20%28Tests%29/builds/2615/steps/test262-test/logs/stdio

Unknown option: debug

-------------------------Settings------------------------
Test262 Dir: /Volumes/Data/slave/sierra-debug-tests-test262/build/JSTests/test262
JSC: /Volumes/Data/slave/sierra-debug-tests-test262/build/WebKitBuild/Debug/jsc
Child Processes: 32
DYLD_FRAMEWORK_PATH: /Volumes/Data/slave/sierra-debug-tests-test262/build/WebKitBuild/Debug
Config file: /Volumes/Data/slave/sierra-debug-tests-test262/build/JSTests/test262/config.yaml
Expectations file: /Volumes/Data/slave/sierra-debug-tests-test262/build/JSTests/test262/expectations.yaml
--------------------------------------------------------


command timed out: 1200 seconds without output running ['perl', './Tools/Scripts/test262-runner', '--debug'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1202.204513

-->Example of build success:
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20Test262%20%28Tests%29/builds/2593/steps/test262-test/logs/stdio

Unknown option: debug

-------------------------Settings------------------------
Test262 Dir: /Volumes/Data/slave/sierra-debug-tests-test262/build/JSTests/test262
JSC: /Volumes/Data/slave/sierra-debug-tests-test262/build/WebKitBuild/Debug/jsc
Child Processes: 32
DYLD_FRAMEWORK_PATH: /Volumes/Data/slave/sierra-debug-tests-test262/build/WebKitBuild/Debug
Config file: /Volumes/Data/slave/sierra-debug-tests-test262/build/JSTests/test262/config.yaml
Expectations file: /Volumes/Data/slave/sierra-debug-tests-test262/build/JSTests/test262/expectations.yaml
--------------------------------------------------------

NEW PASS test/built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked.js (strict mode)
NEW PASS test/built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked.js (default)
NEW PASS test/built-ins/Array/prototype/concat/is-concat-spreadable-proxy.js (strict mode)
NEW PASS test/built-ins/Array/prototype/concat/is-concat-spreadable-proxy.js (default)

Run with --save to save a new expectations file
Saved all the results in /Volumes/Data/slave/sierra-debug-tests-test262/build/test262-results/results.yaml
Summarizing results...
See summarized results in /Volumes/Data/slave/sierra-debug-tests-test262/build/test262-results/summary.txt

56492 tests ran
2719 tests failed in total
0 tests newly fail
4 tests newly pass
1286 test files skipped
Done in 1210.77 seconds!
program finished with exit code 0
elapsedTime=1211.017201
Comment 1 Leo Balter 2018-05-30 19:15:17 PDT
Created attachment 341639 [details]
Patch
Comment 2 Leo Balter 2018-05-30 19:16:22 PDT
Thanks for reporting this. Patch is up!
Comment 3 Leo Balter 2018-05-30 19:50:21 PDT
Sounds like this is a duplicate of Bug 186113. This might be closed as a duplicate, I don't have access to do it myself.
Comment 4 Ryan Haddad 2018-06-01 09:40:14 PDT

*** This bug has been marked as a duplicate of bug 186113 ***
Comment 5 Alex Christensen 2021-11-01 12:16:48 PDT
Comment on attachment 341639 [details]
Patch

This has been requesting review for more than one year.  If this is still needed, please rebase and re-request review.